rage - let's do 0.3.0.

v-0.4.0
Carsten Haitzler 6 years ago
parent f7e69b9412
commit b7be3a0ae4
  1. 9
      README
  2. 2
      meson.build

@ -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

@ -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')

Loading…
Cancel
Save