Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed May 20, 2022
1 parent cc31a49 commit 846f711
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.9.6",
"version": "0.10.0",
"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.js",
"repository": "git@github.com:ChugunovRoman/figma-linux.git",
Expand Down
2 changes: 1 addition & 1 deletion resources/figma-linux-appimage.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Terminal=false
Type=Application
Icon=figma-linux
StartupWMClass=figma-linux
X-AppImage-Version=0.9.6
X-AppImage-Version=0.10.0
Categories=Graphics;
MimeType=application/figma;x-scheme-handler/figma;
17 changes: 17 additions & 0 deletions scripts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
figma-linux (0.10.0-1ubuntu0) devel; urgency=medium

* Publish 0.10.0 version

## Features:
* Add checkbox for enbale/disable figma-linux themes

## Bug Fixes:
* Update icons for deb package for LaucnhPad
* theme manager rules for better display themes colors
* missing home toolbar bg color

## Other Changes:
* remove unnecessary libm library

-- Chugunov Roman <Zebs-BMK@yandex.ru> Fri, 20 May 2022 22:49:44 +0300

figma-linux (0.9.6-1ubuntu0) devel; urgency=medium

* Publish 0.9.6 version
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: figma-linux
version: '0.9.6'
version: '0.10.0'
summary: Unofficial Figma desktop app for Linux platform
description: |
Figma is the first interface design tool based in the browser,
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.9.6",
"version": "0.10.0",
"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",
Expand Down

1 comment on commit 846f711

@AdsonCicilioti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update Flatpak version please!

Please sign in to comment.