Skip to content

Releases: Booplicate/MAS-Submods-SubmodUpdaterPlugin

Submod Updater Plugin v1.7 - Some bugfixes

12 Jan 14:25
Compare
Choose a tag to compare

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

28 Nov 22:03
Compare
Choose a tag to compare

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

25 Oct 02:26
Compare
Choose a tag to compare

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

13 Sep 19:24
Compare
Choose a tag to compare

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 for readme and licenses.

Submod Updater Plugin v1.2 - Requested changes

16 Aug 21:35
Compare
Choose a tag to compare

Mostly just Improvements and fixes, also added requested features. Updated the API according to the new changes.

Submod Updater Plugin v1.1

29 Jul 19:22
Compare
Choose a tag to compare

Submod Updater Plugin v1.0

16 Jul 21:30
Compare
Choose a tag to compare

Before you start, make sure you read these instructions.