Skip to content

Commit f0ed9d0

Browse files
committed
chore: update release info to 1.1.1
1 parent 13227cf commit f0ed9d0

File tree

3 files changed

+37
-1
lines changed

3 files changed

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

99
include(GNUInstallDirs)
1010
include(FeatureSummary)

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 1.1.1
2+
~~~~~~~~~~~~~
3+
Released: 2025-08-02
4+
5+
Features:
6+
* Click dock icon should show window when it's hidden on macOS
7+
8+
Bugfixes:
9+
* Ensure "Fit by Width" position the view to the beginning of the image
10+
11+
Miscellaneous:
12+
* Update translations
13+
* Update Exiv2 version for Windows binary build
14+
15+
Contributors:
16+
Heimen Stoffels, VenusGirl, தமிழ்நேரம்
17+
118
Version 1.1.0
219
~~~~~~~~~~~~~
320
Released: 2025-07-06

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,25 @@
8080
</screenshot>
8181
</screenshots>
8282
<releases>
83+
<release type="stable" version="1.1.1" date="2025-08-02T00:00:00Z">
84+
<description>
85+
<p>This release adds the following feature:</p>
86+
<ul>
87+
<li>Click dock icon should show window when it's hidden on macOS</li>
88+
</ul>
89+
<p>This release fixes the following bug:</p>
90+
<ul>
91+
<li>Ensure "Fit by Width" position the view to the beginning of the image</li>
92+
</ul>
93+
<p>This release includes the following changes:</p>
94+
<ul>
95+
<li>Update translations</li>
96+
<li>Update Exiv2 version for Windows binary build</li>
97+
</ul>
98+
<p>With contributions from:</p>
99+
<p>Heimen Stoffels, VenusGirl, தமிழ்நேரம்</p>
100+
</description>
101+
</release>
83102
<release type="stable" version="1.1.0" date="2025-07-06T00:00:00Z">
84103
<description>
85104
<p>This release adds the following features:</p>

0 commit comments

Comments
 (0)