Skip to content

Commit

Permalink
Bump version to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Mar 6, 2022
1 parent 7f8e915 commit 8bd90e5
Show file tree
Hide file tree
Showing 3 changed files with 30 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.22],
[0.23],
[http://github.com/celluloid-player/celluloid/issues],
[celluloid],
[http://github.com/celluloid/celluloid] )
Expand Down
29 changes: 28 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-2021 gnome-mpv -->
<!-- Copyright 2015-2022 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,33 @@
</description>
<developer_name>The Celluloid Developers</developer_name>
<releases>
<release date="2022-03-07" version="0.23">
<description>
<p>
This is mostly a bugfix release. It contains the following changes:
</p>
<ul>
<li>
Fix autofit triggering regardless of settings.
</li>
<li>
Fix window size shrinking across sessions.
</li>
<li>
Fix crash when playing files with names containing invalid encoding.
</li>
<li>
Fix drag-and-drop not working with some file managers.
</li>
<li>
Fix playback starting when the last playlist item is removed.
</li>
</ul>
<p>
This listing is incomplete. See git log for complete changelog.
</p>
</description>
</release>
<release date="2021-11-05" version="0.22">
<description>
<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.22',
version: '0.23',
meson_version: '>= 0.49.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 8bd90e5

Please sign in to comment.