Skip to content

Commit 86e23a3

Browse files
committed
release v0.11.0
1 parent 7c99f30 commit 86e23a3

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.11.0] - 2024-01-31
8+
### Added
9+
- Print note
10+
- Download note
11+
- Better header/footer consistency
12+
- #178; button to copy note to clipboard
13+
- #175; clickable breadcrumbs
14+
- Scratchpad for temporary note making (local to device)
15+
### Changed
16+
- Enhanced pre-login step
17+
- Redesigned profile & homepage
18+
### Fixed
19+
- Minor styling issues
20+
721
## [0.10.0] - 2023-12-27
822
### Added
923
- All-in-one docker image, highly requested feature to make deployment easier

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-mark-frontend",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "",
55
"private": true,
66
"license": "AGPL-3.0-only",

site/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ icon = "git-branch"
2626
hideName = true
2727

2828
[params]
29-
appVersion = "0.10.0"
29+
appVersion = "0.11.0"
3030

3131
[[params.favicon]]
3232
href = "/icon.svg"

0 commit comments

Comments
 (0)