-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "figma-linux", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"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", | ||
"main": "src/main/index.ts", | ||
"repository": "[email protected]:ChugunovRoman/figma-linux.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
figma-linux (0.11.3-1ubuntu0) devel; urgency=medium | ||
|
||
* Publish 0.11.3 version | ||
|
||
## Bug Fixes: | ||
* open any url from tab's BrowserView. [#359](https://github.com/Figma-Linux/figma-linux/issues/359) | ||
* import a plugin from manifest.json. [#358](https://github.com/Figma-Linux/figma-linux/issues/358) | ||
* visible font selection field. [#356](https://github.com/Figma-Linux/figma-linux/issues/356) | ||
* use default settings if can not parse settings.json file. [#357](https://github.com/Figma-Linux/figma-linux/issues/357) | ||
* validate file path for extension file. [#352](https://github.com/Figma-Linux/figma-linux/issues/352) | ||
|
||
## Other Changes: | ||
* Bump Electron from 27.2.0 to 27.2.2 | ||
* Bump Electron from 27.0.4 to 27.2.0 | ||
* set default values for dev ports | ||
|
||
-- Chugunov Roman <[email protected]> Tue, 16 Jan 2024 01:44:08 +0300 | ||
|
||
figma-linux (0.11.2-1ubuntu0) devel; urgency=medium | ||
|
||
* Publish 0.11.2 version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "figma-linux", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"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", | ||
"main": "main/main.js", | ||
"repository": "[email protected]:ChugunovRoman/figma-linux.git", | ||
|