Skip to content

MCDReforgedPluginManager v2.0.0

Compare
Choose a tag to compare
@Ivan-1F Ivan-1F released this 14 Apr 16:46
· 19 commits to master since this release
2180b50

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