Skip to content

v0.5.0 (2023-03-15)

Compare
Choose a tag to compare
@jmjuanes jmjuanes released this 15 Mar 20:18
· 311 commits to main since this release
c0f0898

🧰 Improved Main Menu

Now you can enable or disable the board grid and change the background color of the board from the Main Menu. Also, a new section has been added to the Main Menu for including external links like the link to the Folio repository or for reporting issues.

image

🎨 Improved colors and color picker

Folio now comes with an improved color palette for Fill, Stroke, and Text. Also, now Folo allows picking a color using the browser's native color picker, just clicking on the color preview box:

Peek 2023-03-15 21-02

🔒 New lock tool option

Now you can use the lock button of the tools panel to keep the selected tool active after drawing.

Peek 2023-03-15 21-08

🗑️ New erase action added

We have added a new Erase action, that, as you drag, it will delete any element that it collides with.

Peek 2023-03-15 21-15

📝 Full Changelog

🚀 New features

  • Added tool lock (1474609).
  • Allow picking a color using the browser's native color picker (e30d3ca).
  • Added new erase action (935f49d).
  • Allow changing the board background color (f48f0b8).
  • Allow enabling or disabling board grid (87576e0).
  • Added external links in main menu (cc19712).
  • Added welcome screen (3f52aa6).

🧰 Improvements

  • Improved cursors for user actions (b963230).
  • Added padding to exported PNG image and fix stroke width (7c304e5).
  • Applied a more compact interface (baeb169).
  • New colors for fill, stroke, and text (0d69341).

🐛 Bug fixes

  • Fixed translation position of an element after enabling grid (eac758a).
  • Disabled drawing path simplification (ebed66b).