Releases: aanker/xwordlist
Releases · aanker/xwordlist
v23.0.2
v23.0.1
v23.0.0
Version 23.0.0 (1/15/2023)
- Add option to store default directory in config file (currently no UI for that) (link)
- Fix regression where classes in webextract get added multiple times (link)
See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.
v22.3.1
Version 22.3.1 (11/27/2022)
- Finish refactoring, format into Python package (link)
- Read defaults and globals from a config file stored in ~/.config/xwordlist, replace configargparse with argparse and remove --config option which is no longer applicable, move all applicable config code to xwlconfig.py (link)
- Refactor WebExtract to prepare for subclassing modules: we want specific websites to have special subclasses preformatted with parseDict and webExtract arguments (link)
See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.
v22.3.0
Version 22.2.3 (11/13/2022)
- Refactor class into a separate module (link)
- Refactor web extraction into a separate module (link)
- Check that minimum is given an integer, alert user and quit if not (link)
See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.
v22.2.2
Version 22.2.2 (11/5/2022)
- Allow multiple input files (e.g.,
--input file1.txt file2.txt
) (link) - Look for unknown items in configuration settings and if found, alert user and quit (link)
See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.
v22.2.1
v22.2.0
Version 22.2.0 (10/27/2022)
- Add new catch-all options line2word and word2word which wrap alphabetize, case, dedupe, minimum and strip (plus convert in the case of line2word) into one option (link)
- Create new DEFAULTS global variable to capture all defaults in one place rather than sprinkling through out the class (link)
- Add reverse sort to --alphabetize option (normal sort is default) (link)
- Update default configuration file for all new options and to make text more clear (link)
See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.