Releases: MrEnder0/wootili-view
WASD Highlighting Update
Its been a while since the last update but lots of much needed code clean up and optimizations have been made to the program along side new features such as WASD highlighting which highlights the WASD keys red (may be customizable in the future), device firmware version info with unsupported firmware notices and much more. Many of the large fixes include way better version fetching with no spam requests, device info retrying and better organized code. Finally this update comes with some minor changes to the setup with wording changes and a option for a Github shortcut to be added into your Wootili-View start folder.
Known Issues: As of this release all Wootili-View releases will not work with firmware version 2.8.1 and newer for the time being, this is because of USB changes done to the device firmware. This will be fixed in the next update may that be me writing my own sdk wrapper or waiting for the current one to update. The software will warn you if your firmware is unsupported and will show you your version, Wootility from Wooting allows you to downgrade your firmware.
Full Changelog: 0.6.0...0.7.0
Optional Updater Update
Sorry its been a bit since I worked on this project but recently I have been tinkering with loading dll made in rust to rust so I thought I would integrate into this project by making the update checker a separate thing which means it is not required to run and will work without it! Also since its been a bit I have upped basically all the dependencies which is always great!
Full Changelog: 0.5.0...0.6.0
Inno Setup Update
This update is the first release to use a Inno Setup installer which allows you to have a desktop shortcut or a start on system start shortcut. There has been many back end changes retaining to how the capture is displayed on the keyboard so the fps limiter sliders are more logical, also added multiple optimizations which include things like duplicate frame skippers and more.
FPS Limiter Update
Added a fps limiter to the screen capture thread and UI, both are independently customizable and define the max fps. Also had many bug fixes and code quality changes many retaining to the config and wooting code to be easier to work with in the future. Also fixed issue with red-shift for the 60HE where the space-bar wont be shift corrected due to switches not being present above those RGB led.
Bug-Busting, Log-Friendly Update
This update has added a lot lot more logging and now logs tons of error or warnings that you may run into at times. I have also increased performance by using RwLocks instead of Mutex so that means faster updating speeds for your RGB. I have also added settings for disabling update checks and a option for light-mode 🤢 but some people like that I guess, I mainly added this due to you being able to force darkmode with this setting if it displays light for some odd reason.
Config Saving Update
Wootili-view now saves your settings into a little config file stored inside your appdata folder now. Now your settings will be automatically remembered and saved, they will also automatically load on startup. Also fixed ui bug relating to rgb preview.
(re-upload bin due to issue in first one)
Version Checker Update
Wootili-view now automatically checks for a newer release and will display an update download link on the bottom bar. (Will be able to disable in the future)
Logging Update
Wootili-view will now log errors, warnings, and more to help you debug the program on your machine and make sure nothing is going wrong behind the scenes.
Auto Scanning Update
Added auto scanning when no devices are connected, fixed crash issue when device is plugged in after no devices being detected.
Inital Release
First pre-built release on Github