Skip to content

Releases: 3liz/qgis-plugin-manager

1.6.3

15 May 10:19
57ddc75
Compare
Choose a tag to compare

Fixed

  • Fix packaging issue

1.6.2

15 May 08:46
625da29
Compare
Choose a tag to compare

Added

  • Support for Python 3.12

Changed

  • Change the User-Agent to be compliant with https://plugins.qgis.org
  • Change from X to * for passwords when showing them

1.6.1

06 Jul 12:10
143bd9b
Compare
Choose a tag to compare

🐛 Fixed

  • Always provide a QGIS version when using remote, cache and search

Full changelog between 1.6.0 and 1.6.1: 1.6.0...1.6.1

1.6.0

12 Jun 09:55
be1e5b0
Compare
Choose a tag to compare

⭐ Added

  • Add support for basic authentication when downloading XML and ZIP files which are in a private repository.

Full changelog between 1.5.0 and 1.6.0: 1.5.0...1.6.0

1.5.0

24 Jan 14:34
8ed6c8a
Compare
Choose a tag to compare

⭐ Added

  • Add a new ignorePlugins.list file to ignore some plugins when using the upgrade command.

🐛 Fixed

  • Update the readme about QGIS desktop and plugin activation
  • Catch Python exception if :
    • the remote does not exist when downloading
    • the directory is not writable

Full changelog between 1.4.2 and 1.5.0: 1.4.2...1.5.0

1.4.2

13 Dec 10:56
e770fe9
Compare
Choose a tag to compare

🐛 Fixed

  • Improve compatibility with Windows
  • Improve wording when the QGIS_PLUGINPATH environment variable was used or not

⭐ Added

  • Support for Python 3.11

Full changelog between 1.4.1 and 1.4.2: 1.4.1...1.4.2

1.4.1

08 Nov 20:55
c40a97b
Compare
Choose a tag to compare

🐛 Fixed

  • Fix display of plugin name when the plugin was not found

Full changelog between 1.4.0 and 1.4.1: 1.4.0...1.4.1

1.4.0

02 Nov 13:53
b902363
Compare
Choose a tag to compare

⭐ Added

  • Add new --force or -f to install and upgrade commands

🐛 Fixed

  • Fix QGIS version detection when showing the list of plugin

Full changelog between 1.3.2 and 1.4.0: 1.3.2...1.4.0

1.3.2

27 Oct 17:49
6a4d215
Compare
Choose a tag to compare

🐛 Fixed

  • Regression from 1.3.0 about the update command

Full changelog between 1.3.1 and 1.3.2: 1.3.1...1.3.2

1.3.0

27 Oct 16:13
01fa93a
Compare
Choose a tag to compare

⭐ Added

  • Add a new remove command with the plugin name (not the folder name)
  • New environment variable QGIS_PLUGIN_MANAGER_RESTART_FILE to notify if a restart of QGIS Server is needed
  • Manage ZIP files which are using file: protocol

♻ Changed

  • Do not try to replace QGIS version when installing/upgrading a plugin. This will impact remotes having [VERSION]
    and no QGIS version could be detected at runtime
  • The update is not done anymore automatically when the cache was not present

🐛 Fixed

  • Review some exit codes when using as a CLI tool with Ansible for instance
  • Only install or upgrade plugins if it's needed, compared to the plugin already installed

♻ Changed

  • Bump Python minimum version to 3.7

Full changelog between 1.2.1 and 1.3.0: 1.2.1...1.3.0