Skip to content

Releases: Ivan-1F/MCDReforgedPluginManager

MCDReforgedPluginManager v2.2.0

01 Jul 05:36
6c9e9f1
Compare
Choose a tag to compare

News

  • Added support for MCDR 2.13.0 (#10)
  • Added ingame warning when cache failed (#8)
  • Added hint when cache is not loaded (#8)
  • Added 'no plugin found' message for list command

Fixes

  • Fixed everything.json loss when cache failed (#8)
  • Fixed exception while install when MCDR requirement or dependency not satisfied
  • Fixed uninstall and upgrade commands throw error when multiple plugin_id is given

MCDReforgedPluginManager v2.1.1

23 Jun 09:29
e454473
Compare
Choose a tag to compare

Fixes

  • Fixed error when starting MCDR server without PluginCatalogue cache

MCDReforgedPluginManager v2.1.0

18 Jun 12:26
a2f91a0
Compare
Choose a tag to compare

News

  • Add message when no plugin found for search command

Changes

  • Compat new PluginCatalogue schema (#6)

Fixes

  • Fixed the commands which take one plugin id as argument
  • Fixed PluginCatalogue cache not being opened using utf8 (#6 (comment))

MCDReforgedPluginManager v2.0.0

14 Apr 16:46
2180b50
Compare
Choose a tag to compare

News

  • New config item: release_download_url_template: The url template used when downloading GitHub release assets, where '{url}' will be replaced with the actual url (#5)

Changes

  • Cache the whole meta branch including plugin info, plugin meta and plugin releases
  • Better cache loading when the plugin is loaded
  • Custom thread name renaming to fit MCDR thread names:
    • mpm-cache -> MPMCache
    • mpm-installer -> MPMInstall
    • mpm-uninstaller -> MPMUninstall
    • CacheClock -> MPMCacheClock
  • !!mpm install, !!mpm uninstall and !!mpm upgrade command will not suggest mcdreforged_plugin_manager
  • mpm will not be able to install, uninstall or upgrade itself (mcdreforged_plugin_manager)

Fixes

  • Fixed plugin uninstaller thread name
  • Fixed cache clock timer not inherited from old instance when the plugin is reloaded
  • en_us translation typo: mcdreforged_plugin_manager.uninstall.dependency_warning

Migrate from v1

  • Change the source field in the config file, it should be the url to download the whole meta branch in v2
  • Remove the cache.json file in MCDR/config/mcdreforged_plugin_manager

MCDReforgedPluginManager v1.3.3

02 Apr 14:32
285c28e
Compare
Choose a tag to compare

Changes

  • Compat the new plugin.json file from PluginCatalogue (resolved #4)
  • Stop using removed api Serializable.update_from
  • Fixed incorrect link in MCDR meta

MCDReforgedPluginManager v1.3.2

20 Feb 13:52
6e19e0c
Compare
Choose a tag to compare

Changes

  • Better upgrade process: download new file first and only remove old file when new file is downloaded (resolved #2)

MCDReforgedPluginManager v1.3.1

30 Nov 08:47
dc22afb
Compare
Choose a tag to compare

Fixes

  • Fixed the error when using proxies to request web resources

MCDReforgedPluginManager v1.3.0

22 Nov 15:09
d16ed39
Compare
Choose a tag to compare

News

  • Proxy support when requesting web resources (#1)

MCDReforgedPluginManager v1.2.1

27 Jul 06:28
0994fcd
Compare
Choose a tag to compare

Changes

  • Looser requirements in requirements.txt

MCDReforgedPluginManager v1.2.0

23 Apr 08:19
217d9c8
Compare
Choose a tag to compare

News

  • Multiple plugins operation support for install, uninstall, and upgrade subcommands
    • e.g. !!mpm install here beep quick_backup_multi

Changes

  • More information will be shown when using upgrade command