Skip to content

Commit

Permalink
release v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Nov 16, 2024
1 parent 924d770 commit 6a6bc8b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.24.0 (November 16, 2024) Minimap and Read-Only Pages

> This update introduces the **Minimap** for effortless navigation across your board and the ability to set pages as **Read-Only**, ensuring your work stays protected. We have also improved the **Laser Pointer Tool** to support multiple paths, and added a new button to clear the content of the current page.
## Added Minimap

We have added a **Minimap** to help you navigate your infinite canvas effortlessly! The minimap gives you a bird’s-eye view of your board. You can enable this feature by going to **Menu → Preferences → Show Minimap**.

## Allow to set Pages as Read-Only

Need to prevent changes to specific pages? You can now set any page as **Read-Only**! This feature is perfect for locking finalized designs or protecting key content from accidental edits. Simply go to **Pages Panel → Configure Page → Set as Read-Only** to enable this.

## New Clear Page Button

We have added a convenient new Clear Page button to the main menu, allowing you to quickly remove all content from the current page with just one click. Perfect for starting fresh without manually deleting elements.

## Laser Pointer Tool Improvements

We have enhanced the **Laser Pointer Tool** to allow multiple paths during a single session.


# v0.23.0 (October 28, 2024) Enhanced Precision and New Library Feature

> This release introduces the Library feature, allowing users to manage, export, and import design elements effortlessly. Additionally, new Shift key functionalities enable users to preserve aspect ratios while resizing and snap lines and arrows to 15° increments. We have also improved text elements to prevent word breaks and maintain their aspect ratio during resizing.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folio",
"version": "0.23.0",
"version": "0.24.0",
"description": "A minimalistic digital whiteboard for sketching and prototyping",
"private": true,
"homepage": "https://www.josemi.xyz/folio",
Expand Down

0 comments on commit 6a6bc8b

Please sign in to comment.