commit 6449c7e6cdc970858b4b185f8af0fa5a9cf55ef4 from: Marcel Rodrigues date: Sun Jun 21 17:12:11 2015 UTC Version 0.3.0. commit - 335bf069a652a2b336505bfb47ab73548eab9016 commit + 6449c7e6cdc970858b4b185f8af0fa5a9cf55ef4 blob - 591e73b55d1ce5ac3edfe5700cf6f2df859dd059 blob + 6194472e5abb17a24de69db69af34baacc1e8249 --- CHANGES.md +++ 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 blob - 89ed5ab531403a6b01c3baced29ce6ccd5a2ab90 blob + 28f98e619b3e3efd509d89304833ab863225a7a1 --- config.h +++ 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" */ blob - bb88204cdf9238bcc52d9a52bf69493debe082df blob + fc7a05a7db5c0708fe91750984e13938c16a214d --- rover.1 +++ 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