Skip to content

Releases: craftamap/pluploader

Pluploader 0.5.0-beta.1

06 Oct 12:22
Compare
Choose a tag to compare
Pre-release

This is an prerelease for v0.5.0, which will come soon.
Full changelogs will be released with v0.5.0

pluploader v0.4.1

04 Aug 08:55
Compare
Choose a tag to compare

This is an bugfix release adding some missing dependencies for python 3.6 and 3.7

Pluploader v0.4.0

28 Jul 12:56
63527d8
Compare
Choose a tag to compare

This release adds a bunch of features:

  • Added support for the upm/confluence safe-mode
  • Added better warning when all modules are disabled
  • Added --version flag

Pluploader v0.3.0

23 Jul 11:21
Compare
Choose a tag to compare

This is the first release published to pypi! This means you can use the pluploader with pip install pluploader.

This release adds the following features:

  • Added support for plugin-modules
    • use pluploader info --show-modules to see which modules are enabled or disabled
    • when installing an plugin, the number of enabled plugins is reported. All disabled modules are listed.
  • added context-path support
    • if your confluence has an context-path, it now can be specified using --path /contextpath, e.G. --path /confluence
    • if you want to specify all url-segments at the same time, you can now use --base-url http://localhost:8090/confluence
  • Switched from print to logging to provide logging-levels as well as timestamp support
  • Improved JSON-Decoding (seriously python, why is this so difficult?)
  • --username and --password now default to admin and admin so you don't need to create an .pluprc for every project.
  • Errors while doing requests are now handled properly and give an proper error message