Skip to content

Releases: thisisparker/cursewords

v1.1

10 Sep 22:44
35a1ee0
Compare
Choose a tag to compare

First full minor release! 🎉

Brand new to this release, we've got:

  • bug fixes and performance improvements
  • print mode, to enable plain text rendering of puzzles and clues
  • support for new-style .puz files (including full Unicode support)
  • and a jaunty emoji included in puzzle complete notice

That's combined with a bunch of brand new stuff from from the last few releases, including:

  • bug fixes and performance improvements
  • Windows compatibility
  • better support for cryptic-style puzzles and unchecked squares
  • shift-arrow keys
  • delete/backspace key behavior updates
  • and more!

v1.0.9

31 Aug 23:16
Compare
Choose a tag to compare
  • tiny bugfix: typo in 1.0.8 release could cause crashes on certain kinds of navigation

v1.0.8

31 Aug 21:59
Compare
Choose a tag to compare
  • Improved handling of unchecked squares (which are seldom found in U.S.-style crosswords, but very common in cryptics). In earlier versions, displaying clues for or navigating through unchecked squares in certain ways could cause crashes, but that should no longer be the case.
  • Introducing shift-arrow navigation for cruising through the grid perpendicular to your cursor direction. That was (and remains) available using the [ and ] keys, but shift-left, -right, -up, and -down now behave pretty intuitively.
  • Should have Windows support now! This only required using a (slightly) newer version of blessed, but I've been told it works.

v1.0.6

21 Apr 21:02
Compare
Choose a tag to compare
  • a bit of refactoring by @hazel-nut (thank you!)
  • small bug fix for the display of cells that have been both checked and revealed
  • (1.0.5) change minimum width to better display clues on narrow puzzles such as minis

v1.0.4

15 Mar 21:24
fa1c392
Compare
Choose a tag to compare
  • bug fix: update puzpy dependency to fix an issue that could cause crashes on save for some .puz files

v1.0.3

10 Mar 20:53
ed5f7d5
Compare
Choose a tag to compare

Changes:

  • include manifest file so that requirements.txt is shipped in the source release