Skip to content

Commit 6a6bc8b

Browse files
authored
release v0.24.0
1 parent 924d770 commit 6a6bc8b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v0.24.0 (November 16, 2024) Minimap and Read-Only Pages
2+
3+
> 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.
4+
5+
## Added Minimap
6+
7+
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**.
8+
9+
## Allow to set Pages as Read-Only
10+
11+
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.
12+
13+
## New Clear Page Button
14+
15+
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.
16+
17+
## Laser Pointer Tool Improvements
18+
19+
We have enhanced the **Laser Pointer Tool** to allow multiple paths during a single session.
20+
21+
122
# v0.23.0 (October 28, 2024) Enhanced Precision and New Library Feature
223

324
> 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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "folio",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "A minimalistic digital whiteboard for sketching and prototyping",
55
"private": true,
66
"homepage": "https://www.josemi.xyz/folio",

0 commit comments

Comments
 (0)