This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
Releases: CodyNinja1/TMIBruteforceGUI
Releases · CodyNinja1/TMIBruteforceGUI
TMIBruteforceGUI version 1.0.0
Most Important Change(s):
- Refactor a lot of stuff in bf_gui.py
- Rename bf_specific.py to bf_goals.py
- Move some global variables and functions to global_funcs.py
- Not even change the functionality literally just change the readability of the code :xdd:
Full Changelog: v0.1.6.0...v1.0.0
TMIBruteforceGUI version 0.1.6.0
Most Important Change(s):
- Connect to Multiple IDs using arguments, example:
python bf_gui.py 0 8
, attempts to connect to every TMI instance from ID 0 to 8 (Does NOT automatically deregister all clients, please deregister manually, I couldn't get this to work yet) - Minimum wheel count touching any surface option after enabling
Must Touch Ground
- Fix auto installing requirements bug
Full Changelog: v0.1.5.0...v0.1.6.0
TMIBruteforceGUI version 0.1.5.0
Most Important Change(s)
- Convert most things to Camel Case, move some variables from the GUI class to the Global class, remove useless variables and fix some minor bugs
Full Changelog: v0.1.4.0...v0.1.5.0
v0.1.4.0
Most Important Change(s)
- Add Min-Max Yaw value (Only accept if the car is between 2 yaw values)
Full Changelog: v0.1.3.7...v0.1.4.0
TMIBruteforceGUI version 0.1.3.7
Most Important Changes:
- Change the way auto updating works, print some stuff depending on what happened and only update bf_gui.py, bf_specific.py and requirements.txt
- Limit the number of characters g.version can have
- Add try and except statement when importing custom modules, if theres an ImportError try pip installing requirements.txt again
- Get version number on the first line of bf_gui_version.txt, will change version placement and remove README.md and .gitignore from bf_gui_version.txt
Full Changelog: v0.1.3.6...v0.1.3.7
TMIBruteforceGUI version 0.1.3.6
Most important changes:
- Save settings to autosave.json if console or gui is closed
Full Changelog: v0.1.3.4...v0.1.3.6
TMIBruteforceGUI version 0.1.3.4
Full Changelog: v0.1.3.2...v0.1.3.4
TMIBruteforceGUI version 0.1.3.2
Full Changelog: v0.1.2...v0.1.3.2
TMIBruteforceGUI version 0.1.2
Full Changelog: v0.1.0...v0.1.2
TMIBruteforceGUI version 0.1.0
- Added Automatic Updating (Prompts the user to update if they are on an old release, will automatically replace files)