From 2ec364f923b60b8b1e68ffe4c705b82d9a487056 Mon Sep 17 00:00:00 2001 From: Marcel Rodrigues Date: Thu, 4 Jun 2020 19:50:52 -0300 Subject: [PATCH] Version 1.0.1. --- CHANGES.md | 11 +++++++++++ config.h | 2 +- rover.1 | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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 -- 2.11.4.GIT