diff --git a/.github/workflows/manualrun_aur.yml b/.github/workflows/manualrun_aur.yml index cb57dc2d..bd5a4ac6 100644 --- a/.github/workflows/manualrun_aur.yml +++ b/.github/workflows/manualrun_aur.yml @@ -20,14 +20,14 @@ jobs: secrets: inherit needs: setup - aur_git: - name: Upload - uses: ./.github/workflows/reuse_aur_git.yml - secrets: inherit - needs: setup + # aur_git: + # name: Upload + # uses: ./.github/workflows/reuse_aur_git.yml + # secrets: inherit + # needs: setup aur_dev_git: name: Upload uses: ./.github/workflows/reuse_aur_dev_git.yml secrets: inherit - needs: setup \ No newline at end of file + needs: setup diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a96d0b51..b2099ffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,11 +45,11 @@ jobs: secrets: inherit needs: [release_amd64, release_arm64v8] - aur_git: - name: Upload - uses: ./.github/workflows/reuse_aur_git.yml - secrets: inherit - needs: [release_amd64, release_arm64v8] + # aur_git: + # name: Upload + # uses: ./.github/workflows/reuse_aur_git.yml + # secrets: inherit + # needs: [release_amd64, release_arm64v8] aur_dev_git: name: Upload diff --git a/README.md b/README.md index fc145934..1b381bdb 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ You can use an AUR helper like `yay` to install it: yay -S figma-linux-bin ``` Other AUR packages: - - [figma-linux](https://aur.archlinux.org/packages/figma-linux-git-dev) - the package install binary version from release tag - - [figma-linux-bin](https://aur.archlinux.org/packages/figma-linux-git-dev) - the package install binary version from release tag - - [figma-linux-git](https://aur.archlinux.org/packages/figma-linux-git-dev) - the package build the app from Githab from latest release tag + - [figma-linux](https://aur.archlinux.org/packages/figma-linux) - the package install binary version from release tag + - [figma-linux-bin](https://aur.archlinux.org/packages/figma-linux-bin) - the package install binary version from release tag + - [figma-linux-git](https://aur.archlinux.org/packages/figma-linux-git) - the package build the app from Githab from latest release tag - [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 ### RPM-based distros Download the .rpm package from our [Releases](https://github.com/Figma-Linux/figma-linux/releases/latest) page, then install it: diff --git a/package.json b/package.json index ccec6d3f..8c70d1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "figma-linux", - "version": "0.11.3", + "version": "0.11.4", "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": "git@github.com:ChugunovRoman/figma-linux.git", diff --git a/resources/figma-linux-appimage.desktop b/resources/figma-linux-appimage.desktop index 0f66c4c1..da6d39ad 100644 --- a/resources/figma-linux-appimage.desktop +++ b/resources/figma-linux-appimage.desktop @@ -6,6 +6,6 @@ Terminal=false Type=Application Icon=figma-linux StartupWMClass=figma-linux -X-AppImage-Version=0.11.3 +X-AppImage-Version=0.11.4 Categories=Graphics; MimeType=application/figma;x-scheme-handler/figma; diff --git a/scripts/debian/changelog b/scripts/debian/changelog index 174496e2..7ed773e9 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,3 +1,45 @@ +figma-linux (0.11.4-1ubuntu0) devel; urgency=medium + + * Publish 0.11.4 version + + ## Bug Fixes: + * set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374)) + + ## Other Changes: + * update the release ci + * Bump Electron from 29.1.6 to 30.0.8 + * Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367)) + + -- Chugunov Roman Sun, 26 May 2024 21:53:24 +0300 + +figma-linux (0.11.4-1ubuntu0) devel; urgency=medium + + * Publish 0.11.4 version + + ## Bug Fixes: + * set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374)) + + ## Other Changes: + * update the release ci + * Bump Electron from 29.1.6 to 30.0.8 + * Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367)) + + -- Chugunov Roman Sun, 26 May 2024 21:51:48 +0300 + +figma-linux (0.11.4-1ubuntu0) devel; urgency=medium + + * Publish 0.11.4 version + + ## Bug Fixes: + * set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374)) + + ## Other Changes: + * update the release ci + * Bump Electron from 29.1.6 to 30.0.8 + * Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367)) + + -- Chugunov Roman Sun, 26 May 2024 20:56:50 +0300 + figma-linux (0.11.3-1ubuntu0) devel; urgency=medium * Publish 0.11.3 version diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bf16703a..39e6afe9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: figma-linux -version: '0.11.3' +version: '0.11.4' summary: Unofficial Figma desktop app for Linux platform description: | Figma is the first interface design tool based in the browser, diff --git a/src/package.json b/src/package.json index bd46cf4a..d8f18c62 100755 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "figma-linux", - "version": "0.11.3", + "version": "0.11.4", "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": "git@github.com:ChugunovRoman/figma-linux.git",