Releases: salamint/blasmodcli
Release list
Release 1.0.0
I am happy to announce the 1st official stable release of the blasmodcli utility!
What's Changed
- Removed an unused attribute from the
Gameclass in the model and from the default configuration by @salamint in #75 - Added documentation for the configuration files and stated on the README indicating that the Steam Deck is supported by @salamint in #76
- Re-organized utils related exceptions by @salamint in #77
- Improved and error proofed the parsing ad loading of the configuration files by @salamint in #79
Full Changelog: v1.0.0-rc.1...v1.0.0
Release 1.0.0 Candidate 1
What's Changed
- Fix for the
backupcommand save location by @salamint in #72 - Fixed a minor bug in the
backupcommand and promoted the version from Beta to Release Candidate by @salamint in #73
Full Changelog: v1.0.0-beta.4...v1.0.0-rc.1
Release 1.0.0 Beta 4
What's Changed
- Fixed the confirmation function calling incorrectly the
Message.printmethod by @salamint in #68 - Fixed the backup command crashing by not finding the saves directory by @salamint in #69
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
Release 1.0.0 Beta 3
What's Changed
- Fixed the installation script and added note about the support of the tool on Steam Deck on the README by @salamint in #65
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
Release 1.0.0 Beta 2
This beta adds a quick fix preventing the tool from crashing in Python 3.13 or earlier.
The crash was caused by type annotations not being correctly quoted.
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
Release 1.0.0 Beta 1
This new release adds a lot of minor improvements and a few bug fixes.
- Logs have been added
- The
launchcommand now works as intended - The
cdcommand was added - The documentation was updated accordingly and also contains a few more instructions
Full Changelog: v1.0.0-alpha.1...v1.0.0-beta.1
Release 1.0.0 Alpha 1
This is a first look at the very new reworked blasmodcli script.
It has been completely rewritten and still needs a lot of testing and is missing a lot of features.
Full Changelog: https://github.com/salamint/blasmodcli/commits/v1.0.0-alpha.1