Skip to content

Commit f2df1ab

Browse files
committed
release: bump version to 0.17.0
1 parent a2c48e2 commit f2df1ab

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,68 @@ Unreleased
1010
1111
-->
1212

13+
## 0.17.0 - 2024-05-01
14+
15+
### Features and enhancements 🎉
16+
17+
* Fenêtre contenus Geotribu by @gounux in <https://github.com/geotribu/qtribu/pull/157>
18+
* feature(logs): permet de personnaliser la fenêtre dans laquelle afficher le message de log by @Guts in <https://github.com/geotribu/qtribu/pull/161>
19+
* ui(forms): add message bars to forms by @Guts in <https://github.com/geotribu/qtribu/pull/162>
20+
* feature(authoring): ajoute le compte Mastodon by @Guts in <https://github.com/geotribu/qtribu/pull/164>
21+
* Refactorisation : utilise le Network Requests Manager de QGIS à la place de requests by @Guts in <https://github.com/geotribu/qtribu/pull/165>
22+
* feature(forms): connecte le formulaires de soumission de news by @Guts in <https://github.com/geotribu/qtribu/pull/163>
23+
* UI: amélioration générale du navigateur de contenus by @Guts in <https://github.com/geotribu/qtribu/pull/167>
24+
* UI : MAJ des traductions by @Guts in <https://github.com/geotribu/qtribu/pull/168>
25+
* UI : ajoute une toolbar dédiée au plugin by @Guts in <https://github.com/geotribu/qtribu/pull/169>
26+
* feature(forms): connecte le formulaire d'article au formulaire GitHub by @Guts in <https://github.com/geotribu/qtribu/pull/170>
27+
* UI: changer couleur des logos article et geordp by @gounux in <https://github.com/geotribu/qtribu/pull/171>
28+
29+
### Other Changes
30+
31+
* fix(webviewer): setWindowsTitle was failing when default browser is s… by @Guts in <https://github.com/geotribu/qtribu/pull/166>
32+
33+
### New Contributors
34+
35+
* @gounux made their first contribution in <https://github.com/geotribu/qtribu/pull/157>
36+
37+
----
38+
39+
## 0.16.0 - 2024-03-13
40+
41+
### Bugs fixes 🐛
42+
43+
* ci: fix i18n compilation by @Guts in <https://github.com/geotribu/qtribu/pull/156>
44+
45+
### Features and enhancements 🎉
46+
47+
* QtWebKitWidgets is no longer available by @kikislater in <https://github.com/geotribu/qtribu/pull/99>
48+
* ui: regroupe les liens vers les sites FR de référence dans le menu Aide de QGIS by @Guts in <https://github.com/geotribu/qtribu/pull/153>
49+
* Fonctionnalité : intègre le dernier contenu publié dans le fil d'actualité de QGIS by @Guts in <https://github.com/geotribu/qtribu/pull/154>
50+
* ui: MAJ les traductions by @Guts in <https://github.com/geotribu/qtribu/pull/155>
51+
52+
### Tooling 🔧
53+
54+
* docs: use modern GitHub Actions based workflow by @Guts in <https://github.com/geotribu/qtribu/pull/146>
55+
* ci: upgrade autolabeler to v5 by @Guts in <https://github.com/geotribu/qtribu/pull/149>
56+
* ci: fix qgis tests by @Guts in <https://github.com/geotribu/qtribu/pull/150>
57+
58+
### Documentation 📖
59+
60+
* docs: add sitemap by @Guts in <https://github.com/geotribu/qtribu/pull/147>
61+
62+
### Other Changes
63+
64+
* Outillage: MAJ les dépendances de dév, la config VS Code et les git hooks by @Guts in <https://github.com/geotribu/qtribu/pull/144>
65+
* packaging: pin minimal version of qgis-plugin-ci by @Guts in <https://github.com/geotribu/qtribu/pull/145>
66+
* tooling: add SonarCloud config and badge by @Guts in <https://github.com/geotribu/qtribu/pull/148>
67+
* test: replace semver by packaging by @Guts in <https://github.com/geotribu/qtribu/pull/151>
68+
69+
### New Contributors
70+
71+
* @kikislater made their first contribution in <https://github.com/geotribu/qtribu/pull/99>
72+
73+
----
74+
1375
## 0.15.0 - 2023-08-08
1476

1577
### Features and enhancements 🎉

qtribu/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ qgisMinimumVersion=3.28
2020
qgisMaximumVersion=3.99
2121

2222
# versionnement
23-
version=0.15.0
23+
version=0.17.0
2424
changelog=

0 commit comments

Comments
 (0)