Skip to content

Releases: phruut/prawl

prawl v0.3.3

29 Apr 12:22

Choose a tag to compare

  • 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

19 Mar 01:27

Choose a tag to compare

  • 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

0.3.1...0.3.2

prawl v0.3.1

27 Dec 05:24

Choose a tag to compare

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

26 Dec 15:07
422ee28

Choose a tag to compare

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

20 Sep 06:18

Choose a tag to compare

another hotfix...

  • fixed hold to pause option, you can now disable it if enabled (holding is still buggy tho)
  • fixed key_left and key_down being stored wrong in gui, which then saved it that way so it broke every time during lobby setup 😭
  • fixed MINI LOBBY SETUP and FULL LOBBY SETUP buttons to work in direct input mode
  • fixed +fix and +fix2 to... 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

17 Sep 03:21

Choose a tag to compare

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

22 Aug 01:15

Choose a tag to compare

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

09 Dec 13:28

Choose a tag to compare

  • 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