Skip to content

Commit

Permalink
release v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Aug 13, 2024
1 parent 1632e0c commit ad4c310
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 0.2.13 (2024-08-13)

**Added**

- Copy to system clipboard
- System theme option
- Spec validation
- Various icons
- Per tag attribute dispatch
- Font family attribute search
- Font weight attribute dropdown

**Changed**

- Small icons eliminated
- Minor mobile fixes
- Default panel sizes
- Document saved info
- Enhance attribute info card

**Fixed**

- Deleting nested selected elements
- Group index
- Fullscreen event listener
- String drop to canvas
- Dialog markup
- Recent documents order
- Image trace
- Initial value and disabled state of attribute

## 0.2.12 (2024-07-31)

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

0 comments on commit ad4c310

Please sign in to comment.