Releases: Booplicate/MAS-Submods-SubmodUpdaterPlugin
Releases · Booplicate/MAS-Submods-SubmodUpdaterPlugin
Submod Updater Plugin v1.7 - Some bugfixes
Changelog:
- SUP uses the proper log file (
submod_log.txt
) now
Bugfixes:
- Fix to bar thumb sprite on r7
- Fixed the rare 416 HTTP error
- Even better fix to the issue with long filepaths on old windows systems
Submod Updater Plugin v1.6 - smol
Changes:
- Added the button to manually check updates
Bugfixes:
- Squashed a bug that wouldn't allow you to update submods with long names on old windows systems
Submod Updater Plugin v1.5 - Beta submods
Changes:
- You can no longer downgrade submods. It was decided that it'll be more convenient and safe.
- If you installed a submod that hasn't been released yet, it'll be marked as "beta" submod.
- If you're updating this submod in the game
as you should, then you've already noticed that it now supports md tags for text formatting. For example, I can provide a link to my readme.
Bugfixes:
- Fixed the issue when renpy returned the wrong filepaths to the files.
- Removed redundant compiled versions of py scripts, which means less download size.
- Optimized submod menu.
Submod Updater Plugin v1.4 - Usability
Main changes:
- added settings for updaters. Now you can disable notifications for submod updates.
- better naming for buttons in the menu.
API changes:
- all updaters definitions should be moved to init
-989
. This's to avoid one potential issue when updaters for other submods got defined prior to the main updater. - one new parameter for updaters -
redirected_files
. The files that the updater will try to move to the submod directory regardless of other settings. Useful forreadme
and licenses.
Submod Updater Plugin v1.2 - Requested changes
Mostly just Improvements and fixes, also added requested features. Updated the API according to the new changes.
Submod Updater Plugin v1.1
Minor fixes and improvements. The installation instructions.
Submod Updater Plugin v1.0
Before you start, make sure you read these instructions.