Skip to content

Commit f647489

Browse files
committed
release v0.7.0
1 parent 5aeb9a3 commit f647489

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.0] - 2023-09-11
8+
### Added
9+
- #94; note and book sorting
10+
- shortcut to save with MOD+S
11+
### Changed
12+
- WASM markdown rendering (performance improvement)
13+
- better dialog accessibility
14+
- loading improvements
15+
- soft-delete notebooks for future feature
16+
- #91; notes and books now have a small random suffix for slug on creation
17+
- editor will now be focused on load
18+
- auto-save can now be toggled on and off
19+
- clearer message on login & signup pages when api has not been set
20+
### Fixed
21+
- prevent infinite re-loading if api cannot be accessed
22+
- #91; report SQL errors correctly
23+
- #88; todo spacing
24+
- drawer not always being on top
25+
726
## [0.6.0] - 2023-09-08
827
### Added
928
- proper docs for deployment

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-mark-frontend",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "",
55
"private": true,
66
"license": "AGPL-3.0-only",

site/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ icon = "git-branch"
2323
hideName = true
2424

2525
[params]
26-
appVersion = "0.6.0"
26+
appVersion = "0.7.0"
2727

2828
[[params.favicon]]
2929
href = "icon.svg"

0 commit comments

Comments
 (0)