Skip to content

VBPatcher-v0.8.0

Choose a tag to compare

@schlopp96 schlopp96 released this 02 Aug 03:31
· 8 commits to master since this release
f41cb69

VBPatcher v0.8.0 Update


  • Renamed "./media" folder to "./assets".
  • Changed path to .gif in "./README.md" to new directory name.
  • Program will now return to menu instead of exiting program upon patch cancellation.
  • Fixed bug causing program to not exit when starting Valheim.
  • Refactored __version__ variable to "./appglobals/appglobals.py".
  • Shortened text-based loading sequences.
  • Added @staticmethod decorator to relevant methods in _Patcher class.
  • Added @staticmethod decorator to relevant methods in _Validate class.
  • Added @staticmethod decorator to relevant methods in _Downloader class.
  • Updated PyLoadBar dependency version to 0.1.1.
  • Improved several class/method docstrings.
  • Additional code comments.
  • Several refactors.

Full Changelog: v0.7.0...v0.8.0