Releases: Ivan-1F/MCDReforgedPluginManager
Releases · Ivan-1F/MCDReforgedPluginManager
MCDReforgedPluginManager v2.2.0
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
andupgrade
commands throw error when multiple plugin_id is given
MCDReforgedPluginManager v2.1.1
Fixes
- Fixed error when starting MCDR server without PluginCatalogue cache
MCDReforgedPluginManager v2.1.0
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
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 suggestmcdreforged_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 inMCDR/config/mcdreforged_plugin_manager
MCDReforgedPluginManager v1.3.3
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
Changes
- Better upgrade process: download new file first and only remove old file when new file is downloaded (resolved #2)
MCDReforgedPluginManager v1.3.1
Fixes
- Fixed the error when using proxies to request web resources
MCDReforgedPluginManager v1.3.0
News
- Proxy support when requesting web resources (#1)
MCDReforgedPluginManager v1.2.1
Changes
- Looser requirements in requirements.txt
MCDReforgedPluginManager v1.2.0
News
- Multiple plugins operation support for
install
,uninstall
, andupgrade
subcommands- e.g.
!!mpm install here beep quick_backup_multi
- e.g.
Changes
- More information will be shown when using
upgrade
command