Skip to content

Releases: g-liu/WordleWithFriends

v0.9

17 Mar 04:13
99c2467
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2.1...v0.9

v0.8.2.1

11 Mar 08:01
Compare
Choose a tag to compare

Small patch: Reset home screen when keyboard disappears.

Also make the clue text box first responder whenever it reappears.

v0.8.2

11 Mar 07:50
d4c1730
Compare
Choose a tag to compare

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

10 Mar 07:24
Compare
Choose a tag to compare

Fix bug in instructions, decouple word guess row from clue length.

Full Changelog: v0.8.0...v0.8.1

v0.8.0

10 Mar 07:17
b03bd94
Compare
Choose a tag to compare

Add hard mode; some internal refactoring.

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

10 Mar 05:42
58e634e
Compare
Choose a tag to compare

Minor bug fixes #21 #20 #18 #15

What's Changed

  • Respect max guesses in Infinite mode + other changes by @g-liu in #21

Full Changelog: v0.7.0...v0.7.1

v0.7.0

10 Mar 05:15
928a3f6
Compare
Choose a tag to compare

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

07 Mar 05:04
884ef6e
Compare
Choose a tag to compare

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

05 Mar 07:03
394006e
Compare
Choose a tag to compare

Infinite mode, allowing user to play continuously. #12

v0.4.0

05 Mar 06:01
Compare
Choose a tag to compare

Add a forfeit button; some minor bugfixes.