Skip to content

Commit

Permalink
Merge pull request #73 from agateau/prep-release
Browse files Browse the repository at this point in the history
Prepare release of 1.4.1
  • Loading branch information
agateau authored Dec 1, 2023
2 parents 9dbd281 + 71edbc7 commit 7ba6496
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
9 changes: 9 additions & 0 deletions .changes/1.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 1.4.1 - 2023-12-01

### Added

- Nanonote now speaks Danish (Morgenkaff)
- Nanonote now speaks Dutch (Heimen Stoffels)
- Nanonote now speaks Polish (Marek Szumny)
- Nanonote now speaks Norwegian (Vidar Karlsen)

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230429-101336.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230519-221906.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230827-115545.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230924-173516.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.4.1 - 2023-12-01

### Added

- Nanonote now speaks Danish (Morgenkaff)
- Nanonote now speaks Dutch (Heimen Stoffels)
- Nanonote now speaks Polish (Marek Szumny)
- Nanonote now speaks Norwegian (Vidar Karlsen)

## 1.4.0 - 2023-04-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17)
project(nanonote
VERSION 1.4.0
VERSION 1.4.1
DESCRIPTION "Minimalist note taking application for short-lived notes"
HOMEPAGE_URL "https://github.com/agateau/nanonote"
)
Expand Down
11 changes: 11 additions & 0 deletions src/linux/nanonote.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
<url type="donation">https://agateau.com/support</url>
<launchable type="desktop-id">com.agateau.nanonote.desktop</launchable>
<releases>
<release version="1.4.1" date="2023-12-01">
<description>
<p>Added</p>
<ul>
<li>Nanonote now speaks Danish (Morgenkaff)</li>
<li>Nanonote now speaks Dutch (Heimen Stoffels)</li>
<li>Nanonote now speaks Polish (Marek Szumny)</li>
<li>Nanonote now speaks Norwegian (Vidar Karlsen)</li>
</ul>
</description>
</release>
<release version="1.4.0" date="2023-04-11">
<description>
<p>Added</p>
Expand Down

0 comments on commit 7ba6496

Please sign in to comment.