Skip to content

Commit 8bd90e5

Browse files
committed
Bump version to 0.23
1 parent 7f8e915 commit 8bd90e5

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.69])
22

33
AC_INIT( [celluloid],
4-
[0.22],
4+
[0.23],
55
[http://github.com/celluloid-player/celluloid/issues],
66
[celluloid],
77
[http://github.com/celluloid/celluloid] )

data/io.github.celluloid_player.Celluloid.appdata.xml.in

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2015-2021 gnome-mpv -->
2+
<!-- Copyright 2015-2022 gnome-mpv -->
33
<component type="desktop">
44
<id>io.github.celluloid_player.Celluloid</id>
55
<metadata_license>CC-BY-SA-4.0</metadata_license>
@@ -29,6 +29,33 @@
2929
</description>
3030
<developer_name>The Celluloid Developers</developer_name>
3131
<releases>
32+
<release date="2022-03-07" version="0.23">
33+
<description>
34+
<p>
35+
This is mostly a bugfix release. It contains the following changes:
36+
</p>
37+
<ul>
38+
<li>
39+
Fix autofit triggering regardless of settings.
40+
</li>
41+
<li>
42+
Fix window size shrinking across sessions.
43+
</li>
44+
<li>
45+
Fix crash when playing files with names containing invalid encoding.
46+
</li>
47+
<li>
48+
Fix drag-and-drop not working with some file managers.
49+
</li>
50+
<li>
51+
Fix playback starting when the last playlist item is removed.
52+
</li>
53+
</ul>
54+
<p>
55+
This listing is incomplete. See git log for complete changelog.
56+
</p>
57+
</description>
58+
</release>
3259
<release date="2021-11-05" version="0.22">
3360
<description>
3461
<p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('celluloid', 'c',
2-
version: '0.22',
2+
version: '0.23',
33
meson_version: '>= 0.49.0',
44
default_options: [
55
'warning_level=2',

0 commit comments

Comments
 (0)