Skip to content

Releases: rnelson/digits

Release list

v1.1.0

Choose a tag to compare

@rnelson rnelson released this 15 Jan 18:36
2834640

This release is primarily focused on using a proper background thread to do the lookup. This means that the application doesn't hang while sending the request to the destination server and can be moved, minimized, and so forth.

Additionally, the hard-coded default values were removed.

Screenshot of Digits 1.1.0

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@rnelson rnelson released this 14 Jan 02:47
9a0ec94

Initial release.

Screenshot of Digits 1.0.0

Features:

  • Has a textbox to specify the username
  • Has a textbox to specify the hostname
  • Has a button to fire off the query
  • Has a multi-line textbox to display the results
  • Freezes while making the query like any good 90s GUI application, even if it was built in 2024 (who needs more than one thread anyway?!)

Full Changelog: https://github.com/rnelson/digits/commits/v1.0.0