Skip to content

Releases: lonewanderer27/Camp-Buddy-Toolbox

0.9.4 Alpha

13 Jun 11:43
Compare
Choose a tag to compare
0.9.4 Alpha Pre-release
Pre-release

⚠️ EMERGENCY RELEASE ⚠️

Changes

  • Fixed bug where Lloyd's name is being replaced by Lee

There might be hidden bugs that I haven't discovered and fixed yet. This is an alpha release!

As of the moment, I only have precompiled version for Windows and Linux version here.
MacOS users may download the source code below, extract it then run the "Camp Buddy Toolbox.py".
Ensure that PySimpleGUI is installed first before running the program:
pip install PySimpleGUI

0.9.3 Alpha

13 Jun 09:46
Compare
Choose a tag to compare
0.9.3 Alpha Pre-release
Pre-release

Windows finally now has a precompiled .exe version provided below! 🥳

Changes

Windows:

  • Fixed blurriness caused by the app not being DPI Aware.
  • Fixed status text being too large on Windows.

Linux and Windows:

  • Fixed text encoding issues

There might be hidden bugs that I haven't discovered and fixed yet. This is an alpha release!

As of the moment, I only have precompiled version for Windows and Linux version here.
MacOS users may download the source code below, extract it then run the "Camp Buddy Toolbox.py".
Ensure that PySimpleGUI is installed first before running the program:
pip install PySimpleGUI

0.9 Alpha

12 Jun 15:42
Compare
Choose a tag to compare
0.9 Alpha Pre-release
Pre-release

Extracting Assets and Dialogs now both works!
Embedded Camp Buddy Dialog Extractor to enable functionalities of Extract Dialogs Tab

There might be hidden bugs that I haven't discovered and fixed yet. This is an alpha release!

Only pre-compiled Linux version is provided here at the moment.

Mac and Windows users may download the source code below, extract it then run the "Camp Buddy Toolbox.py".
Ensure that PySimpleGUI is installed first before running the program:

pip install PySimpleGUI

v0.3-alpha

06 Jun 19:28
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Although only initial release, extracting assets already work.
Everything in extract scripts tab do not do anything yet.

There might be hidden bugs that I haven't discovered and fixed yet. This is an alpha release!

Only pre-compiled Linux version is provided here at the moment.

Mac and Windows users may download the whole source code then launch the "Camp Buddy Toolbox.py".
Ensure that PySimpleGUI is installed before doing so!