Skip to content

Commit

Permalink
release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 1, 2024
1 parent 8804a8f commit 1e42262
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.2.2 (2024-03-01)

**Added**

- File save/load
- Auto reload on main changes

**Changed**

- Url handling
- Refactor element to path

**Fixed**

- History tree rendering
- Element selection

## 0.2.1 (2024-02-26)

**Changed**
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.1",
"version": "0.2.2",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"postcss:build": "npx postcss main.css -o resources/public/css/main.css --verbose",
Expand Down

0 comments on commit 1e42262

Please sign in to comment.