Commit Diff


commit - c709b7ea3ba34551fc68a0fb15e23aec6af8dbde
commit + 2ec364f923b60b8b1e68ffe4c705b82d9a487056
blob - d6504994e05ab02b862dcb97db1abbcbfe9d62f8
blob + 341e2d7ffc6360e702fa98420aa37aeade5fd05d
--- CHANGES.md
+++ 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
blob - 3665bde4e0db2f2bc431396737fb0261e2d5e1da
blob + 6f314ddbf37456c42308fa521e1403f9c51bcd27
--- config.h
+++ 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" */
blob - 940b09ca23cb5e7be1909dd97b1a020c470391de
blob + 15aed3440b764786999cfb6ca1e943b6affb4891
--- rover.1
+++ 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