Blob


1 # Change Log
3 ## [0.2.0] - 2015-06-03
5 ### New Features
7 - Better line editing (for search, rename, etc):
8 - Allow cursor movement, insertion and deletion.
9 - Horizontal scrolling for long lines in small terminals.
10 - New command 'R' to refresh directory listing.
11 - New command 'x' to delete selected file or (empty) directory.
12 - Show file sizes in human readable format ("1.4 K" instead of "1394").
13 - Set environment variable $RVSEL to selection before running a subprocess.
15 ## [0.1.1] - 2015-04-17
17 ### Bug Fixes
19 - Fix flashing on slow terminals.
20 - Fix crash on terminal resizing during subprocess execution.
21 - Accept relative paths as arguments.
22 - Don't overwrite default background color.
23 - When listing symbolic links, show link size instead of target size.
24 - Remove possible buffer overflows.
26 ## [0.1.0] - 2015-03-07
28 First version.