Skip to content

Commit

Permalink
release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 5, 2024
1 parent ed31a66 commit 21cd095
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.2.5 (2024-03-05)

**Added**

- Recent documents to home page
- close saved and containing directory actions to document menu
- Disabled state on context menu items
- Documents menu

**Changed**

- Rename frame events
- Enhance slider
- Enhance window controls
- Enhance file operations

**Fixed**

- Nil recent paths
- App icon margin
- Undo/redo dom structure
- Select content max height
- Setting parent of non-existing element
- Missing default element attrs
- Window keyboard listeners

## 0.2.4 (2024-03-03)

**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.4",
"version": "0.2.5",
"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 21cd095

Please sign in to comment.