Skip to content

Commit 0880661

Browse files
committed
chore: update release info to 0.9.1
1 parent 3a8e907 commit 0880661

File tree

4 files changed

+42
-2
lines changed

4 files changed

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

99
include (GNUInstallDirs)
1010
include (FeatureSummary)

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 0.9.1
2+
~~~~~~~~~~~~~
3+
Released: 2025-01-25
4+
5+
Features:
6+
* Option to double-click to fullscreen
7+
* Build-time option to embed translation resources
8+
9+
Bugfixes:
10+
* Fix window size not adjusted when open file on macOS
11+
* Should center window according to available screen geometry
12+
13+
Miscellaneous:
14+
* Change close window bahavior on macOS
15+
* Update translations
16+
17+
Contributors:
18+
albanobattistella, Sabri Ünal
19+
120
Version 0.9.0
221
~~~~~~~~~~~~~
322
Released: 2024-12-08

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pineapple Pictures is a lightweight image viewer that allows you view JPEG, PNG,
2121
- Archlinux AUR: [pineapple-pictures](https://aur.archlinux.org/packages/pineapple-pictures/) | [pineapple-pictures-git](https://aur.archlinux.org/packages/pineapple-pictures-git/)
2222
- [Itch.io Store](https://blumia.itch.io/pineapple-pictures)
2323

24-
### Maintained by contributors / curtain distro's package maintainers
24+
### Maintained by contributors / certain distro's package maintainers
2525

2626
- Debian (since bullseye) or Ubuntu (since 21.04): `sudo apt install pineapple-pictures`
2727
- Nix / NixOS: [pineapple-pictures](https://search.nixos.org/packages?channel=unstable&show=pineapple-pictures&from=0&size=50&sort=relevance&type=packages&query=pineapple-pictures) (maintained by @wineee)

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,27 @@
7474
</screenshot>
7575
</screenshots>
7676
<releases>
77+
<release type="stable" version="0.9.1" date="2025-01-25T00:00:00Z">
78+
<description>
79+
<p>This release adds the following features:</p>
80+
<ul>
81+
<li>Option to double-click to fullscreen</li>
82+
<li>Build-time option to embed translation resources</li>
83+
</ul>
84+
<p>This release fixes the following bugs:</p>
85+
<ul>
86+
<li>Fix window size not adjusted when open file on macOS</li>
87+
<li>Should center window according to available screen geometry</li>
88+
</ul>
89+
<p>This release includes the following changes:</p>
90+
<ul>
91+
<li>Change close window bahavior on macOS</li>
92+
<li>Update translations</li>
93+
</ul>
94+
<p>With contributions from:</p>
95+
<p>albanobattistella, Sabri Ünal</p>
96+
</description>
97+
</release>
7798
<release type="stable" version="0.9.0" date="2024-12-08T00:00:00Z">
7899
<description>
79100
<p>This release adds the following features:</p>

0 commit comments

Comments
 (0)