summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-06-05 15:44:43 +0200
committerpgen <p.gen.progs@gmail.com>2021-06-05 15:44:43 +0200
commitc54f8c6d502c789902755a756287702f90963067 (patch)
tree9b823e7dfccc53619d27dfe2b8a194be1754241b /ChangeLog
parent245dfb02569955d913df19def94e86d3d268ebea (diff)
Bump to release 0.9.18v0.9.18
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83fb070..121969f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+- Version 0.9.18
+* Fixes:
+ * A mismatch between signed and unsigned chars has been corrected.
+ * A fatal error in the direct access code has been corrected.
+ * A logic error that could cause a crash has been fixed.
+* Improvements:
+ * The user manual has been updated.
+ * An early substitution option -ES similar to -S has been added.
+ * Special levels are now considered when displaying searched words.
+ * An option to change the behaviour of the multi-selection mode has
+ been added.
+ * 4 more special levels (-6, -7, -8 and -9) are now available.
+ * The missing blink attribute has been added.
+ * The possibility to overload initial limits has been added.
+ * A new search session now starts from scratch by default.
+ * The integer checking function is now more reliable.
+ * A better code for validating UTF-8 byte sequences is now used.
+ * Tests have been added.
+* Misc:
+ * A missing licence reminder in the usage.c file has been added.
+ * An example in the README file has been added.
+ * Error messages are now more consistent.
+
- Version 0.9.17
* Fixes:
* The method to get the cursor location has been fixed and improved.