login

<     >

2016-06-04 10:45:31 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Version 0.4.2.

diff --git a/CHANGES.md b/CHANGES.md
index 61ffbef..f1f5dbd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,20 @@
 # Change Log
 
+## [0.4.2] - 2016-06-04
+
+**Note**:  The  helper script  `rover.sh`  has  been removed  in  this
+release. Its  contents were included  in the new `FAQ.md`  file, along
+with an explanation.
+
+### New Features
+
+- Add 'o' to open file with `$ROVER_OPEN`.
+- Add 't' to navigate to link target.
+
+### Bug Fixes
+
+- Honor `LDFLAGS` in Makefile.
+
 ## [0.4.1] - 2016-01-03
 
 ### New Features

diff --git a/config.h b/config.h
index ef85e25..d49d284 100644
--- a/config.h
+++ b/config.h
@@ -1,4 +1,4 @@
-#define RV_VERSION      "0.4.1"
+#define RV_VERSION      "0.4.2"
 
 /* CTRL+X: "^X"
    ALT+X: "M-X" */

diff --git a/rover.1 b/rover.1
index 8bd66a5..095e7c9 100644
--- a/rover.1
+++ b/rover.1
@@ -1,4 +1,4 @@
-.TH ROVER 1 rover\-0.4.1
+.TH ROVER 1 rover\-0.4.2
 .SH NAME
 rover \- file browser for the terminal
 .SH SYNOPSIS