Releases: phruut/prawl
Releases · phruut/prawl
prawl v0.3.3
- change network monitoring to be less aggressive
- auto resize gui!!
- fixed update check button
- smarter start/stop button? i guess
- added logging for most of the important functions
- bump package versions
pyinstaller --noconsole --onedir --icon=res/prawl-app.ico --name=prawl --clean --noconfirm main.py
Full Changelog: 0.3.2...0.3.3
prawl v0.3.2
- you can now change how long each retry waits for network state to change before it retries again
- you can now change how mant times light key is pressed when trying to reconnect (used to be fixed at 2)
- changing keybinds is now fixed... idk what happened i may have accidentally removed some code previously
- updated compiled app dpg version to 2.1.1, so tab margin should be fixed
compiled in python 3.12.8
pyinstaller --noconsole --onedir --icon=res/prawl-app.ico --name=prawl --clean --noconfirm main.py
prawl v0.3.1
yes i compiled it
it looks weird because it uses an older version of dearpygui when it was made in v2.0.0+
small code refactor, i will replace the entire logging thing with another library because i hate it sm 💔
prawl v0.3.0
big changes to code 0.1.2...0.3.0
no personal information is logged! it only logs what the program is doing and the network monitoring is limited to brawlhalla only too! you can check the them in the logs directory, and opening the prawl...-.log files in a text editor. logging is not fully supported yet, i only made it log a few things for testing
prawl v0.1.2
another hotfix...
- fixed
hold to pauseoption, you can now disable it if enabled (holding is still buggy tho) - fixed
key_leftandkey_downbeing stored wrong in gui, which then saved it that way so it broke every time during lobby setup 😭 - fixed
MINI LOBBY SETUPandFULL LOBBY SETUPbuttons to work indirect inputmode - fixed
+fixand+fix2to... actually fix what it was meant to fix... - version bump (this time i didnt forgtet
- made the sliders look more square
- small code clean up
prawl v0.1.1
small hotfix!
- lobby setup should work properly now (I THINK) but its still buggy so i dont recommend using it
- fixed gui tooltip in input configuration where "throw weapon key" was labeled "light attack key"
i forgot to update the version in config
prawl v0.1.0
first 'prawl' release!
- new ui yippeeee
- update check (auto update later)
- change keybinds
- change rate limit wait time
- i forgot the rest!!!
- mostly everything else is the same i think 😭
farm.py 12-09
- added function to show brawlhalla window on script close if hidden
- changed a few wordings in config options
nuitka --onefile --windows-console-mode=disable --windows-icon-from-ico=res\praw-app.ico main.py