Skip to content

Commit

Permalink
release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Oct 14, 2024
1 parent 1e6be0d commit 4ad1a35
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.4.4 (2024-10-14)

**Added**

- Icons to element tree
- Select element range on tree shift click
- Default font weights

**Removed**

- Blocking loader

**Changed**

- Enhance performance
- Enhance readability of attribute info
- Enhance scale behavior

**Fixed**

- Multiselect on tree
- Fill/stroke picker offset
- Keyboard navigation on element tree
- Form input width
- Disabled state of font family popover

## 0.4.3 (2024-09-23)

**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.3",
"version": "0.4.4",
"scripts": {
"upgrade": "npx npm-check-updates -u -x codemirror && npm install",
"postinstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit 4ad1a35

Please sign in to comment.