Commit Diff


commit - a1834b92f9d4ef77aa410fab20f10e0983e0cb51
commit + b084f13e9acf971b9c1336617825d5a42497acd4
blob - 152b3f51c00e73087ba2506953f0c5f1e9a0780a
blob + 591e73b55d1ce5ac3edfe5700cf6f2df859dd059
--- CHANGES.md
+++ 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
blob - ea87119d27bffa709a61057d551feee0b2664851
blob + e7bbd912338887333c3535ecbad88562cb97cd37
--- config.h
+++ 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" */
blob - 023f4b4424ad7cd16f97cf9c084eec3409cebe7e
blob + e72d3dabf7f083a54ec772ea1624c44da8c92e5c
--- rover.1
+++ 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