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 44
55cmake_minimum_required (VERSION 3.16 )
66
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.
88
99include (GNUInstallDirs )
1010include (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+
121Version 0.9.2
222~~~~~~~~~~~~~
323Released: 2025-03-05
@@ -123,7 +143,7 @@ Version 0.7.1
123143Released: 2023-07-08
124144
125145Features:
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
127147 * Built-in window resizing now also supports Linux desktop. (macOS might also works as well)
128148
129149Bugfixes:
Original file line number Diff line number Diff line change 8080 </screenshot >
8181 </screenshots >
8282 <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 >
83105 <release type =" stable" version =" 0.9.2" date =" 2025-03-05T00:00:00Z" >
84106 <description >
85107 <p >This release fixes the following bug:</p >
210232 <description >
211233 <p >This release adds the following features:</p >
212234 <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 >
214236 <li >Built-in window resizing now also supports Linux desktop. (macOS might also works as well)</li >
215237 </ul >
216238 <p >This release fixes the following bugs:</p >
You can’t perform that action at this time.
0 commit comments