Skip to content

Releases: PicGo/PicGo-Core

v1.8.0

09 Jan 14:32
b9f92da

Choose a tag to compare

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 Test

For 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 config

v1.7.0

08 Jan 08:35
c86b5ca

Choose a tag to compare

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!