All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
This project adheres to Semantic
Versioning, but the narrative piece in
wordle.org
is considered a central feature, so additions of content to this
file are seen as worth feature-adding (minor) version bumps, regardless of the
code changes being just patching bugs.
- Removed unnecessary check for KeyError in scoring bugfix, thanks to @gpiancastelli again for pointing it out.
- Bug in guess scoring when a letter occurs twice in guess, but only once (second time) in answer, see bug #1. Thanks to @gpiancastelli for reporting!
- New "Post-scriptum" section in
wordle.org
, narrating and reflecting about bug #1.
- Typo in a source block's caption field.
- New link to website-rendered version of
wordle.org
. - New docs section "Changelog" including this document.
- Removed hardcoded "perfect score" string in
play_round
.
- New module
literate_wordle
, implementing simple wordle, with narration in literate programming style.