2015-06-21 14:12:11 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
Version 0.3.0.
diff --git a/CHANGES.md b/CHANGES.md index 591e73b..6194472 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,20 @@ # Change Log +## [0.3.0] - 2015-06-21 + +### New Features + +- Unicode support. +- New commands 'g' & 'G' to jump to top & bottom of listing. +- New option `--save-cwd` to save last visited path to a file before exiting. +- New helper script `rover.sh` to use Rover as "interactive cd". + +### Bug Fixes + +- Handle symbolic links to directories as such, rather than regular files. +- Add missing make target for uninstalling Rover. +- Fix unsafe behavior on terminal resizing. + ## [0.2.0] - 2015-06-03 ### New Features diff --git a/config.h b/config.h index 89ed5ab..28f98e6 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,4 @@ -#define RV_VERSION "0.2.0" +#define RV_VERSION "0.3.0" /* CTRL+X: "^X" ALT+X: "M-X" */ diff --git a/rover.1 b/rover.1 index bb88204..fc7a05a 100644 --- a/rover.1 +++ b/rover.1 @@ -1,4 +1,4 @@ -.TH ROVER 1 rover\-0.2.0 +.TH ROVER 1 rover\-0.3.0 .SH NAME rover \- file browser for the terminal .SH SYNOPSIS