Skip to content

Releases: Figma-Linux/figma-linux

Figma-linux v0.1.0

26 Jul 13:55
Compare
Choose a tag to compare

What a new

  • Added the top panel
  • Added the main and others tabs
  • Added the home button, for come to back to the recent files
  • Added the middleware API for update the title of the current tab
  • "Open in new tab" working
  • Zoom only for browserView
  • Closing tab by the mouse wheel click

v0.0.4-2

01 Jul 16:42
Compare
Choose a tag to compare

Published 0.0.4 version

05 May 06:33
Compare
Choose a tag to compare

What's a new

  • Now the app can recieve an args. You can to look a reference by command in the terminal: figma-linux -h
    Output:
figma-linux

Unofficial desktop application for linux. This application based on the Electron.js.

use:
    figma-linux [options]

    OPTIONS:
        -h      this reference.
        -f      launch app without window frame.
        -v      show version of application.

Fixed:

  • Fix app icon.

Published 0.0.3 version

20 Mar 10:51
Compare
Choose a tag to compare

What's a new

  • Added auto reload the window after login and logout.

Fixed:

  • Fixed shortcuts. Now it don't overwrite the system shortcuts.
  • Now your can to logout from the app. 😁

v0.0.2

28 Dec 13:27
Compare
Choose a tag to compare

What's a new:

  • Add reload window (By pressing the F5 key)

v0.0.1

28 Dec 13:23
Compare
Choose a tag to compare

What's a new:

  • Change zoom:
    • Decrease zoom on 10% press on the ctrl+- shortcut.
    • Increase zoom on 10% press on the ctrl+= shortcut.
    • Decrease zoom on 5% press on the shift+ctrl+- shortcut.
    • Increase zoom on 5% press on the shift+ctrl+= shortcut.