v1.3.1 (2021-09-03)
- Made only executable basename be shown in shell output. (#60)
v1.3.0 (2020-06-01)
- Four-color deck mode via
--four-color-deck
. (#43) - “No background color” mode via
--no-background-color
. (#31)
v1.2.0 (2020-05-31)
- Fixed off-by-one issue in
game:shuffle_deck()
. (#35) - Fixed memory leaks in game and test code. (#35)
- Fixed broken tests. (#35)
- Fixed card drawing issue that came up due to changes in newer versions of Ncurses. (#41)
v1.1.1 (2018-11-10)
- Added LICENSE.
v1.1.0 (2018-08-12)
M
andN
select and deselect (respectively) all cards in a stack. (#20)- Game now automatically detects a “win” situation. (#23)
- Version is now stored in the binary instead of a text file. (#26)
- Some compiler and linker flags are now overridable. (#15)
v1.0.0 (2017-01-07)
- Initial release.