Skip to content

Commit c77fbeb

Browse files
committed
Bump version to 0.21
1 parent fc96174 commit c77fbeb

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-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.20],
4+
[0.21],
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: 35 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-2020 gnome-mpv -->
2+
<!-- Copyright 2015-2021 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,40 @@
2929
</description>
3030
<developer_name>The Celluloid Developers</developer_name>
3131
<releases>
32+
<release date="2021-03-22" version="0.21">
33+
<description>
34+
<p>
35+
This release contains the following changes:
36+
</p>
37+
<ul>
38+
<li>
39+
Add Basque translation by @aldatsa.
40+
</li>
41+
<li>
42+
Make the shuffle and loop command line options work properly.
43+
</li>
44+
<li>
45+
Make the main menu button toggleable by pressing F10.
46+
</li>
47+
<li>
48+
Add a setting for always appending opened files to the playlist.
49+
</li>
50+
<li>
51+
Allow appending files to playlist by holding shift while dropping files onto the video area.
52+
</li>
53+
<li>
54+
Make CSD header bar toggleable via the mpv property "border".
55+
</li>
56+
<li>
57+
Include Flatpak manifest in the repo. This allows Celluloid to be built in
58+
one click in apps like GNOME Builder.
59+
</li>
60+
</ul>
61+
<p>
62+
This listing is incomplete. See git log for complete changelog.
63+
</p>
64+
</description>
65+
</release>
3266
<release date="2020-09-19" version="0.20">
3367
<description>
3468
<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.20',
2+
version: '0.21',
33
meson_version: '>= 0.49.0',
44
default_options: [
55
'warning_level=2',

0 commit comments

Comments
 (0)