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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ Unreleased
16
16
17
17
-->
18
18
19
+
## 0.35.2 - 2024-09-03
20
+
21
+
### Bugs fixes 🐛
22
+
23
+
* fix(downloader): stream option was not propagated to get args by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/550>
24
+
* fix(downloader): `qdt_plugins_to_copy` was not created in force mode by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/551>
25
+
26
+
### Features and enhancements 🎉
27
+
28
+
* add(tooling): helper script to convert png to ico by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/548>
29
+
* improve(downloader): use a custom HTTP transport adapter instead of rough injection by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/549>
30
+
* improve(tests): add scenario to test against plugins downloader in monothread and forced by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/552>
0 commit comments