Only versions published to the registry are documented.
- Ability to select cells with the arrow keys.
- Ability to set cells with
Q
,W
andE
.
- Many refactors and internal improvements.
- Fix solved screen texts sometimes overlapping.
- Capitalize all errors.
- Fix clearing window size message.
- Fix fill alert being colored.
- Fix position of top text.
- Add fill tool usable with
F
. - Display index on measured cells when highlighted.
- Add picture of the grid on the top left.
- Add progress bar on the bottom indicating progress of solving the grid.
- Various optimizations.
- Adjust grid background colors.
- "Grid saved as" message is now shown as an alert instead of in the window title.
- Whether the editor is toggled or not is shown in the window title.
- Adjust help text at the bottom.
- Add version querying using
--version
and-V
.
- Cells are highlighted by default in all directions.
- The grid is cleared, using key
C
instead ofR
. - Actions are undone using key
A
instead ofQ
. - Actions are undone using key
D
instead ofE
. - Saving is done using key
S
instead ofEnter
.
- Removed highlighting of cells in direction indicated using
W
,A
,S
,D
or the arrow keys
- Add the ability to temporarily darken all cells in the direction indicated using W, A, S, D or the arrow keys.
- Change
M
key for the measurement tool toX
. - Amend measurement tool help text at the bottom.
- Make message shown when the window size is too small more helpful.
- Fix crash when pressing unknown key.
- Fix formatting of the time taken to solve the grid.
- Remove the ability to save with
S
. Saving is now done only withEnter
. - Remove the ability to undo and redo with the left and right arrow keys respectively.
- Added a measurement tool. Its usage is tracked by the undo redo buffer.
- No longer clear loaded
.yaya
file for the period of the session. - Improve the message for insufficient window size.
- Make the maximum grid size 99x99.
- Fix crash when pressing space.
- Allow passing both a width and height from the command line.
- Add a small internal basis for a measurement tool.
- Allow non-squared grids.
- Don't crash when flushing the
.yaya
file failed.
--help
and-h
are now supported.
- Default grid size is now 5x5 instead of 10x10.
- Fix dark cell color sometimes not being drawn.
- Fix
-
being detected as a number.
This is a non-exhaustive listing.
- Solvable grids.
- Editor.
- Undo redo buffer.