Skip to content

Commit

Permalink
Bump version to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Jun 24, 2024
1 parent 7e0529b commit a7d30b1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])

AC_INIT( [celluloid],
[0.26],
[0.27],
[http://github.com/celluloid-player/celluloid/issues],
[celluloid],
[http://github.com/celluloid/celluloid] )
Expand Down
35 changes: 34 additions & 1 deletion data/io.github.celluloid_player.Celluloid.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015-2023 gnome-mpv -->
<!-- Copyright 2015-2024 gnome-mpv -->
<component type="desktop">
<id>io.github.celluloid_player.Celluloid</id>
<metadata_license>CC-BY-SA-4.0</metadata_license>
Expand Down Expand Up @@ -29,6 +29,39 @@
</description>
<developer_name>The Celluloid Developers</developer_name>
<releases>
<release date="2024-06-24" version="0.27">
<description translate="no">
<p>
This release contains the following changes:
</p>
<ul>
<li>
Add a loading screen that gets displayed during initialization and
buffering.
</li>
<li>
Reduce the time it takes for the main window to get displayed after
launching.
</li>
<li>
Opening and closing the preferences dialog will no longer trigger an mpv
reset unless options that require it are changed.
</li>
<li>
Update the look for controls and header bar in floating mode.
</li>
<li>
Update some of the deprecated GTK API usage.
</li>
<li>
Add support for multi-file user scripts.
</li>
</ul>
<p>
This listing is incomplete. See git log for complete changelog.
</p>
</description>
</release>
<release date="2023-09-16" version="0.26">
<description translate="no">
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('celluloid', 'c',
version: '0.26',
version: '0.27',
meson_version: '>= 0.49.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit a7d30b1

Please sign in to comment.