summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2023-01-12 15:07:52 -0300
committerAndrés <andmarti@gmail.com>2023-01-12 15:07:52 -0300
commitb4cfc3fef326f78b8c683707f0819886ddcd82bd (patch)
treea0d18449be6bcee9d74e796ed29070c08ea25687
parent8a39e146b098b64484671b31e3d280844f60a703 (diff)
change version in dev/main to v0.8.4
-rw-r--r--CHANGES38
-rw-r--r--src/help.c2
2 files changed, 19 insertions, 21 deletions
diff --git a/CHANGES b/CHANGES
index b48123c..ff46d1a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,22 @@
CHANGES FILE
+------------
+
+Ideas for v0.8.4
+----------------
++ Add is_deleted flag on sheets that are deleted. So ents have a chance to update its references to that sheet.
+Then rebuild graph.
++ arv should have priority over scimrc.
++ rethink overlap. it shows incorrectly if text does not fit in the current LINE
++ user customizable UI header (bar)
++ modify search procedure. highlight matches
++ yank.c functions should receive yanklist pointer as parameter, rather than use yanklist global variable.
+this could allow future use of registers to copy to and paste from.
++ registers for yanking
++ use yanklist for added/removed in undo?
++ restore transpose
+
+Please open a discussion on GitHub to comment on these and other feature requests.
+
***********
v0.8.3
@@ -87,26 +105,6 @@ fix #694: csv import and export / LaTex export
fix #700: '{' '}' normal mode commands reset cmd_multiplier
-
-Ideas for v0.8.4
-----------------
-+ Add is_deleted flag on sheets that are deleted. So ents have a chance to update its references to that sheet.
-Then rebuild graph.
-+ arv should have priority over scimrc.
-+ rethink overlap. it shows incorrectly if text does not fit in the current LINE
-+ user customizable UI header (bar)
-+ modify search procedure. highlight matches
-+ yank.c functions should receive yanklist pointer as parameter, rather than use yanklist global variable.
-this could allow future use of registers to copy to and paste from.
-+ registers for yanking
-+ use yanklist for added/removed in undo?
-+ restore transpose
-
-Please open a discussion on GitHub to comment on these and other feature requests.
-
-
-
-
***********
v0.8.2
diff --git a/src/help.c b/src/help.c
index 5658c18..7c1634d 100644
--- a/src/help.c
+++ b/src/help.c
@@ -597,4 +597,4 @@ void show_usage_and_quit(){
put(user_conf_d, "quit_afterload", "1");
}
-char * rev = "version 0.8.3";
+char * rev = "version 0.8.4";