Skip to content

Releases: sevu11/FF14-Anti-AFK

Anti-AFK v1.5.0 - Linux/Mac

29 Jun 09:46
Compare
Choose a tag to compare

Added in 1.5.0:

❗ Windows Users: ❗
No change, use 1.4.0 instead

Added support for Linux and Mac OS

  • From my own testing, I wasn't successful on compiling the application into a executable, so instead I created a bash script (run_app.sh) which will install a virtual enviroment (venv) which will install the required python packages and run the app.

  • This should work on MacOS out of the box as well, but I don't have an Mac to test it on, if there is any problems, raise an Issue ticket and I'll try fix it.

Anti-AFK v1.4.0

20 Jun 09:22
Compare
Choose a tag to compare
Added in 1.4.0:
This is mostly a backend, and minor UI update.

- Updated UI to CTK library (more modern-looking UI elements, buttons, dark mode).
- Removed image-based buttons.
- Removed deprecated method to scale logo image to CTK.
- Improved logging and time delta logic (display cooldown timer until next key press).

Anti-AFK v1.3.0

19 Jun 22:13
Compare
Choose a tag to compare
v1.3.0:
- Updated log behavior 
- Save log files by date

Anti-AFK v1.2.0

19 Jun 16:42
Compare
Choose a tag to compare
- Minor updates to backend
- Revised UI and added a log window, also saved to a log file for troubleshooting.

Anti-AFK v1.1.0

19 Jun 11:41
Compare
Choose a tag to compare
Added in v1.1.0
- Ability to select own key
- Set key will be stored in `config.json` for the application to remember saved value for next time it's used.
- Some clean-up and restructure of backend code

Anti-AFK v1.0.0

18 Jun 14:15
Compare
Choose a tag to compare

First release