From 2685e8ae4b098a306b1959e76abbfcc2b05cc07f Mon Sep 17 00:00:00 2001 From: gnome-mpv Date: Sat, 9 Sep 2023 18:30:35 +0700 Subject: [PATCH] Bump version to 0.26 --- configure.ac | 2 +- ....celluloid_player.Celluloid.appdata.xml.in | 32 +++++++++++++++++++ meson.build | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6bd36fb1..42859879 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.69]) AC_INIT( [celluloid], - [0.25], + [0.26], [http://github.com/celluloid-player/celluloid/issues], [celluloid], [http://github.com/celluloid/celluloid] ) diff --git a/data/io.github.celluloid_player.Celluloid.appdata.xml.in b/data/io.github.celluloid_player.Celluloid.appdata.xml.in index 1b78aaef..f086fff5 100644 --- a/data/io.github.celluloid_player.Celluloid.appdata.xml.in +++ b/data/io.github.celluloid_player.Celluloid.appdata.xml.in @@ -29,6 +29,38 @@ The Celluloid Developers + + +

+ This release contains the following changes: +

+
    +
  • + Fix a bug where the header bar keeps hiding even when a menu is open. +
  • +
  • + Use toasts instead of dialog to report mpv errors. +
  • +
  • + Change default screenshot format to PNG. +
  • +
  • + Fix crash that happens when the mpv-config-file key in GSettings + contains a path rather than a URI. +
  • +
  • + Expose the Position MPRIS property. +
  • +
  • + Use the numeric style class for the time/duration label, which stops it + from jumping around as it changes. +
  • +
+

+ This listing is incomplete. See git log for complete changelog. +

+
+

diff --git a/meson.build b/meson.build index d5149b0d..d92186f8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('celluloid', 'c', - version: '0.25', + version: '0.26', meson_version: '>= 0.49.0', default_options: [ 'warning_level=2',