From c19e4273e0c7a5951f79a71a272130f41749d2a7 Mon Sep 17 00:00:00 2001 From: Josemi Juanes <5751201+jmjuanes@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:57:57 +0000 Subject: [PATCH] release v0.22.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f5ef52..15169f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.22.0 (October 13, 2024) New settings menu and enhanced screenshot tool + +> In this release, we have improved the screenshot mode with editable regions, streamlined the main menu by moving board settings to a new Settings menu, enhanced element handlers for easier adjustments, and gave our website a fresh new design. + +## Enhanced Screenshot mode + +We have upgraded the **screenshot feature** to allow users to **edit the selection area** before downloading the image or copying it to the clipboard. This provides better control and flexibility. + +## New Settings menu + +To streamline the main menu, we have moved all board configuration options (**background color**, **show grid**, **show object dimensions**, and **snap to elements**) to a brand-new **Settings** menu. This reorganization makes it easier to access and manage your board preferences. + +## Improved Element Handlers + +We have polished the **styles for element handlers**, making resizing and managing elements on the board more intuitive and visually clear. + + # v0.21.0 (August 25, 2024) Duplicate Pages and some Bug Fixes > We have introduced the ability to duplicate entire pages, making it easier to create variations of your work. We have also fixed bugs related to curved arrows, ensuring accurate selection area calculations and preventing cropping when exporting to images. diff --git a/package.json b/package.json index 5cf73ab0..835a359b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folio", - "version": "0.21.0", + "version": "0.22.0", "description": "A minimalistic digital whiteboard for sketching and prototyping", "private": true, "homepage": "https://www.josemi.xyz/folio",