Releases: tage64/chess-cli
Releases · tage64/chess-cli
v0.6.1
Added
- Added the aliases "sh", "s", and "e" to the "show", "set", and "edit" subcommands of the comment
command respectively.
Fixed
- Solve a bug which incorrectly raised an assertion when moves like "nbd2" were entered.
- Hopefully fixed some errors related to editing a comment in the default editor.
v0.6.0
Added
- Make it possible to select a file with a traditional "Open" or "Save As" dialog by providing the
--dialog
(or-d
) flag to theload
andsave
commands. - Remove the
-f
flag from theload
andsave
commands. A file path may be provided as a
positional argument (with no flags) instead. This is the old behaviour prior to v0.4.0. - Add recording status to the prompt: If a recording is in progress or paused, the string
(recording)
orrecording paused)
will be added to the prompt respectively. - The subcommand
record positions
to get a list of all recorded positions so far. - The
rec
alias for therecord
command. - The following aliases for the subcommands of the
record
command:s
andst
forstart
m
formark
d
anddel
for `delete
- Print "Mark set" when using the
record mark
command.
v0.5.0
Added
- The
s
command to scan files, ranks and diagonals on the board. - The
p
command to quickly get the location of all pieces of a certain type. - The
at
command to quickly get attackers of a certain square.
Changed
- The shorthand
p
for theplay
command has been changed topl
. - The shorthand
pl
for theplayer
command has been changed toplr
.