login

<     >

2020-06-04 19:50:52 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Version 1.0.1.

diff --git a/CHANGES.md b/CHANGES.md
index d650499..341e2d7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,16 @@
 # Change Log
 
+## [1.0.1] - 2020-06-04
+
+### Bug Fixes
+
+- Forbid copy/move to the same path.
+- Correctly handle CJK/double width characters.
+- Fix memory errors when browsing empty directories.
+- Prefer $VISUAL to $EDITOR.
+- Add `-f` flag to `rm` in Makefile.
+- Fix the date in manpage.
+
 ## [1.0.0] - 2017-05-07
 
 ### New Features

diff --git a/config.h b/config.h
index 3665bde..6f314dd 100644
--- a/config.h
+++ b/config.h
@@ -1,4 +1,4 @@
-#define RV_VERSION      "1.0.0"
+#define RV_VERSION      "1.0.1"
 
 /* CTRL+X: "^X"
    ALT+X: "M-X" */

diff --git a/rover.1 b/rover.1
index 940b09c..15aed34 100644
--- a/rover.1
+++ b/rover.1
@@ -1,4 +1,4 @@
-.TH ROVER 1 2018-05-03 rover\-1.0.0
+.TH ROVER 1 2020-06-04 rover\-1.0.1
 .SH NAME
 rover \- file browser for the terminal
 .SH SYNOPSIS