summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-11 23:28:01 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-11 23:28:01 +0100
commite3adab5414ec6dfdf4d27b6f9e7d496e16d67aa0 (patch)
treeadbbc3d2f6e1ea9102fb33bbe3f10abc1b361642 /ChangeLog
parent83a621695ceff472c039c71847744e8a4eef3343 (diff)
Bump to version 0.9.8v0.9.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 250d0d7..10ae176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Sun Dec 11 20:00:20 UTC 2016 - p.gen.progs@gmail.com
+
+- Version 0.9.8
+* Change the cursor aspect when the selected word is tagged
+* Add a small animated gif demo
+* Fix a potential infinite loop
+* Use custom fgetc/ungetc to be able to safely push back more than one byte
+* Add libtinfo in the searched libraries an regenerate configure
+* Manage conflicts between -C, -R, -c, -l, and -t
+* Improve and fix the help line display
+* Add a -T option to enable a tagging (multi-selections) mode
+* Add the -? option to only display the synopsys
+* Adjust the code so that it can be compiled with an ansi compiler
+* Put the searched line in the middle of the displayed window if possible
+* Add a -k option to prevent trimming spaces
+* Fix the -s option
+* When not in search mode, any key except '?' should quit the help mode
+* Add a new example: yesno
+* Fix an off-by-one error when using -c and -w together
+* And many other minor changes and fixes
+
-------------------------------------------------------------------
Sun Mar 13 09:28:52 UTC 2016 - p.gen.progs@gmail.com