diff --git a/io.github.Figma_Linux.figma_linux.appdata.xml b/io.github.Figma_Linux.figma_linux.appdata.xml index 5f98572..2cfd177 100644 --- a/io.github.Figma_Linux.figma_linux.appdata.xml +++ b/io.github.Figma_Linux.figma_linux.appdata.xml @@ -6,14 +6,12 @@ Chugunov Roman https://raw.githubusercontent.com/Figma-Linux/figma-linux/dev/resources/icons/512x512.png + io.github.Figma_Linux.figma_linux.desktop CC0-1.0 GPL-2.0 - - Figma is the first interface design tool based in the browser, making it easier for - teams to create software. - -

NOTE: This wrapper is not verified by, affiliated with, or - supported by Figma, Inc.

+ Figma is the first interface design tool based in the browser, making it easier for + teams to create software.

NOTE: This wrapper is not verified by, affiliated with, or + supported by Figma, Inc.

https://github.com/Figma-Linux/figma-linux https://github.com/Figma-Linux/figma-linux/issues @@ -37,32 +35,30 @@ intense - +
  • Bug Fixes:
  • -
  • - import a plugin from manifest.json. - #358 -
  • -
  • - visible font selection field. - #356 -
  • -
  • - use default settings if can not parse settings.json file. - #357 -
  • -
  • - validate file path for extension file. - #352 +
  • Set appVersion to ignore version checking
  • -
  • +
  • Other Changes:
  • +
  • Update the release ci
  • +
  • Bump Electron from 27.2.2 to 30.0.8
  • +
+
+
+ + +
    +
  • Bug Fixes:
  • +
  • import a plugin from manifest.json.
  • +
  • visible font selection field.
  • +
  • use default settings if can not parse settings.json file.
  • +
  • validate file path for extension file.
  • 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
  • -
@@ -71,10 +67,8 @@
  • Bug Fixes:
  • update files for build on launchpad
  • -
  • Other Changes:
  • update build ppa script
  • -
@@ -82,12 +76,7 @@ @@ -116,7 +104,6 @@
  • implement multiple windows
  • Rework frontend. Delete React, Mobx, Webpack, node-sass and etc. And add RollUp and Svelte
  • -
  • Bug Fixes:
  • main pipeline
  • display themes list after first sync
  • @@ -163,16 +150,8 @@
  • move font manager on nodeJS side
  • init settings if file exists with partial data
  • error when try restore empty tab list
  • -
  • - mic access. - - #317 -
  • -
  • - export files. - - #203 -
  • +
  • mic access.
  • +
  • export files.
  • remove a tab object from the svelte store after the close tab from context menu
  • copy a project url, and reload a tab
  • save and restore tabs after open a window
  • @@ -196,17 +175,9 @@
  • sync themes
  • change zoom for the ZoomView component
  • toggling the main menu
  • -
  • - Fix build-id conflicts with other packages ( - - #310) -
  • -
  • - Local plugins are reset on application exit. - - #296 +
  • Fix build-id conflicts with other packages.
  • -
  • +
  • Local plugins are reset on application exit.
  • Other Changes:
  • update readme
  • update snapcraft config
  • @@ -323,15 +294,14 @@
  • move the openTabMenu handler to the WindowsManager
  • cleaned up the code a bit
  • move the setFocusToMainTab handler to WindowsManager class
  • -
  • - - - - - + + + + +
      diff --git a/io.github.Figma_Linux.figma_linux.desktop b/io.github.Figma_Linux.figma_linux.desktop index 3b2408c..1a65380 100644 --- a/io.github.Figma_Linux.figma_linux.desktop +++ b/io.github.Figma_Linux.figma_linux.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=figma-linux Comment=Unofficial Figma application for Linux -Exec=figma-linux --enable-oop-rasterization --ignore-gpu-blacklist -enable-experimental-canvas-features --enable-accelerated-2d-canvas --force-gpu-rasterization --enable-fast-unload --enable-accelerated-vpx-decode=3 --enable-tcp-fastopen --javascript-harmony --enable-checker-imaging --v8-cache-options=code --v8-cache-strategies-for-cache-storage=aggressive --enable-zero-copy --ui-enable-zero-copy --enable-native-gpu-memory-buffers --enable-webgl-image-chromium --enable-accelerated-video --enable-gpu-rasterization %U +Exec=figma-linux --enable-oop-rasterization --ignore-gpu-blacklist -enable-experimental-canvas-features --enable-accelerated-2d-canvas --force-gpu-rasterization --enable-fast-unload --enable-accelerated-vpx-decode=3 --enable-tcp-fastopen --javascript-harmony --enable-checker-imaging --v8-cache-options=code --v8-cache-strategies-for-cache-storage=aggressive --enable-zero-copy --ui-enable-zero-copy --enable-native-gpu-memory-buffers --enable-accelerated-video --enable-gpu-rasterization %U Terminal=false Type=Application Icon=io.github.Figma_Linux.figma_linux diff --git a/io.github.Figma_Linux.figma_linux.yml b/io.github.Figma_Linux.figma_linux.yml index 592a9e4..519b784 100644 --- a/io.github.Figma_Linux.figma_linux.yml +++ b/io.github.Figma_Linux.figma_linux.yml @@ -1,15 +1,15 @@ id: io.github.Figma_Linux.figma_linux sdk: org.freedesktop.Sdk runtime: org.freedesktop.Platform -runtime-version: '23.08' +runtime-version: "23.08" base: org.electronjs.Electron2.BaseApp -base-version: '23.08' +base-version: "23.08" finish-args: - - '--share=ipc' - - '--socket=x11' - - '--device=dri' - - '--share=network' - - '--filesystem=xdg-pictures' + - --share=ipc + - --socket=x11 + - --device=dri + - --share=network + - --filesystem=xdg-pictures command: figma-linux rename-icon: figma-linux modules: @@ -32,8 +32,8 @@ modules: only-arches: - x86_64 url: >- - https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.3/figma-linux_0.11.3_linux_amd64.deb - sha256: f547f20aa82c83d5c017267b57b4e8824428bb8c7e8b11547e35d9d7faa50e60 + https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.4/figma-linux_0.11.4_linux_amd64.deb + sha256: ba452c36058eb4845ee78bec991748eb6b328c83f04ac80d57b9084c2c346144 x-checker-data: type: json url: https://api.github.com/repos/Figma-Linux/figma-linux/releases/latest @@ -45,8 +45,8 @@ modules: only-arches: - aarch64 url: >- - https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.3/figma-linux_0.11.3_linux_arm64.deb - sha256: 58d05ead9ba0936d3fc2e044df913dc62d7538ada9b72c1921007a5557c7f45f + https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.4/figma-linux_0.11.4_linux_arm64.deb + sha256: bd3b22404541bf819320be9635f54fcd4cce1915bc21c339c9a34966f74959bb x-checker-data: type: json url: https://api.github.com/repos/Figma-Linux/figma-linux/releases/latest