Skip to content

Commit 34deb85

Browse files
committed
Release v0.11.3
1 parent 6906cc8 commit 34deb85

5 files changed

Lines changed: 22 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.11.2",
3+
"version": "0.11.3",
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.ts",
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.11.2
9+
X-AppImage-Version=0.11.3
1010
Categories=Graphics;
1111
MimeType=application/figma;x-scheme-handler/figma;

scripts/debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
figma-linux (0.11.3-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.11.3 version
4+
5+
## Bug Fixes:
6+
* open any url from tab's BrowserView. [#359](https://github.com/Figma-Linux/figma-linux/issues/359)
7+
* import a plugin from manifest.json. [#358](https://github.com/Figma-Linux/figma-linux/issues/358)
8+
* visible font selection field. [#356](https://github.com/Figma-Linux/figma-linux/issues/356)
9+
* use default settings if can not parse settings.json file. [#357](https://github.com/Figma-Linux/figma-linux/issues/357)
10+
* validate file path for extension file. [#352](https://github.com/Figma-Linux/figma-linux/issues/352)
11+
12+
## Other Changes:
13+
* Bump Electron from 27.2.0 to 27.2.2
14+
* Bump Electron from 27.0.4 to 27.2.0
15+
* set default values for dev ports
16+
17+
-- Chugunov Roman <Zebs-BMK@yandex.ru> Tue, 16 Jan 2024 01:44:08 +0300
18+
119
figma-linux (0.11.2-1ubuntu0) devel; urgency=medium
220

321
* Publish 0.11.2 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.11.2'
2+
version: '0.11.3'
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.11.2",
3+
"version": "0.11.3",
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)