Skip to content

Commit e71ecb6

Browse files
committed
release v0.4.7
1 parent 8dec27d commit e71ecb6

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## 0.4.7 (2025-5-17)
4+
5+
**Changed**
6+
7+
- Set label cursor to text only when the item is selected
8+
- Move help messages over canvas
9+
- Simplify and improve performance of tests
10+
- Enhance close button styles
11+
- Enhance pan help messages
12+
13+
**Fixed**
14+
15+
- Accessibility issues
16+
- Polygon and polyline description
17+
- loadURL on windows
18+
319
## 0.4.6 (2025-5-7)
420

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

0 commit comments

Comments
 (0)