Releases: Crypto-Spartan/unifi-search-tool
Releases · Crypto-Spartan/unifi-search-tool
unifi-search-tool_v2.1.1
- I think the crashing issue is now fixed, although there's a chance it's still present. if you use this version and it randomly crashes on you, please open up an issue
- added new GUI scaling feature to make text larger or smaller
- added new checkbox to accept an invalid https certificate
- previously this was happening automatically and would accept any cert
- I knew I couldn't leave it in the state of always accepting invalid certs due to the security risk, so now it's an optional checkbox
- updated dependencies
unifi-search-tool_v2.0.2
unifi-search-tool_v2.0.1
v2.0.1
- Fixed a bug where "device not found" messages would appear on the following search after cancelling a previous search
- Fixed a bug where MAC Addresses formatted with dashes (XX-XX-XX-XX-XX-XX) would always return as "device not found"
- General code cleanup & restructure in regards to the "popup windows" that show info to the user
unifi-search-tool_v2.0.0
v2.0.0
- Rewrote the entire project in Rust, started over completely and worked from the ground up.
- This results in significant speedups when running the search
- The GUI has moved from Qt to Rust's egui
- Added Light/Dark mode toggle (made easy by egui)
- There is a working background thread. When a user clicks the search button, the entire GUI won't freeze up anymore.
- Working
Cancel
button - Functional progress bar that gets updated from the background thread
- No longer utilizing a library for the Unifi API calls, the tool hits the http endpoint directly with reqwests and reads the json data with serde
- If a device is found, it will show:
- Device name if available, otherwise it will show the device model
- Device MAC Address
- The Unifi Site in which it is located
- Device's current state (e.g. Connected or Offline)
- Regex validation to ensure that a MAC address is in the proper format
- Better error messages
- And more, all brought by the entire tool rewrite in a better programming language
unifi-search-tool_v1.4.1
v1.4.1
- changed the version number as it was printed in the window title
- previously was 1.4 instead of 1.4.0 like it should've been. updated to 1.4.1 to make the change.
There was an issue with the previous tags in the commit history, so those releases have been removed. Below are the notes for previous releases
v1.4.0
- added background thread for searching Unifi
- added new config.txt file for pre-populating fields (no longer requires a rebuild of the exe)
- added memoization for login. will only verify credentials once, unless there is an error.
- added a catch for an error that was previously causing a crash
- code restructure
- bugfixes
v1.3.2
- add 'unable to login' pop-up box
v1.3.1
- added installed version which opens and runs faster than the portable version
- fix versioning with installer exe
- proper rename for everything
v1.3.0
- made window a bit wider
- added better support for those that would like to customize their own defaults
- created installer
- re-named the exe files for portable and installer respectively