Skip to content

Commit 0ff07fb

Browse files
committed
Release v0.11.4
1 parent 8870a35 commit 0ff07fb

File tree

8 files changed

+60
-18
lines changed

8 files changed

+60
-18
lines changed

.github/workflows/manualrun_aur.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
secrets: inherit
2121
needs: setup
2222

23-
aur_git:
24-
name: Upload
25-
uses: ./.github/workflows/reuse_aur_git.yml
26-
secrets: inherit
27-
needs: setup
23+
# aur_git:
24+
# name: Upload
25+
# uses: ./.github/workflows/reuse_aur_git.yml
26+
# secrets: inherit
27+
# needs: setup
2828

2929
aur_dev_git:
3030
name: Upload
3131
uses: ./.github/workflows/reuse_aur_dev_git.yml
3232
secrets: inherit
33-
needs: setup
33+
needs: setup

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
secrets: inherit
4646
needs: [release_amd64, release_arm64v8]
4747

48-
aur_git:
49-
name: Upload
50-
uses: ./.github/workflows/reuse_aur_git.yml
51-
secrets: inherit
52-
needs: [release_amd64, release_arm64v8]
48+
# aur_git:
49+
# name: Upload
50+
# uses: ./.github/workflows/reuse_aur_git.yml
51+
# secrets: inherit
52+
# needs: [release_amd64, release_arm64v8]
5353

5454
aur_dev_git:
5555
name: Upload

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ You can use an AUR helper like `yay` to install it:
9999
yay -S figma-linux-bin
100100
```
101101
Other AUR packages:
102-
- [figma-linux](https://aur.archlinux.org/packages/figma-linux-git-dev) - the package install binary version from release tag
103-
- [figma-linux-bin](https://aur.archlinux.org/packages/figma-linux-git-dev) - the package install binary version from release tag
104-
- [figma-linux-git](https://aur.archlinux.org/packages/figma-linux-git-dev) - the package build the app from Githab from latest release tag
102+
- [figma-linux](https://aur.archlinux.org/packages/figma-linux) - the package install binary version from release tag
103+
- [figma-linux-bin](https://aur.archlinux.org/packages/figma-linux-bin) - the package install binary version from release tag
104+
- [figma-linux-git](https://aur.archlinux.org/packages/figma-linux-git) - the package build the app from Githab from latest release tag
105105
- [figma-linux-dev-git](https://aur.archlinux.org/packages/figma-linux-dev-git) - the package build the app from Githab from latest commit on the dev branch
106106
### RPM-based distros
107107
Download the .rpm package from our [Releases](https://github.com/Figma-Linux/figma-linux/releases/latest) page, then install it:

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.3",
3+
"version": "0.11.4",
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": "[email protected]: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.3
9+
X-AppImage-Version=0.11.4
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.11.4-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.11.4 version
4+
5+
## Bug Fixes:
6+
* set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374))
7+
8+
## Other Changes:
9+
* update the release ci
10+
* Bump Electron from 29.1.6 to 30.0.8
11+
* Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367))
12+
13+
-- Chugunov Roman <[email protected]> Sun, 26 May 2024 21:53:24 +0300
14+
15+
figma-linux (0.11.4-1ubuntu0) devel; urgency=medium
16+
17+
* Publish 0.11.4 version
18+
19+
## Bug Fixes:
20+
* set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374))
21+
22+
## Other Changes:
23+
* update the release ci
24+
* Bump Electron from 29.1.6 to 30.0.8
25+
* Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367))
26+
27+
-- Chugunov Roman <[email protected]> Sun, 26 May 2024 21:51:48 +0300
28+
29+
figma-linux (0.11.4-1ubuntu0) devel; urgency=medium
30+
31+
* Publish 0.11.4 version
32+
33+
## Bug Fixes:
34+
* set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374))
35+
36+
## Other Changes:
37+
* update the release ci
38+
* Bump Electron from 29.1.6 to 30.0.8
39+
* Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367))
40+
41+
-- Chugunov Roman <[email protected]> Sun, 26 May 2024 20:56:50 +0300
42+
143
figma-linux (0.11.3-1ubuntu0) devel; urgency=medium
244

345
* Publish 0.11.3 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.3'
2+
version: '0.11.4'
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.3",
3+
"version": "0.11.4",
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": "[email protected]:ChugunovRoman/figma-linux.git",

0 commit comments

Comments
 (0)