Commit Diff


commit - c94d9336f7688519926c170032e6f0da8c5d11c5
commit + 66119e1de023ac95c0e39df9f82e2ca5c39ae0fc
blob - 61ffbef62c85680674888e3b9868325a2b38fe39
blob + f1f5dbd369785e91ca97d7349f109fc630368a5f
--- CHANGES.md
+++ 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
blob - ef85e2560cdf02872288a58e501a8754278077cc
blob + d49d284205b5935d11a75c4e77bf3a0928b65f24
--- config.h
+++ 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" */
blob - 8bd66a5630a2a0537a1987188ebbbe158a882efc
blob + 095e7c9821c77c688222d124dbc5572a2b8c5e0d
--- rover.1
+++ 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