Skip to content

Releases: thelabcat/cookworm

v4.0.1

05 Mar 17:03

Choose a tag to compare

  • Completed #23
    S.D.G.

v4.0.0

27 Feb 02:19

Choose a tag to compare

  • Renamed to Cookworm
  • Publishing to PYPI to patch #18
  • Above means the base utility functions are now accessible as a library: import cookworm

S.D.G.

v3.1.0

10 Feb 03:03

Choose a tag to compare

  • Made theme more legible
  • Removed eraser emoji for search clear button
  • Fixed a bug where closing before saving would give a "files failed to save" error even though they did
    S.D.G.

v3.0.0

17 Jan 19:40

Choose a tag to compare

  • Ctrl + A now works as select all in text areas
  • Completed #22, fixing Python 3.14 compatibility
    S.D.G.

v2.5.0

07 Oct 20:57

Choose a tag to compare

  • Themed GUI to sort of match the game. Colors!
    S.D.G.

v2.4.1

30 Sep 04:56

Choose a tag to compare

  • Handled seeking up and down in an empty query.
    S.D.G.

v2.4.0

24 Sep 00:56

Choose a tag to compare

  • Can now move up and down the word list via arrow keys.
  • Word frequency aka usage display is now a rarity display, and a progress bar.
    S.D.G.

v2.3.0

22 Sep 19:52

Choose a tag to compare

  • Completed #20 and #21
  • Added "Delete unencodable definitions" to Edit menu.
  • Reorganized Edit menu.
  • Improved packing algorithms. Now more efficient and byte-accurate.
    S.D.G

v2.2.0

20 Sep 18:28

Choose a tag to compare

  • Conversion to all TTk widgets where applicable, for stylistic improvements (especially on Windows).

Linux users:
I fully intend to maintain Linux compatibility for the application. However, due to #18, I will not be providing bundled Linux executables for the time being. You will have to run the app from source. This issue affects previous versions of the app, 1.7.0 and newer.

S.D.G.

v2.1.0

18 Sep 21:48

Choose a tag to compare

  • Added memory of last opened good location, removing the need for the BOOKWORM_GAME_PATH environment variable.

Linux users:
I fully intend to maintain Linux compatibility for the application. However, due to #18, I will not be providing bundled Linux executables for the time being. You will have to run the app from source. This issue affects previous versions of the app, 1.7.0 and newer.

S.D.G.