Blame


1 c825544f 2015-04-17 marcelgmr # Change Log
2 7bdb2804 2015-04-17 marcelgmr
3 66119e1d 2016-06-04 marcelgmr ## [0.4.2] - 2016-06-04
4 66119e1d 2016-06-04 marcelgmr
5 66119e1d 2016-06-04 marcelgmr **Note**: The helper script `rover.sh` has been removed in this
6 66119e1d 2016-06-04 marcelgmr release. Its contents were included in the new `FAQ.md` file, along
7 66119e1d 2016-06-04 marcelgmr with an explanation.
8 66119e1d 2016-06-04 marcelgmr
9 66119e1d 2016-06-04 marcelgmr ### New Features
10 66119e1d 2016-06-04 marcelgmr
11 66119e1d 2016-06-04 marcelgmr - Add 'o' to open file with `$ROVER_OPEN`.
12 66119e1d 2016-06-04 marcelgmr - Add 't' to navigate to link target.
13 66119e1d 2016-06-04 marcelgmr
14 66119e1d 2016-06-04 marcelgmr ### Bug Fixes
15 66119e1d 2016-06-04 marcelgmr
16 66119e1d 2016-06-04 marcelgmr - Honor `LDFLAGS` in Makefile.
17 66119e1d 2016-06-04 marcelgmr
18 3de6df06 2015-01-03 marcelgmr ## [0.4.1] - 2016-01-03
19 3de6df06 2015-01-03 marcelgmr
20 3de6df06 2015-01-03 marcelgmr ### New Features
21 3de6df06 2015-01-03 marcelgmr
22 3de6df06 2015-01-03 marcelgmr - Add `--save-marks` option to save pathname of marked entries upon exit.
23 3de6df06 2015-01-03 marcelgmr - Add option to use a shell to launch external programs more flexibly.
24 3de6df06 2015-01-03 marcelgmr - e.g. `PAGER="less 2> /dev/null -N" rover`
25 3de6df06 2015-01-03 marcelgmr
26 3de6df06 2015-01-03 marcelgmr ### Bug Fixes
27 3de6df06 2015-01-03 marcelgmr
28 3de6df06 2015-01-03 marcelgmr - Fix file operations on symbolic links.
29 3de6df06 2015-01-03 marcelgmr - Don't dereference symlinks when copying.
30 3de6df06 2015-01-03 marcelgmr - Don't dereference symlinks to directories during batch operations.
31 3de6df06 2015-01-03 marcelgmr - Fix build error on platforms that disable SIGWINCH in the name of POSIX.
32 3de6df06 2015-01-03 marcelgmr
33 331d578c 2015-08-21 marcelgmr ## [0.4.0] - 2015-08-21
34 331d578c 2015-08-21 marcelgmr
35 331d578c 2015-08-21 marcelgmr ### Important changes in default configuration
36 331d578c 2015-08-21 marcelgmr
37 331d578c 2015-08-21 marcelgmr - The key for "delete selected file or (empty) directory" is now 'D'.
38 331d578c 2015-08-21 marcelgmr - The old key ('x') was too similar to "delete all marked entries" ('X').
39 331d578c 2015-08-21 marcelgmr - The keys for "refresh listing" & "rename" were swapped to 'r' & 'R', resp.
40 331d578c 2015-08-21 marcelgmr - This is more consistent, keeping file operations on uppercase keys.
41 331d578c 2015-08-21 marcelgmr
42 331d578c 2015-08-21 marcelgmr ### New Features
43 331d578c 2015-08-21 marcelgmr
44 331d578c 2015-08-21 marcelgmr - Considerably improved status messages.
45 331d578c 2015-08-21 marcelgmr - "Moving..." (or similar) instead of "Processing...".
46 331d578c 2015-08-21 marcelgmr - ""foo.txt" already exists" (or similar) instead if "File already exists.".
47 331d578c 2015-08-21 marcelgmr - Show progress during batch processing (e.g. "Moving...63%").
48 331d578c 2015-08-21 marcelgmr - Update directory listing as it is affected by batch operations.
49 331d578c 2015-08-21 marcelgmr - Add optional alert to inform that a batch operation has finished.
50 331d578c 2015-08-21 marcelgmr - Support color customization of other kinds of files.
51 331d578c 2015-08-21 marcelgmr - Each file type described in stat(2) can now have its own color.
52 331d578c 2015-08-21 marcelgmr - Executable files can also have their own color.
53 331d578c 2015-08-21 marcelgmr
54 331d578c 2015-08-21 marcelgmr ### Bug Fixes
55 331d578c 2015-08-21 marcelgmr
56 331d578c 2015-08-21 marcelgmr - Check if directory is accessible before changing the current path.
57 331d578c 2015-08-21 marcelgmr - Fix crash on long path names.
58 331d578c 2015-08-21 marcelgmr - Show long status messages partially, instead of nothing at all.
59 331d578c 2015-08-21 marcelgmr - Fix some scrollbar-related issues.
60 331d578c 2015-08-21 marcelgmr
61 6449c7e6 2015-06-21 marcelgmr ## [0.3.0] - 2015-06-21
62 6449c7e6 2015-06-21 marcelgmr
63 6449c7e6 2015-06-21 marcelgmr ### New Features
64 6449c7e6 2015-06-21 marcelgmr
65 6449c7e6 2015-06-21 marcelgmr - Unicode support.
66 6449c7e6 2015-06-21 marcelgmr - New commands 'g' & 'G' to jump to top & bottom of listing.
67 6449c7e6 2015-06-21 marcelgmr - New option `--save-cwd` to save last visited path to a file before exiting.
68 6449c7e6 2015-06-21 marcelgmr - New helper script `rover.sh` to use Rover as "interactive cd".
69 6449c7e6 2015-06-21 marcelgmr
70 6449c7e6 2015-06-21 marcelgmr ### Bug Fixes
71 6449c7e6 2015-06-21 marcelgmr
72 6449c7e6 2015-06-21 marcelgmr - Handle symbolic links to directories as such, rather than regular files.
73 6449c7e6 2015-06-21 marcelgmr - Add missing make target for uninstalling Rover.
74 6449c7e6 2015-06-21 marcelgmr - Fix unsafe behavior on terminal resizing.
75 6449c7e6 2015-06-21 marcelgmr
76 b084f13e 2015-06-03 marcelgmr ## [0.2.0] - 2015-06-03
77 b084f13e 2015-06-03 marcelgmr
78 b084f13e 2015-06-03 marcelgmr ### New Features
79 b084f13e 2015-06-03 marcelgmr
80 b084f13e 2015-06-03 marcelgmr - Better line editing (for search, rename, etc):
81 b084f13e 2015-06-03 marcelgmr - Allow cursor movement, insertion and deletion.
82 b084f13e 2015-06-03 marcelgmr - Horizontal scrolling for long lines in small terminals.
83 b084f13e 2015-06-03 marcelgmr - New command 'R' to refresh directory listing.
84 b084f13e 2015-06-03 marcelgmr - New command 'x' to delete selected file or (empty) directory.
85 b084f13e 2015-06-03 marcelgmr - Show file sizes in human readable format ("1.4 K" instead of "1394").
86 b084f13e 2015-06-03 marcelgmr - Set environment variable $RVSEL to selection before running a subprocess.
87 b084f13e 2015-06-03 marcelgmr
88 8697a1c0 2015-04-17 marcelgmr ## [0.1.1] - 2015-04-17
89 7bdb2804 2015-04-17 marcelgmr
90 c825544f 2015-04-17 marcelgmr ### Bug Fixes
91 c825544f 2015-04-17 marcelgmr
92 7bdb2804 2015-04-17 marcelgmr - Fix flashing on slow terminals.
93 7bdb2804 2015-04-17 marcelgmr - Fix crash on terminal resizing during subprocess execution.
94 7bdb2804 2015-04-17 marcelgmr - Accept relative paths as arguments.
95 7bdb2804 2015-04-17 marcelgmr - Don't overwrite default background color.
96 7bdb2804 2015-04-17 marcelgmr - When listing symbolic links, show link size instead of target size.
97 7bdb2804 2015-04-17 marcelgmr - Remove possible buffer overflows.
98 7bdb2804 2015-04-17 marcelgmr
99 75715e4f 2015-04-17 marcelgmr ## [0.1.0] - 2015-03-07
100 7bdb2804 2015-04-17 marcelgmr
101 7bdb2804 2015-04-17 marcelgmr First version.