Skip to content

Releases: aanker/xwordlist

v23.0.2

23 Sep 16:32
Compare
Choose a tag to compare

Version 23.0.2 (9/23/2023)

  • Fix silly bug where a line magically moved to the wrong place (link)

See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.

v23.0.1

23 Sep 16:10
Compare
Choose a tag to compare

Version 23.0.1 (9/23/2023)

  • Various dependabot updates to libraries

See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.

v23.0.0

15 Jan 20:15
Compare
Choose a tag to compare

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

27 Nov 19:02
Compare
Choose a tag to compare

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

13 Nov 17:38
Compare
Choose a tag to compare

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

05 Nov 21:17
Compare
Choose a tag to compare

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

28 Oct 16:08
Compare
Choose a tag to compare

Version 22.2.1 (10/28/2022)

  • Last version switched functionality of line2word and word2word. Fixed! (link)

See project home for more information including help for usage reference and examples. See changelog for info about all recent updates.

v22.2.0

28 Oct 14:48
Compare
Choose a tag to compare

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.