diff --git a/.gitignore b/.gitignore index 31e07a2..9bc38dd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ # Generic Build Dir [Bb]uild/ +cmake-build-*/ # IDE/Editor config folders .vscode/ +.idea/ diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f0c51d..1b95d57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) -project(pineapple-pictures VERSION 1.0.0) # don't forget to update NEWS file and AppStream metadata. +project(pineapple-pictures VERSION 1.1.0) # don't forget to update NEWS file and AppStream metadata. include(GNUInstallDirs) include(FeatureSummary) diff --git a/NEWS b/NEWS index 8f8e4f8..3cb813c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Version 1.1.0 +~~~~~~~~~~~~~ +Released: 2025-07-06 + +Features: + * New option to disable built-in close window animation + * New option to disable gallery looping + * Support load m3u8 as image gallery playlist + +Miscellaneous: + * Drop Qt 5 support + +Contributors: + Heimen Stoffels, albanobattistella, தமிழ்நேரம் + Version 1.0.0 ~~~~~~~~~~~~~ Released: 2025-05-03 diff --git a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml index c7885fb..d0f8c68 100644 --- a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml +++ b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml @@ -80,6 +80,22 @@ + + +

This release adds the following features:

+
    +
  • New option to disable built-in close window animation
  • +
  • New option to disable gallery looping
  • +
  • Support load m3u8 as image gallery playlist
  • +
+

This release includes the following change:

+
    +
  • Drop Qt 5 support
  • +
+

With contributions from:

+

Heimen Stoffels, albanobattistella, தமிழ்நேரம்

+
+

This release adds the following features:

@@ -87,7 +103,7 @@
  • Support enforces windowed mode on start-up
  • Reload image automatically when current image gets updated
  • -

    This release fixes the following bugs:

    +

    This release fixes the following bug:

    • Display correct text language on macOS