Skip to content

Commit 27e7d3e

Browse files
committed
Release v0.7.2
1 parent 3d6ae88 commit 27e7d3e

5 files changed

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

scripts/debian/changelog

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
figma-linux (0.7.2-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.7.2 version
4+
5+
## Features:
6+
* feat: update artifact name for packages
7+
* feat: starts added workflow
8+
* feat: start updating of the app build
9+
* feat: update artifact name for packages
10+
* feat: implemented dialogs via Zenity. [#159](https://github.com/Figma-Linux/figma-linux/issues/159)
11+
12+
## Bug Fixes:
13+
* fix: update icon for home button
14+
* fix: Fix to make window snapping work again. [#186](https://github.com/Figma-Linux/figma-linux/issues/186)
15+
* fix: exporting files with the slash symbol in name
16+
* fix: Titlebar revamp. [#170](https://github.com/Figma-Linux/figma-linux/issues/170)
17+
* fix: Log out button does nothing. [#188](https://github.com/Figma-Linux/figma-linux/issues/188)
18+
* fix: update README
19+
* fix: Log out button does nothing. [#188](https://github.com/Figma-Linux/figma-linux/issues/188)
20+
* fix: Logs out on every start. [#189](https://github.com/Figma-Linux/figma-linux/issues/189)
21+
* fix: workflow
22+
* fix: main.yaml
23+
* fix: rename workflow file
24+
* fix: update README
25+
* fix: use Zenity dialogs
26+
* fix: update build appImage
27+
* fix: reset settings after exporting of a file
28+
* fix: get a font file. [#155](https://github.com/Figma-Linux/figma-linux/issues/155)
29+
* fix: brought back the old logic of drag of window
30+
* fix: get local fonts. [#155](https://github.com/Figma-Linux/figma-linux/issues/155)
31+
* fix: set clipboard data function. [#154](https://github.com/Figma-Linux/figma-linux/issues/154)
32+
33+
## Other Changes:
34+
* other: Improve application name in desktop file. [#161](https://github.com/Figma-Linux/figma-linux/issues/161)
35+
* other: Bump Electron.js version to 12.0.2
36+
* other: Update Build_artefacts_arm64v8
37+
* other: add arm64v8
38+
* other: update generate_release_notes.pl script
39+
* other: added script for bump figma linux version
40+
41+
-- Chugunov Roman <Zebs-BMK@yandex.ru> Mon, 05 Apr 2021 16:33:44 +0300
42+
143
figma-linux (0.7.1-1ubuntu0) devel; urgency=medium
244

345
* Publish 0.7.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.7.1'
2+
version: '0.7.2'
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.7.1",
3+
"version": "0.7.2",
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)