All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This changelog is pretty "young", I didn't keep it when I started the projects a long while ago.
- support for Linux targets
- handled ConnectionResetError for more stability
- sleep functions to avoid buffer congestion
- More stability in case of force quit
- feature to hide the keylogger files
- comments inside the code to explain it better
- Sleep functions to avoid congesting the buffer while sending commands fast.
- "Reapeat in case of error" to the download feature so the program doesn't crash
- Support for KeyboardInterrupt while receiving the keylogger logs (you can ctrl + c).
- '?' to '#' inside checkConnection() due to the fact thath there's a chance of it getting added to python scripts [ UPDATE: FIXED -> this was caused by buffer congestion ]