This update adds a long awaited (by no one) feature:
WINDOWS SUPPORT!!!!
Currently this is in beta but testing it in a vm seems to show positive results so im not marking it as one, however please do file an issue if one arises
Other additions
This release also adds HIGHLY customizable svg overlays (documentation coming soontm) and a background bounce effect, along with a couple tweaks to how inputs are handled that hopefully wont introduce any regressions.
How to run
Simply download the file that corresponds with your os, unzip it and launch the "tuff" executable
It can only be closed by using a task manager and killing the process, however this may change in a future version
Linux crash fix
If it crashes on Linux you may need to run
sudo usermod -aG input $USER
and log back into your KDE Plasma session for changes to apply.
This exposes all programs with the ability to read any keystrokes, so you may remove yourself from the group by running:
sudo usermod -rG input $USER
This should work on most distros but if not just search up how to add your user to input group in [your_distros_name]