Skip to content

Commit 177097a

Browse files
committed
Merge branch 'master' into dev
2 parents dfba33a + 329e588 commit 177097a

9 files changed

Lines changed: 33 additions & 16 deletions

File tree

.github/workflows/reuse_build_amd64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
id: cache-amd64-artifacts
3535
uses: actions/upload-artifact@v3
3636
with:
37+
name: amd64
3738
path: |
3839
./release_notes
3940
build/installers/*

.github/workflows/reuse_build_arm64v8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
id: cache-arm64v8-artifacts
4040
uses: actions/upload-artifact@v3
4141
with:
42+
name: arm64
4243
path: build/installers/*

.github/workflows/reuse_release_amd64.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,19 @@ jobs:
77
name: amd64
88
runs-on: ubuntu-latest
99
steps:
10-
- name: mkdir installers
11-
run: mkdir -p ./build/installers
12-
1310
- uses: actions/download-artifact@v3
1411
with:
12+
name: amd64
1513
path: ./
1614

1715
- name: Get version
1816
id: version
1917
run: |
2018
ls -la .
21-
ls -la ./artifact || echo ""
22-
ls -la ./artifact/build || echo ""
23-
ls -la ./artifact/build/installers || echo ""
24-
ls -la ./build || echo ""
19+
ls -la ./build
2520
ls -la ./build/installers || echo ""
2621
echo ::set-output name=release::$(cat build/installers/version)
2722
sha256sum ./build/installers/figma-linux* || echo ""
28-
ls -la .
2923
3024
- name: Upload release assets
3125
id: release

.github/workflows/reuse_release_arm64v8.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ jobs:
77
name: arm64v8
88
runs-on: ubuntu-latest
99
steps:
10-
- name: mkdir installers
11-
run: mkdir -p ./build/installers
12-
1310
- uses: actions/download-artifact@v3
1411
with:
15-
name: arm64v8
12+
name: arm64
1613
path: ./build/installers
1714

1815
- name: Get version

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

scripts/debian/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
figma-linux (0.11.1-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.11.1 version
4+
5+
## Bug Fixes:
6+
* copy as png. [#350](https://github.com/Figma-Linux/figma-linux/issues/350)
7+
8+
## Other Changes:
9+
* update deb files
10+
* add desktop file for dev build
11+
* update readme
12+
* update snapcraft config
13+
* update generate release notes
14+
* update ci
15+
16+
-- Chugunov Roman <Zebs-BMK@yandex.ru> Sat, 18 Nov 2023 00:12:45 +0300
17+
18+
figma-linux (0.11.1-1ubuntu0) devel; urgency=medium
19+
20+
* Publish 0.11.1 version
21+
22+
23+
-- Chugunov Roman <Zebs-BMK@yandex.ru> Sat, 18 Nov 2023 00:12:33 +0300
24+
125
figma-linux (0.11.1-1ubuntu0) devel; urgency=medium
226

327
* Publish 0.11.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.11.0'
2+
version: '0.11.1'
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.0",
3+
"version": "0.11.1",
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)