Skip to content

Commit b964fdc

Browse files
committed
chore: update release info to 1.0.0
1 parent d6d2703 commit b964fdc

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_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

99
include(GNUInstallDirs)
1010
include(FeatureSummary)

NEWS

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
Version 0.9.2
222
~~~~~~~~~~~~~
323
Released: 2025-03-05
@@ -123,7 +143,7 @@ Version 0.7.1
123143
Released: 2023-07-08
124144

125145
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
127147
* Built-in window resizing now also supports Linux desktop. (macOS might also works as well)
128148

129149
Bugfixes:

dist/appstream/net.blumia.pineapple-pictures.metainfo.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,28 @@
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>
@@ -210,7 +232,7 @@
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>

0 commit comments

Comments
 (0)