Skip to content

Commit

Permalink
release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Nov 5, 2024
1 parent 7df62ce commit 2aba696
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.4.5 (2024-11-05)

**Added**

- Snap while creating or measuring elements
- Snap labels
- Highlight snapped object

**Changed**

- Normalize all element attributes
- Improve snap performance
- Enhance readability of debug overlay
- Hide bounding corner handles while scaling

**Fixed**

- Snap with locked proportions or restricted direction
- Icon on home page
- Path manipulation actions
- Fill tool
- Pan to element

## 0.4.4 (2024-10-14)

**Added**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Konstantinos Kaloutas",
"homepage": "https://repath.studio",
"license": "AGPL-3.0",
"version": "0.4.4",
"version": "0.4.5",
"scripts": {
"upgrade": "npx npm-check-updates -u -x codemirror",
"postinstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit 2aba696

Please sign in to comment.