Skip to content

Commit 300fe8b

Browse files
committed
Release v0.9.0
1 parent d6caf47 commit 300fe8b

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux",
55
"main": "src/main/index.js",
66
"repository": "git@github.com:ChugunovRoman/figma-linux.git",

resources/figma-linux-appimage.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Terminal=false
66
Type=Application
77
Icon=figma-linux
88
StartupWMClass=figma-linux
9-
X-AppImage-Version=0.8.1
9+
X-AppImage-Version=0.9.0
1010
Categories=Graphics;
1111
MimeType=application/figma;x-scheme-handler/figma;

scripts/debian/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
figma-linux (0.9.0-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.9.0 version
4+
5+
## Features:
6+
* Implement get access mic. [#238](https://github.com/Figma-Linux/figma-linux/issues/238)
7+
8+
## Bug Fixes:
9+
* Avoid setting defaultProtocolClient if already set. [#241](https://github.com/Figma-Linux/figma-linux/issues/241)
10+
* open project after switch accounts. [#210](https://github.com/Figma-Linux/figma-linux/issues/210)
11+
* fix blank screen after first switch on tab
12+
* Updated module for read local fonts
13+
* Change category to graphics ( [#232)](https://github.com/Figma-Linux/figma-linux/issues/232))
14+
* fix workflow for flatpak
15+
16+
## Other Changes:
17+
* Removed freetype2 library
18+
19+
-- Chugunov Roman <Zebs-BMK@yandex.ru> Wed, 13 Oct 2021 21:56:47 +0300
20+
121
figma-linux (0.8.1-1ubuntu0) devel; urgency=medium
222

323
* Publish 0.8.1 version

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: figma-linux
2-
version: '0.8.1'
2+
version: '0.9.0'
33
summary: Unofficial Figma desktop app for Linux platform
44
description: |
55
Figma is the first interface design tool based in the browser,

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux",
55
"main": "main/main.js",
66
"repository": "git@github.com:ChugunovRoman/figma-linux.git",

0 commit comments

Comments
 (0)