Commit Diff


commit - c74df35876059621e2cb2575f9c8efe7c728ea2f
commit + 8e50a645b4a0dc339ad68ecdb001b5927d2ba0ad
blob - 341e2d7ffc6360e702fa98420aa37aeade5fd05d
blob + 83cab4bb8a74a60554828dab43b267780d158198
--- CHANGES.md
+++ CHANGES.md
@@ -1,5 +1,20 @@
 # Change Log
 
+## future 1.1
+
+ - reworked various part of the code
+   - misc improvements
+   - use standard getopt(3)
+ - keybindings reworked
+   - no more customizable via `config.h`
+   - both vi and emacs friendly
+ - print a message when an undefined key is used
+
+# Rover history
+
+fm was forked from rover on November 2021.  For history sake, here's
+the original changelog for rover until the fork.
+
 ## [1.0.1] - 2020-06-04
 
 ### Bug Fixes
blob - 58d541fba72c99c5c306491cc3ed1c9bd6143148
blob + 411cfcfab23ce2a65e50ff72a048d73c7cdd7500
--- config.h
+++ config.h
@@ -1,4 +1,4 @@
-#define RV_VERSION      "1.0"
+#define RV_VERSION      "1.1"
 
 /* CTRL+X: "^X"
    ALT+X: "M-X" */