Skip to content

Commit

Permalink
release '0.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
enchant97 committed Sep 23, 2024
1 parent fcd82fb commit d5c96a0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0] - 2024-09-23
### Added
- #207; vim mode for editor
### Changed
- Update frontend and docker versions
- Refactor backend to make a future update easier
- Require go 1.22 for backend
- Make cursor easier to see
- Keep editor settings for current session
### Fixed
- #206; copy to clipboard does not work on all browsers

## [0.13.1] - 2024-07-28
### Fixed
- fixed XSS vulnerability
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "note-mark-frontend",
"version": "0.13.1",
"version": "0.14.0",
"description": "",
"private": true,
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ url = "https://www.buymeacoffee.com/leospratt"
icon = "coffee"

[params]
appVersion = "0.13.1"
appVersion = "0.14.0"

[[params.favicon]]
href = "/icon.svg"
Expand Down

0 comments on commit d5c96a0

Please sign in to comment.