Skip to content

Releases: TabulateJarl8/wordle-finder

Release 2.3.1

20 Jul 19:38
Compare
Choose a tag to compare

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

18 Apr 17:04
Compare
Choose a tag to compare

Some UI Changes. Made word display box look better

Full Changelog: v2.2.6...v2.3.0

Release 2.2.6

01 Mar 22:15
Compare
Choose a tag to compare

Change binary name from wordle_finder to wordle-finder

Release 2.2.5

25 Feb 21:52
877d5cc
Compare
Choose a tag to compare

Added logo and icon to window

What's Changed

Full Changelog: v2.2.4...v2.2.5

Release 2.2.4

24 Feb 23:52
Compare
Choose a tag to compare

This release adds a native GUI error dialog pop-up is an error is encountered when launching the GUI.

image

Full Changelog: v2.2.3...v2.2.4

Release 2.2.3

24 Feb 17:42
6d54645
Compare
Choose a tag to compare

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

Full Changelog: v2.2.1...v2.2.3

Release 2.2.1

21 Feb 19:15
Compare
Choose a tag to compare

Relicense the project under GPLv3 and some minor code improvements

Full Changelog: v2.2.0...v2.2.1

Release 2.2.0

21 Feb 03:12
Compare
Choose a tag to compare

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

21 Feb 01:08
Compare
Choose a tag to compare

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

Release 2.0.0

19 Feb 05:36
8f3a262
Compare
Choose a tag to compare

This release adds a new GUI frontend to the application, launched via ./wordle_finder -g

image