Releases: archmageirvine/jilt
Releases · archmageirvine/jilt
JILT-2024-10
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
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
Initial release:
- Support for solving simple substitution ciphers.
- Support for anagrams.
- Support for a variety of word filtering operations.
- Support for solving letter equations.