Releases: 3liz/qgis-plugin-manager
Releases · 3liz/qgis-plugin-manager
1.6.3
1.6.2
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
🐛 Fixed
- Always provide a QGIS version when using
remote
,cache
andsearch
Full changelog between 1.6.0 and 1.6.1: 1.6.0...1.6.1
1.6.0
⭐ 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
⭐ Added
- Add a new
ignorePlugins.list
file to ignore some plugins when using theupgrade
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
🐛 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
🐛 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
⭐ Added
- Add new
--force
or-f
toinstall
andupgrade
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
🐛 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
⭐ 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