Releases: TabulateJarl8/wordle-finder
Release 2.3.1
This release changes nothing on the user end. I have updated clap to use the new macros that they have added for increased readability
Full Changelog: v2.3.0...v2.3.1
Release 2.3.0
Some UI Changes. Made word display box look better
Full Changelog: v2.2.6...v2.3.0
Release 2.2.6
Change binary name from wordle_finder to wordle-finder
Release 2.2.5
Added logo and icon to window
What's Changed
- Branding by @TabulateJarl8 in #4
Full Changelog: v2.2.4...v2.2.5
Release 2.2.4
This release adds a native GUI error dialog pop-up is an error is encountered when launching the GUI.
Full Changelog: v2.2.3...v2.2.4
Release 2.2.3
This release fixed the Windows version by distributing WebView2Loader.dll with the exe. The README has been updated, and the program will launch the GUI by default if no arguments are specified.
What's Changed
- Fix windows by @TabulateJarl8 in #3
Full Changelog: v2.2.1...v2.2.3
Release 2.2.1
Relicense the project under GPLv3 and some minor code improvements
Full Changelog: v2.2.0...v2.2.1
Release 2.2.0
This release adds two things
- If TTY is not detected (not run in a terminal, e.g. double clicking in a file explorer), the program will launch the GUI.
- Keyboard keys will turn green when their respective letters are typed into the input boxed
Full Changelog: v2.1.0...v2.2.0
Release 2.1.0
Switch backend to wry in order to support msedge webview backend.
Windows users who encounter an error saying that WebView2Loader.dll
could not be found must download the dll from somewhere online and put it in the same folder as the wordle_finder.exe
binary
Full Changelog: 2.0.0...v2.1.0