From adba877bd60e26f14c8f54568e522e736dd4f11f Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 4 Mar 2021 17:55:21 +0530 Subject: Release v0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NEWS: ⁃ Removed `sample' option `--sample' will not solve the sample puzzle. ⁃ Removed shorthand for verbose option `-v' won't work in `v0.2.0'. ⁃ Change representation of visited squares When `--verbose' was passed, it would print the solved puzzle with visited squares replaced with fancy characters. Now it marks them by adding: • `*' to visited + gray squares (start positions) • `/' to visited squares ⁃ Removed time taken Time taken won't be printed anymore. It was misleading because the time printed was not the time taken to find that specific word, it was the time taken to find all the words upto that word. It would reset for each starting position. --- README.org | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 300fa44..2ecd84b 100644 --- a/README.org +++ b/README.org @@ -110,9 +110,38 @@ This will increase verbosity. * News +** v0.2.0 - 2021-03-04 + ++ Removed ~sample~ option + + ~--sample~ will not solve the sample puzzle. + ++ Removed shorthand for verbose option + + ~-v~ won't work in ~v0.2.0~. + ++ Change representation of visited squares + + When ~--verbose~ was passed, it would print the solved puzzle with + visited squares replaced with fancy characters. Now it marks them by + adding: + + - ~*~ to visited + gray squares (start positions) + - ~/~ to visited squares + ++ Removed time taken + + Time taken won't be printed anymore. + + #+begin_quote + It was misleading because the time printed was not the time taken to + find that specific word, it was the time taken to find all the words + upto that word. It would reset for each starting position. + #+end_quote + ** v0.1.4 - 2021-02-19 -+ Fix the puzzle parsing regex ++ Fixed the puzzle parsing regex The older regex fails to parse this puzzle: https://mastodon.art/@Algot/105690195742318751. -- cgit 1.4.1-2-gfad0