Skip to content

Releases: ActuallyHappening/ChessBois

v0.3.5: Bug fixes

04 Aug 10:40
Compare
Choose a tag to compare

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

04 Aug 09:57
Compare
Choose a tag to compare

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

01 Aug 09:58
Compare
Choose a tag to compare

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

30 Jul 22:38
Compare
Choose a tag to compare

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

21 Jul 07:35
Compare
Choose a tag to compare

New features:

  • added the visualisation window into manual mode

v0.2 Visualisation options & final touches

20 Jul 10:24
Compare
Choose a tag to compare

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

20 Jul 07:43
Compare
Choose a tag to compare

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

19 Jul 08:49
Compare
Choose a tag to compare

New features:

  • Copies state from auto into manual
  • Added a reset button to the manual state

v0.1.10: Targets

19 Jul 08:40
Compare
Choose a tag to compare

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

16 Jul 06:43
Compare
Choose a tag to compare

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