Skip to content

Commit d7c095b

Browse files
committed
release v0.4.8
1 parent 97a72dd commit d7c095b

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

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

3+
## 0.4.8 (2025-7-3)
4+
5+
**Added**
6+
7+
- Internationalization support (#87)[https://github.com/repath-project/repath-studio/pull/87]
8+
- Initial attribute value support
9+
- Reintroduce FPS component
10+
- Core attributes to container elements
11+
12+
**Changed**
13+
14+
- Font enhancements (#84)[https://github.com/repath-project/repath-studio/pull/84]
15+
- Persist enhancements (#86)[https://github.com/repath-project/repath-studio/pull/86]
16+
- Tool enhancements (#85)[https://github.com/repath-project/repath-studio/pull/85]
17+
- Enhance performance
18+
- Enhance cursors
19+
- Enhance button styles
20+
- Increase handle size
21+
22+
**Fixed**
23+
24+
- Refresh bbox on set parent
25+
- Various precision issues
26+
- Multi-selection label
27+
- Stop propagation of escape on various cases
28+
- XML view id console warnings
29+
330
## 0.4.7 (2025-5-17)
431

532
**Changed**

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.7",
8+
"version": "0.4.8",
99
"scripts": {
1010
"upgrade": "npx npm-check-updates -u -x 'codemirror'",
1111
"postinstall": "electron-builder install-app-deps",

0 commit comments

Comments
 (0)