From 3de6df066b2f0d20c7f908bbb0ac7a04c30490b6 Mon Sep 17 00:00:00 2001 From: Marcel Rodrigues Date: Sun, 3 Jan 2016 14:17:01 -0200 Subject: [PATCH] Version 0.4.1. --- CHANGES.md | 15 +++++++++++++++ config.h | 2 +- rover.1 | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e9509ba..61ffbef 100644 --- a/CHANGES.md +++ b/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 diff --git a/config.h b/config.h index b6a74d7..ba4ebdb 100644 --- a/config.h +++ b/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" */ diff --git a/rover.1 b/rover.1 index 4eff4f7..503ab2d 100644 --- a/rover.1 +++ b/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 -- 2.11.4.GIT