Skip to content

Releases: getreu/ascii-hangman

v5.1.0

27 Jun 12:13
Compare
Choose a tag to compare
add Web-Application GUI

The dektop TUI version are continued also.
This release fixes some minor corner cases
in game logic.

v4.10.3

25 Jun 14:13
Compare
Choose a tag to compare
this release corrects spelling mistakes in TUI

v4.10.2

09 Jun 16:46
Compare
Choose a tag to compare
refactor and simplify code / upgrade dependencies

No changes in user interface or file format.

v4.10.1

04 Apr 09:28
Compare
Choose a tag to compare
switch Docbook to Pdf tool-chain

No changes in source code.

v4.10.0

26 Mar 21:19
Compare
Choose a tag to compare

Changes:

See More
  • 89b6ba4 add calculation exercise example
  • 5164220 prepare version 4.9.0
  • 595e9c5 ask failed guesses again
  • e5cc36c ask every secret only once
  • 6544618 be more precise in function signature
  • 3409874 add ASCII-art bird
  • b7f87a2 correct spelling
  • 47449b4 prepare version 4.7.0
  • 723b0f0 document that notepad can edit config files
  • 50060fb write config template with U+0A + additional U+0D
  • 7ba8950 more ASCII-art
  • b8f7aba prepare version 4.6.0
  • d036bc3 add command-line option --version
  • 562af83 add another custom image sample
  • c9279a2 add game simulation test
  • 875af25 add image tests
  • 61d3daf correct calculation of image dimension
  • e9d1dfa add dictionary parser tests
  • f5bd01b format source code, no changes
  • 388f302 update documentation
  • 9d70d05 add rustdoc
  • 90d1567 prepare version 4.5.0
  • eb23064 allow whitespace before secrets in config file
  • dabbb23 improve error handling with custom error type
  • 2ce00e1 error message for misspelled game modifier
  • b35690d modify teddy's ears
  • 2aa955e prepare release 4.4.0
  • a6adcea add ASCII art image
  • 8c9ba55 update documentation
  • 685f69f relax config-file syntax
  • 86c0562 update documetation
  • 1ec7d2f add travis configuration files
  • 9ee4e5f prepare version 4.3.0
  • 5859072 at the start show less image
  • 76b7fbf 20 more ASCII-art images
  • c21d846 use raw litteral strings to encode images
  • d742f8f prepare version 4.2.0
  • e7df780 correct some typos in help text
  • 931d3d9 RewardingScheme is a property of Dictionary
  • d613512 refactor and simplify function call
  • 98f1ed1 add simple make script
  • 7620d95 document github repository renaming
  • 0e4a20e use print! consistently throughout the application
  • 02db2d9 complete documentation
  • 1598d78 prepare version 4.1.0
  • 1affb13 update documentation
  • ba96842 add colour support
  • 6bc6733 document simplified installation for windows
  • 58f8708 replace deprecated items with SliceRandom
  • af1be8a message can be longer than one line
  • a542ec3 use crossterm's keyboard interface
  • 0dd132c replace Display trait by Render
  • 8d5c920 print error messages to to io::stderr
  • f3e96ce use crossterm crate
  • 552d73b prepare version 3.1.0
  • d408175 replace visible string tag * with _
  • 03e1ca9 cargo fmt --all
  • 11914ac prefer turbo fish in collect()
  • 784cf27 group match with identical arm bodies
  • ca2ffff be more explicit
  • cc7adb0 is_empty() is clearer
  • cc2557f loop over references to containers
  • 3ea51a4 simplify filter
  • 3755fe5 item name starts with its containing module's name
  • 2edbfab unnecessary structure name repetition
  • 44de183 avoid redundant field names in struct initialization
  • 1fa0276 rename ImageChar field
  • e8b1884 remove unneeded return value
  • 03c0763 replace unneeded field pattern
  • ef087b6 constants have by default a static lifetime
  • 7e1f23e rename structs to avoid redundancy
  • 40c994d separate the discriminating character by an underscore
  • da21c52 use writeln!
  • 361c70a cargo fmt
  • 3ace45c adjust to new path scheme
  • 3ff166f replace deprecated trim_right()
  • 4ef08ac ajust paths
  • 73f149f link doc as readme
  • cff533a allow Unicode BOM in config file
  • 42ba63d replace try macro with ? operator
  • 135d659 introduce const for visible chars modifier
  • bd9bf35 remove unused imports
  • cdd2995 refactor directory and file structure

This list of changes was auto generated.