Releases: g-liu/WordleWithFriends
Releases · g-liu/WordleWithFriends
v0.8.2.1
Small patch: Reset home screen when keyboard disappears.
Also make the clue text box first responder whenever it reappears.
v0.8.2
What's Changed
- Fix keyboard obstructing UI in game setup by @g-liu in #25
- Change keyboard height to width ratio to accomodate older devices such as iPhone 8.
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Fix bug in instructions, decouple word guess row from clue length.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Add hard mode; some internal refactoring.
What's Changed
Full Changelog: v0.7.1...v0.8.0
v0.7.0
Include instructions screen in game.
Fix a bug where the keyboard state was not reset between games.
What's Changed
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Reworking of the UI - Simplified setup screen showing clearly 3 game modes.
Some rework on the internals of the custom keyboard as well.
Navigation to main menu now in keyboard.
#13
v0.5.0
Infinite mode, allowing user to play continuously. #12
v0.4.0
Add a forfeit button; some minor bugfixes.