Releases: PicGo/PicGo-Core
Releases · PicGo/PicGo-Core
v1.8.0
Feature
Since v1.8.0, PicGo-Core supports multiple configurations per uploader. Just like the configuration of the Electron version of PicGo.
You can use picgo set uploader <type> [configName] to configure different uploader configurations.
And you can use picgo use uploader <type> [configName] to switch between different uploader configurations.
For example:
picgo set uploader github Test
picgo use uploader github TestFor more details, you can use picgo uploader -h to check the help of uploader management:
Usage: picgo uploader [options] [command]
Options:
-h, --help display help for command
Commands:
list [type] list uploader configurations
rename <type> <oldName> <newName> rename a config
copy <type> <configName> <newConfigName> copy a config (does not switch current uploader)
rm <type> <configName> remove a configv1.7.0
Refactor
Breaking change: The picgo init command is no longer available. Please use npx picgo-init to initialize PicGo plugin template.
For more details, please refer to PicGo-Init.
And this refactor reduces the size of PicGo core package. Enjoy!