Skip to content

Commit 56b1835

Browse files
committed
chore: update release info to 1.2.0
1 parent 9170765 commit 56b1835

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
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 1.1.1) # don't forget to update NEWS file and AppStream metadata.
7+
project(pineapple-pictures VERSION 1.2.0) # don't forget to update NEWS file and AppStream metadata.
88

99
include(GNUInstallDirs)
1010
include(FeatureSummary)

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 1.2.0
2+
~~~~~~~~~~~~~
3+
Released: 2025-09-21
4+
5+
Features:
6+
* Long image mode that detect extra wide image and auto fit by its thin side
7+
* Windows: Add product version to binary metadata / resource file
8+
9+
Miscellaneous:
10+
* Update translations
11+
* Update libavif version for Windows binary build
12+
13+
Contributors:
14+
Heimen Stoffels, albanobattistella, Sabri Ünal
15+
116
Version 1.1.1
217
~~~~~~~~~~~~~
318
Released: 2025-08-02

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,22 @@
8080
</screenshot>
8181
</screenshots>
8282
<releases>
83+
<release type="stable" version="1.2.0" date="2025-09-21T00:00:00Z">
84+
<description>
85+
<p>This release adds the following features:</p>
86+
<ul>
87+
<li>Long image mode that detect extra wide image and auto fit by its thin side</li>
88+
<li>Windows: Add product version to binary metadata / resource file</li>
89+
</ul>
90+
<p>This release includes the following changes:</p>
91+
<ul>
92+
<li>Update translations</li>
93+
<li>Update libavif version for Windows binary build</li>
94+
</ul>
95+
<p>With contributions from:</p>
96+
<p>Heimen Stoffels, albanobattistella, Sabri Ünal</p>
97+
</description>
98+
</release>
8399
<release type="stable" version="1.1.1" date="2025-08-02T00:00:00Z">
84100
<description>
85101
<p>This release adds the following feature:</p>

0 commit comments

Comments
 (0)