raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=b7be3a0ae49ce5c8803e679e564ff82db90a77a0

commit b7be3a0ae49ce5c8803e679e564ff82db90a77a0
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Dec 28 23:09:26 2017 +0900

    rage - let's do 0.3.0.
---
 README      | 9 ++++++++-
 meson.build | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

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

-- 


Reply via email to