commit 9f6cd5e39233d6cb0c1b1f9d7a2ffab192ecba46 from: Alexander Arkhipov date: Fri Dec 30 17:02:02 2022 UTC bump version to 0.3.3 commit - 59e34a7a180974d2b92b1cffb89a19da52181616 commit + 9f6cd5e39233d6cb0c1b1f9d7a2ffab192ecba46 blob - 9ab3770108d210c2ac1819a7f6d6713df0275e34 blob + 172cea77e9ec17289170c182a3691ffb396f4e4a --- CHANGES +++ CHANGES @@ -1,3 +1,11 @@ +0.3.3 + +- Words can now be separated by any amount of any whitespace. +- Improved the algorithm: offsets of words are now memorised on the +first pass. +- Limited the number of words in the dictionary to 32767. +- Simplified the makefile. + 0.3.2 Removed the BSD dependencies (again). blob - f6fc7bd63f057ebd97c3c16df32fcc0bfcdda8bd blob + 97a9cb91bab6915d7ed11523b775e7e6d136fd0b --- config.mk +++ config.mk @@ -1,4 +1,4 @@ -VERSION = 0.3.2 +VERSION = 0.3.3 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man