commit 6101faba207ad3f8145243d18f80ff8c7c4bfed6 from: Marcel Rodrigues date: Sun May 07 20:50:44 2017 UTC Version 1.0.0. commit - 1472044b547fa78060c18cbfe60a1f39cd6be7d5 commit + 6101faba207ad3f8145243d18f80ff8c7c4bfed6 blob - f1f5dbd369785e91ca97d7349f109fc630368a5f blob + d6504994e05ab02b862dcb97db1abbcbfe9d62f8 --- CHANGES.md +++ CHANGES.md @@ -1,5 +1,21 @@ # Change Log +## [1.0.0] - 2017-05-07 + +### New Features + +- Add 'y' & 'p' to copy & paste location. + - Use `$CLIP` file as clipboard, when defined. +- Add 'E' command to toggle execute permission of file. +- Allow user to set Rover-specific programs, e.g. `$ROVER_SHELL`. +- Refresh directory listing on `SIGUSR1` signal. +- Show directory path while loading. + +### Bug Fixes + +- Fix bug that prevented opening file with space in its name. +- Fix file mode of installed manpage. + ## [0.4.2] - 2016-06-04 **Note**: The helper script `rover.sh` has been removed in this blob - b6c33b74dcd09bf028b2d9d0db4b3e379f84fd44 blob + 3665bde4e0db2f2bc431396737fb0261e2d5e1da --- config.h +++ config.h @@ -1,4 +1,4 @@ -#define RV_VERSION "0.4.2" +#define RV_VERSION "1.0.0" /* CTRL+X: "^X" ALT+X: "M-X" */ blob - 0d11eba2cda059fd285590ec977a1fab6fb08254 blob + 43b33b6694800507136c2bcdf5f3c16097f2f70d --- rover.1 +++ rover.1 @@ -1,4 +1,4 @@ -.TH ROVER 1 rover\-0.4.2 +.TH ROVER 1 rover\-1.0.0 .SH NAME rover \- file browser for the terminal .SH SYNOPSIS