rage - let's do 0.3.0.

This commit is contained in:
Carsten Haitzler 2017-12-28 23:09:26 +09:00
parent f7e69b9412
commit b7be3a0ae4
2 changed files with 9 additions and 2 deletions

9
README
View File

@ -1,4 +1,4 @@
Rage 0.2.1
Rage 0.3.0
******************************************************************************
@ -26,6 +26,13 @@ You can also specify subtitle files with -sub:
rage file.mp4 -sub mysubs.srt
And of course you can run it with no arguments:
rage
Which goes into "Browser mode" where Rage will index/list your
~/Videos directory as a library (and subdirectories).
This depends on video engine support to display them, so it may not
work. Also rage will use a srt or sub format file if found,
automatically. If the filename is video.mp4 or video.avi, video.mov

View File

@ -1,6 +1,6 @@
##### project
project('rage', 'c',
version : '0.2.1',
version : '0.3.0',
license : 'BSD 2 clause',
default_options: [ 'c_std=gnu99' ],
meson_version : '>= 0.40.0')