Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Feb 22, 2024
1 parent 13306de commit 7ea4f7d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
30 changes: 24 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,38 @@
# Changelog

## (Unreleased)
## 0.2.0 (2024-02-22)

**Added**

- CHANGELOG.md
- antq github action
- Timeline module
- History tree module
- Notification module
- Error boundary component
- Pressure-sensitive brush tool
- Select similar objects
- Multi-element resize on anchor point
- Theme switch
- Persist workspace configuration
- Introduce centroid (wip)
- Translation module (wip)

**Removed**

- Page element
- Most google closure deps
- Fluentui dependency

**Changed**

- workflow packages upgraded
- UI rewrite
- Extended refactoring
- Enhance all tools
- Enhance menubar
- Enhance user repl commands

**Fixed**

- build-report
- user namespace indentation
Too many fixes to list.

## 0.1.3 (2022-05-09)

Expand Down
6 changes: 3 additions & 3 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.1.3",
"version": "0.2.0",
"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 7ea4f7d

Please sign in to comment.