You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,37 @@ Unreleased
16
16
17
17
-->
18
18
19
+
## 0.41.0 - 2026-04-03
20
+
21
+
### Bugs fixes 🐛
22
+
23
+
* fix(docs): subcommands used the 'prog' attribute, hiding the right name by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/768>
24
+
* improve(shortcuts): catch permission errors when creating shortcuts on Windows by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/782>
25
+
* fix(job): value of option "profile_ref" was not correctly retrieved from Plugins Synchronizer job by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/785>
26
+
* fix(docs): use clean version as fallback to fix latest release hyperlink and displayed version by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/786>
27
+
28
+
### Features and enhancements 🎉
29
+
30
+
* improve(ci): move GH Token permissions to job level by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/751>
31
+
* improve(ci): move GH Token permissions to job level by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/752>
32
+
* improve(docs:) cleaning up docstrings and admonitions by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/767>
33
+
* feat(environment variable): add option for path compatibility in QGIS .ini files by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/774>
34
+
* improve(profiles-sync): add files patterns to be ignored during profiles copy by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/778>
35
+
* feat(logs): add --logs-filename and --logs-dir cli option by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/779>
36
+
* feat(plugins): add `upgrade_mode` option to delete plugin folder before upgrade by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/783>
37
+
38
+
### Tooling 🔧
39
+
40
+
* update(tooling): exclude bots from auto release notes by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/743>
41
+
* chore(deps): bump pillow minimal version to 12.1.1 by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/784>
42
+
43
+
### Documentation 📖
44
+
45
+
* update(docs): add Strasbourg Eurométropole as known user by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/746>
46
+
* update(docs): welcome Clermont Auvergne Métropole among actual QDT users by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/775>
47
+
* add(docs): how QDT does to merge QGIS ini files by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/777>
48
+
* add(user): welcome Opale by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/780>
0 commit comments