Skip to content

Commit

Permalink
release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Sep 22, 2024
1 parent 979fa4b commit 04973b4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
45 changes: 42 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## 0.4.2 (2024-09-22)

**Added**

- Font preview on font select
- Persisting snap options
- System language
- Initial attr value for browsers
- Portfolio
- Default document title on save dialog

**Removed**

- Dropper error message
- Id, title and saved from saved documents

**Changed**

- Enhance brush cursor
- Enhance square-handle styles
- Simplify select messages
- Enhance attribute info on browsers
- Persist the last history state only
- Performance enhancements

**Fixed**

- Document migration
- Local storage clear and relaunch
- Mobile pointer events
- Deleting text element when there is no content
- Avoid creating empty paths after bool operation
- Persist on canvas zoom
- Mobile app height
- Clearing temp element on deactivation
- Multiple file load
- Saved indicator
- Disabled state on attributes
- Minor icon issues

## 0.4.1 (2024-08-30)

**Added**
Expand All @@ -8,8 +48,7 @@

**Changed**

- **[BREAKING]**: Switch to uuids

- Switch to uuids

## 0.3.0 (2024-08-29)

Expand All @@ -30,7 +69,7 @@

**Changed**

- **[BREAKING]**: Use `:id` instead of `:key` to avoid shadowing
- Use `:id` instead of `:key` to avoid shadowing
- Enhance image performance
- Scrollbars
- Enhance mobile view
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.4.1",
"version": "0.4.2",
"scripts": {
"upgrade": "npx npm-check-updates -u -x codemirror && npm install",
"postinstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit 04973b4

Please sign in to comment.