Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Oct 13, 2021
1 parent d6caf47 commit 300fe8b
Show file tree
Hide file tree
Showing 5 changed files with 24 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.8.1",
"version": "0.9.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.8.1
X-AppImage-Version=0.9.0
Categories=Graphics;
MimeType=application/figma;x-scheme-handler/figma;
20 changes: 20 additions & 0 deletions scripts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
figma-linux (0.9.0-1ubuntu0) devel; urgency=medium

* Publish 0.9.0 version

## Features:
* Implement get access mic. [#238](https://github.com/Figma-Linux/figma-linux/issues/238)

## Bug Fixes:
* Avoid setting defaultProtocolClient if already set. [#241](https://github.com/Figma-Linux/figma-linux/issues/241)
* open project after switch accounts. [#210](https://github.com/Figma-Linux/figma-linux/issues/210)
* fix blank screen after first switch on tab
* Updated module for read local fonts
* Change category to graphics ( [#232)](https://github.com/Figma-Linux/figma-linux/issues/232))
* fix workflow for flatpak

## Other Changes:
* Removed freetype2 library

-- Chugunov Roman <Zebs-BMK@yandex.ru> Wed, 13 Oct 2021 21:56:47 +0300

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

* Publish 0.8.1 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.8.1'
version: '0.9.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.8.1",
"version": "0.9.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

0 comments on commit 300fe8b

Please sign in to comment.