Releases: RedPandaGuy1234/Games
Releases · RedPandaGuy1234/Games
v1.6.4
Compare
Sorry, something went wrong.
No results found
1.6.4 (2026-09-13)
Bug Fixes
Fix syntax error in check_word function (69a879f )
Continuations
Add character tracking and word checking function (feb6212 )
Modify guess_word function to accept Word parameter (435704c )
v1.6.3
Compare
Sorry, something went wrong.
No results found
1.6.3 (2026-09-13)
Bug Fixes
Correct while loop syntax in guess_word function (60db3c1 )
Fix indentation for while loop in check_word function (c681684 )
Fix typo in error message for invalid word input (3094ba5 )
Fix variable name for guessed word in validation (b741552 )
Refactor check_word function for clarity (37f1b45 )
Refactor guess_word function for input validation (f0a0fcb )
Refactor word validation to use allowed guesses (e19d407 )
Update guess_word call to include guesses parameter (3c0d838 )
Continuations
Add confirmation message for valid word guess (6761b9a )
Change guessing logic to track incorrect guesses (7ac600b )
Enhance word guessing logic in Wordle.py (7d769f4 )
Modify guess_word to include guesses tracking (11faca1 )
Other
Rename Wordle.py to wordle.py to have case consistency with other files (434c652 )
v1.6.2
Compare
Sorry, something went wrong.
No results found
1.6.2 (2026-09-12)
Continuations
Enhance guess validation error message (5784a9f )
Other
Revise Wordle section for development encouragement (89230cd )
v1.6.1
Compare
Sorry, something went wrong.
No results found
1.6.1 (2026-09-12)
Other
Revise Wordle section and installation details (32c8393 )
v1.6.0
Compare
Sorry, something went wrong.
No results found
1.6.0 (2026-09-12)
Features
Add 'other' type to release-please config (c38512a )
v1.5.0
Compare
Sorry, something went wrong.
No results found
1.5.0 (2026-09-12)
Features
Update release-please configuration with changelog sections (fc25008 )
Bug Fixes
Update changelog section for continuations (1dfbc7b )
Continuations
Clarify pull request naming guidelines (fba8fc1 )
v1.4.0
Compare
Sorry, something went wrong.
No results found
1.4.0 (2026-09-12)
Features
Implement word bank retrieval from external source (45347d9 )
Implement word guessing and validation function (74fa391 )
Bug Fixes
Enhance input validation error message (3d455b0 )
fix indentation error (f83626f )
Import urllib3 and disable SSL warnings (d685800 )
Remove test print statement from Wordle.py (6a7910f )
Suppress urllib3 OpenSSL warnings (7b5116c )
v1.3.4
Compare
Sorry, something went wrong.
No results found
1.3.4 (2026-09-11)
Bug Fixes
Fix JSON formatting in release-please-config.json (54bf6c2 )
v1.3.3
Compare
Sorry, something went wrong.
No results found
1.3.3 (2026-09-11)
Bug Fixes
Improve error message for failed valid words fetch (830b5b5 )
v1.3.2
Compare
Sorry, something went wrong.
No results found
1.3.2 (2026-09-11)
Bug Fixes
Change random delay range from 1-60 to 1-30 seconds so people don't get bored (9c21e1e )
Change reaction test wait time range (70cf52b )