Skip to content

Commit ca39ceb

Browse files
committed
release '0.12.2'
1 parent 7796757 commit ca39ceb

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ 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.12.1] - 2023-03-28
7+
## [0.12.2] - 2024-04-13
8+
### Changed
9+
- Prevent app from starting if static directory does not exist, if one has been set
10+
### Fixed
11+
- #195; cannot update user profile
12+
- #191; attachments cannot be opened
13+
14+
## [0.12.1] - 2024-03-28
815
### Changed
916
- Add users name if set on their area homepage
1017
### Fixed

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.12.1",
3+
"version": "0.12.2",
44
"description": "",
55
"private": true,
66
"license": "AGPL-3.0-only",

site/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ url = "https://www.buymeacoffee.com/leospratt"
3131
icon = "coffee"
3232

3333
[params]
34-
appVersion = "0.12.1"
34+
appVersion = "0.12.2"
3535

3636
[[params.favicon]]
3737
href = "/icon.svg"

0 commit comments

Comments
 (0)