Skip to content

Commit 5aea1d9

Browse files
committed
release v0.4.6
1 parent 4b8aa62 commit 5aea1d9

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 0.4.6 (2025-5-7)
4+
5+
**Added**
6+
7+
- Clipboard-write error handling
8+
- Ellipse area method
9+
- Animation icons
10+
11+
**Removed**
12+
13+
- cljs-ajax dependency
14+
15+
**Changed**
16+
17+
- Stroke width of bounding box
18+
- Enhanced history preview
19+
- Unlock element on create/copy/duplicate
20+
- Svg tree label font weight
21+
22+
**Fixed**
23+
24+
- Recenter to dom rect
25+
- Adjusted bounds on nested containers
26+
- Multiple image selection error
27+
- Timeline animations
28+
- Saved and close event
29+
- Simplify history drop-rest
30+
- Persist effect
31+
- Image tool drag end
32+
- Browser compatibility overflow
33+
- Drag start on canvas
34+
- Grid index
35+
336
## 0.4.5 (2024-11-05)
437

538
**Added**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Konstantinos Kaloutas",
66
"homepage": "https://repath.studio",
77
"license": "AGPL-3.0",
8-
"version": "0.4.5",
8+
"version": "0.4.6",
99
"scripts": {
1010
"upgrade": "npx npm-check-updates -u -x 'codemirror'",
1111
"postinstall": "electron-builder install-app-deps",

0 commit comments

Comments
 (0)