Skip to content

Commit 02e038e

Browse files
committed
Enhance PDF handling and improve stability for large files in Butterfly 2.4.1
1 parent ca448df commit 02e038e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/content/blog/butterfly/2025-11-13-butterfly-2.4.1.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In this part, another bug affecting backgrounds with lines has been fixed—now
7474

7575
## Improved PDF handling \{#pdf-rendering\}
7676

77-
PDF handling is more efficient. The PDF import dialog has clearer defaults and descriptions, and overall reliability around PDF-related flows has been improved as part of broader stability work.
77+
PDF handling is more efficient. The underlying PDF library was replaced, and the app no longer crashes in this area. The PDF import dialog has clearer defaults and descriptions, and overall reliability around PDF-related flows has been improved as part of broader stability work.
7878

7979
## Drawing improvements \{#drawing\}
8080

@@ -83,6 +83,7 @@ Element creation now feels smoother when you release the pen. We fixed flickerin
8383
## File view and UI improvements \{#file-view\}
8484

8585
The grid view now has better spacing, and filenames wrap more gracefully on desktop. Theme names display correctly, including capitalization, and header text color is fixed on certain themes. Truncated texts now show helpful tooltips. Thumbnail positions and capture accuracy are improved.
86+
Moreover importing now respects the current directory.
8687

8788
## Multi-input and tools improvements \{#multi-input\}
8889

@@ -92,6 +93,4 @@ Mouse double-click for the context menu now works reliably in the select tool. T
9293

9394
HUGE files no longer crash as easily. In the previous stable, importing gigantic files could crash Butterfly (unless you had a NASA computer). Since not everyone has a NASA computer, handling for big files got improved. We addressed memory leaks and improved performance when importing large assets and saving large notes. Sequential operations no longer block on autosave where unnecessary, and state is reliably saved even while autosave is in progress.
9495

95-
Additional:
96-
- Importing now respects the current directory.
97-
- Android now supports a 16KB page size.
96+
On Android, the app now support 16kb page sizes and have a larger heap size to better handle large files without crashing.

0 commit comments

Comments
 (0)