login

<     >

2017-05-07 17:50:44 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Version 1.0.0.

diff --git a/CHANGES.md b/CHANGES.md
index f1f5dbd..d650499 100644
--- a/CHANGES.md
+++ b/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

diff --git a/config.h b/config.h
index b6c33b7..3665bde 100644
--- a/config.h
+++ b/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" */

diff --git a/rover.1 b/rover.1
index 0d11eba..43b33b6 100644
--- a/rover.1
+++ b/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