File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,23 @@ Unreleased
16
16
17
17
-->
18
18
19
+ ## 0.3.0 - 2023-04-20
20
+
21
+ * Add option to enable/disable a toolbar icon by @Guts in < https://github.com/Guts/qgis-plugin-resource-browser/pull/25 >
22
+ * Feature: add context menu to graphical preview by @Guts in < https://github.com/Guts/qgis-plugin-resource-browser/pull/26 >
23
+ * CI: update release workflows by @Guts in < https://github.com/Guts/qgis-plugin-resource-browser/pull/27 >
24
+
19
25
## 0.2.0 - 2023-04-19
20
26
21
- - Add settings shortcut in main UI
22
- - Minor improvments
27
+ * Add settings shortcut in main UI
28
+ * Minor improvments
23
29
24
30
## 0.1.1 - 2023-03-27
25
31
26
- - Fix icon
27
- - Fix deployment through GitHub Actions
32
+ * Fix icon
33
+ * Fix deployment through GitHub Actions
28
34
29
35
## 0.1.0 - 2023-03-27
30
36
31
- - Reuse logic and UI extracted from ENMap-Box plugin
32
- - Generated with the [ QGIS Plugins templater] ( https://oslandia.gitlab.io/qgis/template-qgis-plugin/ )
37
+ * Reuse logic and UI extracted from ENMap-Box plugin
38
+ * Generated with the [ QGIS Plugins templater] ( https://oslandia.gitlab.io/qgis/template-qgis-plugin/ )
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ qgisMinimumVersion=3.28
21
21
qgisMaximumVersion=3.99
22
22
23
23
# versioning
24
- version=0.2 .0
24
+ version=0.3 .0
25
25
changelog=
You can’t perform that action at this time.
0 commit comments