Skip to content

Commit 2aba696

Browse files
committed
release v0.4.5
1 parent 7df62ce commit 2aba696

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.4.5 (2024-11-05)
4+
5+
**Added**
6+
7+
- Snap while creating or measuring elements
8+
- Snap labels
9+
- Highlight snapped object
10+
11+
**Changed**
12+
13+
- Normalize all element attributes
14+
- Improve snap performance
15+
- Enhance readability of debug overlay
16+
- Hide bounding corner handles while scaling
17+
18+
**Fixed**
19+
20+
- Snap with locked proportions or restricted direction
21+
- Icon on home page
22+
- Path manipulation actions
23+
- Fill tool
24+
- Pan to element
25+
326
## 0.4.4 (2024-10-14)
427

528
**Added**

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)