Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Releases: CodyNinja1/TMIBruteforceGUI

TMIBruteforceGUI version 1.0.0

28 Jan 10:31
4338e04
Compare
Choose a tag to compare

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

25 Jan 16:04
fba15ab
Compare
Choose a tag to compare

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

23 Jan 18:26
0fcb777
Compare
Choose a tag to compare

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

22 Jan 09:42
b5958b5
Compare
Choose a tag to compare

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

19 Jan 14:21
88dec13
Compare
Choose a tag to compare

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

18 Jan 19:47
9c98b9d
Compare
Choose a tag to compare

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

18 Jan 17:54
775e687
Compare
Choose a tag to compare

TMIBruteforceGUI version 0.1.3.2

18 Jan 14:07
4c0f18a
Compare
Choose a tag to compare

TMIBruteforceGUI version 0.1.2

17 Jan 20:04
d6673a5
Compare
Choose a tag to compare

TMIBruteforceGUI version 0.1.0

17 Jan 16:18
e8af0da
Compare
Choose a tag to compare
  • Added Automatic Updating (Prompts the user to update if they are on an old release, will automatically replace files)