File tree Expand file tree Collapse file tree 3 files changed +45
-3
lines changed Expand file tree Collapse file tree 3 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
cmake_minimum_required (VERSION 3.16 )
6
6
7
- project (pineapple-pictures VERSION 0.9.2 ) # don't forget to update NEWS file and AppStream metadata.
7
+ project (pineapple-pictures VERSION 1.0.0 ) # don't forget to update NEWS file and AppStream metadata.
8
8
9
9
include (GNUInstallDirs )
10
10
include (FeatureSummary )
Original file line number Diff line number Diff line change
1
+ Version 1.0.0
2
+ ~~~~~~~~~~~~~
3
+ Released: 2025-05-03
4
+
5
+ Features:
6
+ * Support enforce windowed mode on start-up
7
+ * Reload image automatically when current image gets updated
8
+
9
+ Bugfixes:
10
+ * Refer to the right exiv2 CMake module so it can be found on Linux
11
+ * Display correct text language on macOS
12
+
13
+ Miscellaneous:
14
+ * Use native text for shortcut editor's label
15
+ * Display native commandline message when possible
16
+ * Merge Qt translations into app applications as well
17
+
18
+ Contributors:
19
+ Heimen Stoffels, albanobattistella, mmahhi
20
+
1
21
Version 0.9.2
2
22
~~~~~~~~~~~~~
3
23
Released: 2025-03-05
@@ -123,7 +143,7 @@ Version 0.7.1
123
143
Released: 2023-07-08
124
144
125
145
Features:
126
- * TIF and TIFF format files in the same folder will now be automatedly added to the gallery
146
+ * TIF and TIFF format files in the same folder will now be automatically added to the gallery
127
147
* Built-in window resizing now also supports Linux desktop. (macOS might also works as well)
128
148
129
149
Bugfixes:
Original file line number Diff line number Diff line change 80
80
</screenshot >
81
81
</screenshots >
82
82
<releases >
83
+ <release type =" stable" version =" 1.0.0" date =" 2025-05-03T00:00:00Z" >
84
+ <description >
85
+ <p >This release adds the following features:</p >
86
+ <ul >
87
+ <li >Support enforce windowed mode on start-up</li >
88
+ <li >Reload image automatically when current image gets updated</li >
89
+ </ul >
90
+ <p >This release fixes the following bugs:</p >
91
+ <ul >
92
+ <li >Refer to the right exiv2 CMake module so it can be found on Linux</li >
93
+ <li >Display correct text language on macOS</li >
94
+ </ul >
95
+ <p >This release includes the following changes:</p >
96
+ <ul >
97
+ <li >Use native text for shortcut editor's label</li >
98
+ <li >Display native commandline message when possible</li >
99
+ <li >Merge Qt translations into app applications as well</li >
100
+ </ul >
101
+ <p >With contributions from:</p >
102
+ <p >Heimen Stoffels, albanobattistella, mmahhi</p >
103
+ </description >
104
+ </release >
83
105
<release type =" stable" version =" 0.9.2" date =" 2025-03-05T00:00:00Z" >
84
106
<description >
85
107
<p >This release fixes the following bug:</p >
210
232
<description >
211
233
<p >This release adds the following features:</p >
212
234
<ul >
213
- <li >TIF and TIFF format files in the same folder will now be automatedly added to the gallery</li >
235
+ <li >TIF and TIFF format files in the same folder will now be automatically added to the gallery</li >
214
236
<li >Built-in window resizing now also supports Linux desktop. (macOS might also works as well)</li >
215
237
</ul >
216
238
<p >This release fixes the following bugs:</p >
You can’t perform that action at this time.
0 commit comments