Skip to content

Commit be7eabd

Browse files
authored
Merge pull request #59 from agateau/prep-release
Prepare release of 1.4.0
2 parents 2f96c16 + a611383 commit be7eabd

File tree

5 files changed

+59
-4
lines changed

5 files changed

+59
-4
lines changed

.changes/1.4.0.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 1.4.0 - 2023-04-11
2+
3+
### Added
4+
5+
- Add support for Markdown-style tasks in lists (Daniel Laidig)
6+
- Add tips page (Aurelien Gateau)
7+
- Nanonote now highlights Markdown-like headings (Aurelien Gateau)
8+
- Nanonote now speaks Czech (Amerey)
9+
10+
### Changed
11+
12+
- Use Ctrl+G to open links and Ctrl+Enter for tasks (Daniel Laidig)
13+
14+
### Fixed
15+
16+
- Make sure standard actions like Copy or Paste are translated (Aurelien Gateau)
17+
- Show keyboard shortcuts in context menus on macOS (Daniel Laidig)
18+
- Do not change cursor to pointing-hand when not over a link (Aurelien Gateau)

.changes/unreleased/Added-20230410-150004.yaml

-3
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 1.4.0 - 2023-04-11
4+
5+
### Added
6+
7+
- Add support for Markdown-style tasks in lists (Daniel Laidig)
8+
- Add tips page (Aurelien Gateau)
9+
- Nanonote now highlights Markdown-like headings (Aurelien Gateau)
10+
- Nanonote now speaks Czech (Amerey)
11+
12+
### Changed
13+
14+
- Use Ctrl+G to open links and Ctrl+Enter for tasks (Daniel Laidig)
15+
16+
### Fixed
17+
18+
- Make sure standard actions like Copy or Paste are translated (Aurelien Gateau)
19+
- Show keyboard shortcuts in context menus on macOS (Daniel Laidig)
20+
- Do not change cursor to pointing-hand when not over a link (Aurelien Gateau)
21+
322
## 1.3.93 - 2023-04-03
423

524
### Fixed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.17)
22
project(nanonote
3-
VERSION 1.3.93
3+
VERSION 1.4.0
44
DESCRIPTION "Minimalist note taking application for short-lived notes"
55
HOMEPAGE_URL "https://github.com/agateau/nanonote"
66
)

src/linux/nanonote.metainfo.xml

+21
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@
2525
<url type="donation">https://agateau.com/support</url>
2626
<launchable type="desktop-id">com.agateau.nanonote.desktop</launchable>
2727
<releases>
28+
<release version="1.4.0" date="2023-04-11">
29+
<description>
30+
<p>Added</p>
31+
<ul>
32+
<li>Add support for Markdown-style tasks in lists (Daniel Laidig)</li>
33+
<li>Add tips page (Aurelien Gateau)</li>
34+
<li>Nanonote now highlights Markdown-like headings (Aurelien Gateau)</li>
35+
<li>Nanonote now speaks Czech (Amerey)</li>
36+
</ul>
37+
<p>Changed</p>
38+
<ul>
39+
<li>Use Ctrl+G to open links and Ctrl+Enter for tasks (Daniel Laidig)</li>
40+
</ul>
41+
<p>Fixed</p>
42+
<ul>
43+
<li>Make sure standard actions like Copy or Paste are translated (Aurelien Gateau)</li>
44+
<li>Show keyboard shortcuts in context menus on macOS (Daniel Laidig)</li>
45+
<li>Do not change cursor to pointing-hand when not over a link (Aurelien Gateau)</li>
46+
</ul>
47+
</description>
48+
</release>
2849
<release version="1.3.93" date="2023-04-03">
2950
<description>
3051
<p>Fixed</p>

0 commit comments

Comments
 (0)