Skip to content

Releases: archmageirvine/jilt

JILT-2024-10

31 Oct 00:51
Compare
Choose a tag to compare

Changes:

  • Support for solving Wordle.
  • Wordsmith module for guessing an explanation for a sequence.
  • Improvements to equation solutions.
  • Support for both 0 and 1-based key additions and subtractions.
  • Additional filters (distinct letters, delta, substrings).
  • Support for knight movement pattern in wordsearch.
  • New lists for surnames and other items.
  • Fix bug in wordsearch where it did not search to the edge.

JILT-2022-12

13 Dec 21:32
Compare
Choose a tag to compare

Support has been added for:

  • multiword anagrams,
  • wordsearch puzzles,
  • word ladder problems,
  • solving Vigenere ciphers,
  • solving Playfair ciphers,
  • Morse code, telephone encoding,
  • simple frequency analysis.

A bunch of convenient word lists have been added.

Documentation improvements.

JILT-2022-11

15 Nov 03:23
Compare
Choose a tag to compare

Initial release:

  • Support for solving simple substitution ciphers.
  • Support for anagrams.
  • Support for a variety of word filtering operations.
  • Support for solving letter equations.