Skip to content

Commit bf3a945

Browse files
committed
Add butterfly 2.3.0-beta.3
1 parent ce11377 commit bf3a945

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sharp": "^0.33.5",
2020
"typescript": "^5.8.2"
2121
},
22-
"packageManager": "pnpm@10.5.2",
22+
"packageManager": "pnpm@10.6.2",
2323
"devDependencies": {
2424
"@vite-pwa/astro": "^0.5.0",
2525
"sass": "^1.85.1",
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Butterfly 2.3.0-beta.3 released
3+
date: "2025-03-17"
4+
author: codedoctor
5+
tags: [butterfly]
6+
slug: "butterfly/2.3.0-beta.3"
7+
---
8+
9+
The fourth beta of the Butterfly 2.3 update is now available with hotfixes to the previous big beta.
10+
Please test it and report any issues.
11+
12+
Highlights:
13+
14+
- 📄 Add file preview to files navigator
15+
- ⚙️ Option to import and export settings
16+
- 📝 Inline property name editing
17+
- 🪲 Bug fixes
18+
19+
## Add file preview to files navigator
20+
21+
> [#736](https://github.com/LinwoodDev/Butterfly/issues/736)
22+
23+
You can now preview files in the files navigator by clicking on them.
24+
This will open now a read-only document viewer.
25+
26+
## Option to import and export settings
27+
28+
You can now import and export your settings.
29+
This should make it easier to share your settings between devices or with other users.
30+
31+
## Inline property name editing
32+
33+
> [#797](https://github.com/LinwoodDev/Butterfly/issues/797)
34+
35+
You can now edit names inside the title bar by clicking on them.
36+
Previously every tool had a name field which could be confusing and take up space.
37+
38+
## Bug fixes
39+
40+
Previously on some linux devices, you couldn't draw correctly. This update should fix this issue ([#748](https://github.com/LinwoodDev/Butterfly/issues/748)).
41+
42+
## Full changelog
43+
44+
* Add file preview to files navigator ([#736](https://github.com/LinwoodDev/Butterfly/issues/736))
45+
* Add min and max pressure info to pointer test
46+
* Add option to import and export settings
47+
* Add inline property name editing ([#797](https://github.com/LinwoodDev/Butterfly/issues/797))
48+
* Only change file path on creating document, show indicator for creating document
49+
* Improve pressure simulation
50+
* Fix NaN values for pressure ([#748](https://github.com/LinwoodDev/Butterfly/issues/748))
51+
* Fix importing documents ([#807](https://github.com/LinwoodDev/Butterfly/issues/807))
52+
* Fix editable text submit button making it editable again
53+
* Fix selection menu in template dialog not showing without opening a document
54+
* Add version name on desktop if banner was hidden
55+
* Update to agb 8.9

0 commit comments

Comments
 (0)