Skip to content

Commit ad4c310

Browse files
committed
release v0.2.13
1 parent 1632e0c commit ad4c310

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

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

3+
## 0.2.13 (2024-08-13)
4+
5+
**Added**
6+
7+
- Copy to system clipboard
8+
- System theme option
9+
- Spec validation
10+
- Various icons
11+
- Per tag attribute dispatch
12+
- Font family attribute search
13+
- Font weight attribute dropdown
14+
15+
**Changed**
16+
17+
- Small icons eliminated
18+
- Minor mobile fixes
19+
- Default panel sizes
20+
- Document saved info
21+
- Enhance attribute info card
22+
23+
**Fixed**
24+
25+
- Deleting nested selected elements
26+
- Group index
27+
- Fullscreen event listener
28+
- String drop to canvas
29+
- Dialog markup
30+
- Recent documents order
31+
- Image trace
32+
- Initial value and disabled state of attribute
33+
334
## 0.2.12 (2024-07-31)
435

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

0 commit comments

Comments
 (0)