diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d18d76..75c10c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) -project(pineapple-pictures VERSION 0.9.0) # don't forget to update NEWS file and AppStream metadata. +project(pineapple-pictures VERSION 0.9.1) # don't forget to update NEWS file and AppStream metadata. include (GNUInstallDirs) include (FeatureSummary) diff --git a/NEWS b/NEWS index 6732af2..dfa6bf7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Version 0.9.1 +~~~~~~~~~~~~~ +Released: 2025-01-25 + +Features: + * Option to double-click to fullscreen + * Build-time option to embed translation resources + +Bugfixes: + * Fix window size not adjusted when open file on macOS + * Should center window according to available screen geometry + +Miscellaneous: + * Change close window bahavior on macOS + * Update translations + +Contributors: + albanobattistella, Sabri Ünal + Version 0.9.0 ~~~~~~~~~~~~~ Released: 2024-12-08 diff --git a/README.md b/README.md index df5a0b8..cf5db0c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Pineapple Pictures is a lightweight image viewer that allows you view JPEG, PNG, - Archlinux AUR: [pineapple-pictures](https://aur.archlinux.org/packages/pineapple-pictures/) | [pineapple-pictures-git](https://aur.archlinux.org/packages/pineapple-pictures-git/) - [Itch.io Store](https://blumia.itch.io/pineapple-pictures) -### Maintained by contributors / curtain distro's package maintainers +### Maintained by contributors / certain distro's package maintainers - Debian (since bullseye) or Ubuntu (since 21.04): `sudo apt install pineapple-pictures` - 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) diff --git a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml index cfdef9c..f125323 100644 --- a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml +++ b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml @@ -74,6 +74,27 @@ + + +

This release adds the following features:

+
    +
  • Option to double-click to fullscreen
  • +
  • Build-time option to embed translation resources
  • +
+

This release fixes the following bugs:

+
    +
  • Fix window size not adjusted when open file on macOS
  • +
  • Should center window according to available screen geometry
  • +
+

This release includes the following changes:

+
    +
  • Change close window bahavior on macOS
  • +
  • Update translations
  • +
+

With contributions from:

+

albanobattistella, Sabri Ünal

+
+

This release adds the following features: