Releases: EmilyV99/APSudoku
Releases · EmilyV99/APSudoku
Godot Version
Changelog
The entire program was rewritten in Godot, to hopefully have better Linux support and better expandability. Releases of the Godot version can be found here.
Better connection errors
Full Changelog: v1.0.9...1.0.10
Linux Build
Handle conflicting IDs
Full Changelog: v1.0.7...v1.0.8
Minor Fixes
Full Changelog: v1.0.6...v1.0.7
Bugfix
Killer Variant
- New difficulty, "Killer"
- Uses variant rule; outlined cages must sum to the indicated total
- Should be roughly between 'Normal' and 'Hard' in difficulty, at the moment, I believe.
- Added 'How to Play' information
- Includes info about the various difficulties; including # of given digits, and % chance of getting a Progression hint.
Difficulty tweak, add Double-Click
- 'Easy' puzzles are now slightly harder (2 fewer clues)
- 'Hard' puzzles are now slightly easier (2 more clues)
- Double-clicking cells in the grid now selects similar cells
- If double-clicking a filled cell, all cells with the same filled value are selected
- If double-clicking a non-filled cell with center-marks, all cells with identical center-marks are selected
- If double-clicking a non-filled cell with no center-marks but corner-marks, all cells with identical corner-marks are selected
- If double-clicking an empty cell, all non-filled cells are selected
Some Fixes
- fix SSL-related connection issues that could happen after disconnecting and attempting to reconnect
- fix games with large location IDs just crashing
Tweaks, Hint Counter
- Tweaked some text re: granting hints
- A 'Hints Remaining' count is now displayed, both on the Archipelago tab, and in the popup when you earn a hint. This tells the number of non-collected non-hinted locations remaining (i.e. the number of hints that can still be earned)
- You can now RClick on the "entry" button pad to "grey out" a particular number/shape (or un-grey it if already greyed). This purely serves as an extra type of marking, useful for noting when you've placed all of a given number/shape to note that you don't need to look at that anymore. (Clears when puzzle clears)
- Can now remember Archipelago connection information between sessions. By default, all non-password info will be remembered; you can either disable all remembering, or add password remembering, by editing the settings in
APSudoku.cfg
fordo_cache_login
ordo_cache_pwd
.