Skip to content

Commit

Permalink
Bump version to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Apr 8, 2020
1 parent 13bef03 commit 7784d91
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 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.18],
[0.19],
[http://github.com/celluloid-player/celluloid/issues],
[celluloid],
[http://github.com/celluloid/celluloid] )
Expand Down
53 changes: 53 additions & 0 deletions data/io.github.celluloid_player.Celluloid.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,59 @@
</description>
<developer_name>The Celluloid Developers</developer_name>
<releases>
<release date="2020-04-08" version="0.19">
<description>
<p>
This release contains the following changes:
</p>
<ul>
<li>
Adjust the range of volume button based on the value of ht volume-max
property.
</li>
<li>
Retain window maximization state across sessions.
</li>
<li>
Retain loop state across sessions.
</li>
<li>
Implement playlist search.
</li>
<li>
Update the list of shortcuts in Keyboard Shortcuts dialog.
</li>
<li>
Correctly handle quotes and escape sequences in extra mpv options.
</li>
<li>
Display time at cursor position when hovering the seek bar.
</li>
<li>
Deprecate '--mpv-options'. Options starting with '--mpv-' can be
used to set mpv options instead. For example, passing
'--mpv-vf=vflip' to Celluloid is equivalent to passing
'--vf=vflip' to mpv.
</li>
<li>
Add support for configuring dead zone, an area in which mouse movement
will not cause controls to be shown.
</li>
<li>
Make window sizing work correctly with HiDPI displays.
</li>
<li>
Add Finnish translation by Kimmo Kujansuu.
</li>
<li>
Add Slovenian translation by @bertronika.
</li>
</ul>
<p>
This listing is incomplete. See git log for complete changelog.
</p>
</description>
</release>
<release date="2019-11-05" version="0.18">
<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.18',
version: '0.19',
meson_version: '>= 0.40.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 7784d91

Please sign in to comment.