Skip to content

Releases: getreu/ascii-hangman

v5.7.2

31 Oct 16:14
Compare
Choose a tag to compare
Remove obsolete compatibility code

v5.7.1

31 Oct 06:31
Compare
Choose a tag to compare
Migrate code to Rust edition 2021

v5.7.0

31 Oct 06:31
Compare
Choose a tag to compare
remove config backwards compatibility code

v5.6.0

29 Sep 18:30
Compare
Choose a tag to compare
disclose the signature at last

v5.5.0

28 Sep 15:27
Compare
Choose a tag to compare
add a lot more ASCII art (now 320)

The image changes now every 5. game.

v5.4.0

27 Sep 18:00
Compare
Choose a tag to compare
migrate to YAML configuration file format

The former proprietary format is depreciated, but
still supported.

v5.3.0

26 Sep 00:32
Compare
Choose a tag to compare
add line break char to secret

The `|` character can be used now to indicate
an hard line break in a secret string.

v5.2.2

31 Aug 12:33
Compare
Choose a tag to compare
refactor code into cargo workspace

v5.2.1

08 Jul 11:08
Compare
Choose a tag to compare
bugfix: do not print white on white background

This release corrects a bug that occured when using white
terminals with Linux and MacOS.

v5.2.0

01 Jul 09:36
Compare
Choose a tag to compare
add more ASCII-Art

* add more ASCII-Art
* Web-App: improve layout
* some minor code clean up