commit 3de6df066b2f0d20c7f908bbb0ac7a04c30490b6 from: Marcel Rodrigues date: Sun Jan 03 16:17:01 2016 UTC Version 0.4.1. commit - bd72d1f8183acdd12a96abe9a1bd6cb26f9b5a77 commit + 3de6df066b2f0d20c7f908bbb0ac7a04c30490b6 blob - e9509ba2d7f85c561caa8335b0f69ee7b528e262 blob + 61ffbef62c85680674888e3b9868325a2b38fe39 --- CHANGES.md +++ CHANGES.md @@ -1,5 +1,20 @@ # Change Log +## [0.4.1] - 2016-01-03 + +### New Features + +- Add `--save-marks` option to save pathname of marked entries upon exit. +- Add option to use a shell to launch external programs more flexibly. + - e.g. `PAGER="less 2> /dev/null -N" rover` + +### Bug Fixes + +- Fix file operations on symbolic links. + - Don't dereference symlinks when copying. + - Don't dereference symlinks to directories during batch operations. +- Fix build error on platforms that disable SIGWINCH in the name of POSIX. + ## [0.4.0] - 2015-08-21 ### Important changes in default configuration blob - b6a74d7cffd66d7be451099151c52d9418338d3b blob + ba4ebdb04148227c68581a921b71252f040979e3 --- config.h +++ config.h @@ -1,4 +1,4 @@ -#define RV_VERSION "0.4.0" +#define RV_VERSION "0.4.1" /* CTRL+X: "^X" ALT+X: "M-X" */ blob - 4eff4f72852051a512708ce41ce37d623470d717 blob + 503ab2de65145062551ea7c0e32bae9bbf5ce71e --- rover.1 +++ rover.1 @@ -1,4 +1,4 @@ -.TH ROVER 1 rover\-0.4.0 +.TH ROVER 1 rover\-0.4.1 .SH NAME rover \- file browser for the terminal .SH SYNOPSIS