Releases: ActuallyHappening/ChessBois
Releases · ActuallyHappening/ChessBois
v0.3.5: Bug fixes
Fixed:
- Bug with hovering on cell and not re-rendering
- Trims inputted data from clipboard of excess whitespace
- Avoids logging lots of errors to console (by actually fixing underlying issue)
These are all quality of life features
v0.3.4: Downloads & Computed Colours
New features:
- Now has option to show board with only one colour (closable via colour picker, default white)
- Now has option to colour board via compute knights paths
Fixed:
- Typing in field to save db stops hotkeys from triggering
- Added an About UI & improved README a bit
v0.3.3: Working DB implementation
New features:
- Finally, the web load from DB feature is implemented!
- Fixed numerous crashes
Note: When clicking a link to the CAP solver online, it takes a while to load in the data which is unfortunately unavoidable
v0.3: Major revamp, new UI
New features:
- Custom pieces
Planned features:
- Saving to database
- links to specific manual moves
Limitations:
- Cannot export save to older version
- Is a bit slow, yet to optimise performance
v0.2.1: Added visualisation options to manual mode
New features:
- added the visualisation window into manual mode
v0.2 Visualisation options & final touches
New features:
- Display window
- Various UI improvements, saving is now seperate window
- Can control whether to show the helper markers (tick, cross and warning)
- Can control whether to show visualization dots
- Can control visualization widths
- Windows start closed and out of the way by default!
v0.1.12: Hotkeys
New features:
- Hotkeys for targets/disable
- Button to temporarily hide helper markers
- Hotkey for temporarily hiding markers
- Make brute force the default algorithm
- Add helper letters to each hotkeyable action
Fix: Removed the copy to clipboard button on web as it wasn't working when I tested it
Fix: removed errors window
Planned features:
- Display window, to alter visualisations options
v0.1.11: Automatic solution carries over to Manual
New features:
- Copies state from auto into manual
- Added a reset button to the manual state
v0.1.10: Targets
New features:
- Ability to set targets, which only accept solutions that end on selected targets
- Can set targets and disabled squares (although not at the same time)
- Adds description of the board (already there but improved and shows all the time)
v0.1.9: Minor improvements
New features:
- Can now scroll moves list in right panel
- Can now disable viewing the numbers
The motivation for releasing is to confirm that building for windows and web works with Ubuntu as host arch