login

<     >

2015-06-03 11:23:16 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Version 0.2.0.

diff --git a/CHANGES.md b/CHANGES.md
index 152b3f5..591e73b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,17 @@
 # Change Log
 
+## [0.2.0] - 2015-06-03
+
+### New Features
+
+- Better line editing (for search, rename, etc):
+  - Allow cursor movement, insertion and deletion.
+  - Horizontal scrolling for long lines in small terminals.
+- New command 'R' to refresh directory listing.
+- New command 'x' to delete selected file or (empty) directory.
+- Show file sizes in human readable format ("1.4 K" instead of "1394").
+- Set environment variable $RVSEL to selection before running a subprocess.
+
 ## [0.1.1] - 2015-04-17
 
 ### Bug Fixes

diff --git a/config.h b/config.h
index ea87119..e7bbd91 100644
--- a/config.h
+++ b/config.h
@@ -1,4 +1,4 @@
-#define RV_VERSION      "0.1.1"
+#define RV_VERSION      "0.2.0"
 
 /* CTRL+X: "^X"
    ALT+X: "M-X" */

diff --git a/rover.1 b/rover.1
index 023f4b4..e72d3da 100644
--- a/rover.1
+++ b/rover.1
@@ -1,4 +1,4 @@
-.TH ROVER 1 rover\-0.1.1
+.TH ROVER 1 rover\-0.2.0
 .SH NAME
 rover \- file browser for the terminal
 .SH SYNOPSIS