diff --git a/README b/README index 4b032ec..20c4535 100644 --- a/README +++ b/README @@ -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 diff --git a/meson.build b/meson.build index a755866..61ebae5 100644 --- a/meson.build +++ b/meson.build @@ -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')