summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-08-20 15:52:01 +0200
committerpgen <p.gen.progs@gmail.com>2023-08-20 15:52:01 +0200
commitef999786e90aaaac9fb04bb5098f7811c103424b (patch)
tree6e9807a40a543759d22379e4380d8595a0ecc822 /ChangeLog
parenta4c441deb3fb174a4e53e870d0e053045cf068c0 (diff)
Bump to release 1.3.0v1.3.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b19134..9521c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+- Version 1.3.0
+* Fixes:
+ * Correction of an error in the calculation of the size of the longest word.
+ * Corrects the calculation of the space taken by the first direct access
+ numbers when it is explicitly specified.
+ * Increase the size of the buffer to store the scancode to prevent it
+ being truncated.
+ * Make decoding the column or row number more robust in command line analysis.
+ * Prevents the introduction of colours outside the range supported by
+ the terminal.
+* Improvements:
+ * Add the -sb|-sbw|-show_blank_words option to help display all words
+ composed entirely of spaces.
+ * Allow selection intervals to have no start or end number.
+ * In column mode, words can now be aligned left/right or centred.
+ * When numbering is active, unnumbered words are now always filled in with
+ blanks in col/line/tab mode.
+ * The -start_pattern option has been extended so that all words matching
+ the pattern can be searched directly using the Next/previous keys,
+ without having to enter search mode.
+ * The order in which -C/-R elements appear on the command line is now
+ taken into account.
+ * In column mode, columns and/or rows can have their own colour
+ and/or style.
+ Miscellaneous:
+ * Corrections and improvements to the manual.
+ * Removal of dead code.
+ * Addition of an FAQ entry on alignments.
+ * The memory consumption has been reduced.
+
+
- Version 1.2.0
* Fixes:
* Correction of word selections with the mouse in long lines.