Blame


1 c825544f 2015-04-17 marcelgmr # Change Log
2 7bdb2804 2015-04-17 marcelgmr
3 331d578c 2015-08-21 marcelgmr ## [0.4.0] - 2015-08-21
4 331d578c 2015-08-21 marcelgmr
5 331d578c 2015-08-21 marcelgmr ### Important changes in default configuration
6 331d578c 2015-08-21 marcelgmr
7 331d578c 2015-08-21 marcelgmr - The key for "delete selected file or (empty) directory" is now 'D'.
8 331d578c 2015-08-21 marcelgmr - The old key ('x') was too similar to "delete all marked entries" ('X').
9 331d578c 2015-08-21 marcelgmr - The keys for "refresh listing" & "rename" were swapped to 'r' & 'R', resp.
10 331d578c 2015-08-21 marcelgmr - This is more consistent, keeping file operations on uppercase keys.
11 331d578c 2015-08-21 marcelgmr
12 331d578c 2015-08-21 marcelgmr ### New Features
13 331d578c 2015-08-21 marcelgmr
14 331d578c 2015-08-21 marcelgmr - Considerably improved status messages.
15 331d578c 2015-08-21 marcelgmr - "Moving..." (or similar) instead of "Processing...".
16 331d578c 2015-08-21 marcelgmr - ""foo.txt" already exists" (or similar) instead if "File already exists.".
17 331d578c 2015-08-21 marcelgmr - Show progress during batch processing (e.g. "Moving...63%").
18 331d578c 2015-08-21 marcelgmr - Update directory listing as it is affected by batch operations.
19 331d578c 2015-08-21 marcelgmr - Add optional alert to inform that a batch operation has finished.
20 331d578c 2015-08-21 marcelgmr - Support color customization of other kinds of files.
21 331d578c 2015-08-21 marcelgmr - Each file type described in stat(2) can now have its own color.
22 331d578c 2015-08-21 marcelgmr - Executable files can also have their own color.
23 331d578c 2015-08-21 marcelgmr
24 331d578c 2015-08-21 marcelgmr ### Bug Fixes
25 331d578c 2015-08-21 marcelgmr
26 331d578c 2015-08-21 marcelgmr - Check if directory is accessible before changing the current path.
27 331d578c 2015-08-21 marcelgmr - Fix crash on long path names.
28 331d578c 2015-08-21 marcelgmr - Show long status messages partially, instead of nothing at all.
29 331d578c 2015-08-21 marcelgmr - Fix some scrollbar-related issues.
30 331d578c 2015-08-21 marcelgmr
31 6449c7e6 2015-06-21 marcelgmr ## [0.3.0] - 2015-06-21
32 6449c7e6 2015-06-21 marcelgmr
33 6449c7e6 2015-06-21 marcelgmr ### New Features
34 6449c7e6 2015-06-21 marcelgmr
35 6449c7e6 2015-06-21 marcelgmr - Unicode support.
36 6449c7e6 2015-06-21 marcelgmr - New commands 'g' & 'G' to jump to top & bottom of listing.
37 6449c7e6 2015-06-21 marcelgmr - New option `--save-cwd` to save last visited path to a file before exiting.
38 6449c7e6 2015-06-21 marcelgmr - New helper script `rover.sh` to use Rover as "interactive cd".
39 6449c7e6 2015-06-21 marcelgmr
40 6449c7e6 2015-06-21 marcelgmr ### Bug Fixes
41 6449c7e6 2015-06-21 marcelgmr
42 6449c7e6 2015-06-21 marcelgmr - Handle symbolic links to directories as such, rather than regular files.
43 6449c7e6 2015-06-21 marcelgmr - Add missing make target for uninstalling Rover.
44 6449c7e6 2015-06-21 marcelgmr - Fix unsafe behavior on terminal resizing.
45 6449c7e6 2015-06-21 marcelgmr
46 b084f13e 2015-06-03 marcelgmr ## [0.2.0] - 2015-06-03
47 b084f13e 2015-06-03 marcelgmr
48 b084f13e 2015-06-03 marcelgmr ### New Features
49 b084f13e 2015-06-03 marcelgmr
50 b084f13e 2015-06-03 marcelgmr - Better line editing (for search, rename, etc):
51 b084f13e 2015-06-03 marcelgmr - Allow cursor movement, insertion and deletion.
52 b084f13e 2015-06-03 marcelgmr - Horizontal scrolling for long lines in small terminals.
53 b084f13e 2015-06-03 marcelgmr - New command 'R' to refresh directory listing.
54 b084f13e 2015-06-03 marcelgmr - New command 'x' to delete selected file or (empty) directory.
55 b084f13e 2015-06-03 marcelgmr - Show file sizes in human readable format ("1.4 K" instead of "1394").
56 b084f13e 2015-06-03 marcelgmr - Set environment variable $RVSEL to selection before running a subprocess.
57 b084f13e 2015-06-03 marcelgmr
58 8697a1c0 2015-04-17 marcelgmr ## [0.1.1] - 2015-04-17
59 7bdb2804 2015-04-17 marcelgmr
60 c825544f 2015-04-17 marcelgmr ### Bug Fixes
61 c825544f 2015-04-17 marcelgmr
62 7bdb2804 2015-04-17 marcelgmr - Fix flashing on slow terminals.
63 7bdb2804 2015-04-17 marcelgmr - Fix crash on terminal resizing during subprocess execution.
64 7bdb2804 2015-04-17 marcelgmr - Accept relative paths as arguments.
65 7bdb2804 2015-04-17 marcelgmr - Don't overwrite default background color.
66 7bdb2804 2015-04-17 marcelgmr - When listing symbolic links, show link size instead of target size.
67 7bdb2804 2015-04-17 marcelgmr - Remove possible buffer overflows.
68 7bdb2804 2015-04-17 marcelgmr
69 75715e4f 2015-04-17 marcelgmr ## [0.1.0] - 2015-03-07
70 7bdb2804 2015-04-17 marcelgmr
71 7bdb2804 2015-04-17 marcelgmr First version.