Skip to content

Commit 79cb1eb

Browse files
committed
Add butterfly 2.5.2-rc.1
1 parent c72a076 commit 79cb1eb

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Butterfly 2.5.2-rc.1 released
3+
date: "2026-05-13"
4+
author: codedoctor
5+
tags: [butterfly]
6+
slug: "butterfly/2.5.2-rc.1"
7+
---
8+
9+
The second release candidate of Butterfly 2.5.2 is now available, focused on area creation, Android SAF reliability, navigation fixes, and smoother input and viewport behavior.
10+
11+
We also reached 5000 commits in the Butterfly repository. Thank you for all your support!
12+
13+
Highlights:
14+
15+
- 🧭 Area creation and sizing fixes
16+
- 📁 Android SAF file handling fixes
17+
- 🗂️ Navigation and home page fixes
18+
- 🎯 Transform and viewport fixes
19+
- ✍️ Input and drawing fixes
20+
21+
Butterfly 2.5.2 continues to focus on making connected workflows more reliable while polishing editing, navigation, and mobile behavior.
22+
Please test this release candidate and report any remaining bugs you find.
23+
24+
## Area creation and sizing fixes
25+
26+
Area creation has been improved when creating areas inside or overlapping other areas. The area tool now also correctly respects fixed width when an aspect ratio is set, and the width is saved correctly after selecting an aspect ratio.
27+
28+
## Android SAF file handling fixes
29+
30+
Android SAF support has received another round of fixes while the experimental feature is enabled. Migrating to a new directory now works correctly, and moving and saving documents should behave reliably.
31+
32+
## Navigation and home page fixes
33+
34+
The home page recently list no longer shows the same file twice ([#1084](https://github.com/LinwoodDev/Butterfly/issues/1084)). Moving pages into and out of folders in the pages navigator has also been fixed.
35+
36+
## Transform and viewport fixes
37+
38+
Transforming multiple objects at the same time now uses the correct offsets. Several viewport issues have also been resolved, including flickering after drawing pen strokes and content being hidden behind the navigation rail when zooming out with the positive coordinate viewport limit enabled.
39+
40+
## Input and drawing fixes
41+
42+
Multi-tap input shortcuts no longer delay regular pointer input. The pen only toggle also stays in the corner when zoom controls are disabled.
43+
44+
## Full changelog
45+
46+
* Improve area creation when creating areas inside or overlapping other areas
47+
* Fix area tool fixed width being ignored when an aspect ratio is set
48+
* Fix area tool width not being saved after selecting an aspect ratio
49+
* Fix home page recently shows the same File twice ([#1084](https://github.com/LinwoodDev/Butterfly/issues/1084))
50+
* Fix offsets on transforming multiple objects at the same time
51+
* Fix migrating to a new directory not working when android saf experimental feature is enabled
52+
* Fix moving and saving not correctly working when android saf experimental feature is enabled
53+
* Fix moving pages into and out of folders in the pages navigator
54+
* Fix viewport flickering after drawing pen strokes
55+
* Fix multi-tap input shortcuts delaying regular pointer input
56+
* Fix positive coordinate viewport limit hiding content behind the navigation rail when zooming out
57+
* Fix pen only toggle not being on the corner if zoom controls are disabled

0 commit comments

Comments
 (0)