Release 1.3.0.

This commit is contained in:
Murilo Pereira
2020-06-01 17:03:02 +02:00
parent e74df8d067
commit ff368bc980
3 changed files with 12 additions and 4 deletions

View File

@@ -2,6 +2,14 @@
* CHANGELOG
** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.3.0][v1.3.0]] (2020-06-01)
*** Features
- [[https://en.wikipedia.org/wiki/Four-color_deck][Four-color deck]] mode via =--four-color-deck=. [[https://github.com/mpereira/tty-solitaire/pull/43][(#43)]]
- "No background color" mode via =--no-background-color=. [[https://github.com/mpereira/tty-solitaire/pull/31][(#31)]]
*** Bug fixes
- Fixed building with latest GCC (reported in [[https://github.com/mpereira/tty-solitaire/issues/40][#40]]). [[https://github.com/mpereira/tty-solitaire/pull/42][(#42)]]
** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.2.0][v1.2.0]] (2020-05-31)
*** Bug fixes
- Fixed off-by-one issue in ~game:shuffle_deck()~. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]