Releases: Coteh/wordle-clone
Releases · Coteh/wordle-clone
v1.4.0
Added
- Changelog dialog
- Commit hash of latest build in settings page
Fixed
- Prevent letter from being typed using physical keyboard if Ctrl or Meta (Cmd/Windows) key is held at the same time
- Fix keyboard key elements stuck in pressed/held state when mouse or finger is held there initially then released outside of it
Full Changelog: v1.3.5...v1.4.0
v1.3.5
v1.3.4
v1.3.3
Changed
- Adjust styling of dialog buttons for both regular and high contrast modes
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
v1.3.0
Added
- Browser: Sharing game results now uses Web Share API to allow users to share directly to other apps
- If sharing fails, a Copy to Clipboard button will be presented to the player which functions like the Share button previously and copies to clipboard
Fixed
- Browser: Fix error preventing the game from loading on older devices
Full Changelog: v1.2.8...v1.3.0
v1.2.8
Added
- Add ability to share incomplete game
Changed
- Browser: Harmonize spacing of dialog elements across Firefox/Chrome/Safari
- CLI: How to Play text adjusted to resemble browser version
- CLI: "Copied to clipboard" text now appears before Next Wordle time
Fixed
- CLI: Fix default share option of yes not copying to clipboard
Full Changelog: v1.2.7...v1.2.8
v1.2.7
Added
- Browser: Add settings knob element, in place of ON/OFF toggle text for hard mode and high contrast settings
- CLI: Now installable from npm
- CLI: Add high contrast mode
- CLI: Add
--version
,--help
, and--verbose
flags - CLI: Add
data
subcommand that outputs the filepaths to the state file and preferences file
Changed
- Browser: Adjust high contrast colours
- CLI: Change difficulty flag from
--easy
/--hard
to-d
/--difficulty <easy/hard>
Fixed
- CLI: Remove extra space beside revealed word
Full Changelog: v1.2.6...v1.2.7