File tree 5 files changed +59
-4
lines changed
5 files changed +59
-4
lines changed Original file line number Diff line number Diff line change
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)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
22
## 1.3.93 - 2023-04-03
4
23
5
24
### Fixed
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.17)
2
2
project (nanonote
3
- VERSION 1.3.93
3
+ VERSION 1.4.0
4
4
DESCRIPTION "Minimalist note taking application for short-lived notes"
5
5
HOMEPAGE_URL "https://github.com/agateau/nanonote"
6
6
)
Original file line number Diff line number Diff line change 25
25
<url type =" donation" >https://agateau.com/support</url >
26
26
<launchable type =" desktop-id" >com.agateau.nanonote.desktop</launchable >
27
27
<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 >
28
49
<release version =" 1.3.93" date =" 2023-04-03" >
29
50
<description >
30
51
<p >Fixed</p >
You can’t perform that action at this time.
0 commit comments