Skip to content

Commit

Permalink
release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Apr 22, 2024
1 parent 866dea3 commit dfec6d6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## 0.2.9 (2024-04-22)

**Added**

- Image tracing
- Image triangulation
- SVG import
- Snap options
- Path manipulations (simplify, smooth, flatten, reverse)
- Brush circle pointer
- Open document on drop
- Various icons
- Web workers and loading indicator

**Removed**

- Element-to-path dependency
- Tooltip arrow

**Changed**

- Allow selecting svg elements on drag
- Enable chromium devtools on prod
- Enhance focus styles
- Rearrange toolbars and menus
- Move tool help text to statusbar
- Enhance a11y
- Enhance performance

**Fixed**

- Set-zoom event
- Render to string
- Default modal focus
- Text element creation
- Point parsing
- Prevent copying empty selection
- Recent documents on home

## 0.2.8 (2024-04-09)

**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.8",
"version": "0.2.9",
"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 dfec6d6

Please sign in to comment.