login

<     >

2016-01-03 14:17:01 (UTC-02:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Version 0.4.1.

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