Skip to content

Commit 041511b

Browse files
authored
Merge pull request #244 from geotribu/bump/bump-to-new-version
Bump to v1.2.0
2 parents 6a0f569 + e108690 commit 041511b

File tree

2 files changed

+16
-86
lines changed

2 files changed

+16
-86
lines changed

CHANGELOG.md

Lines changed: 15 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@ Unreleased
1010
1111
-->
1212

13-
## 1.1.0 - 2024-11-19
13+
## 1.2.0 - 2025-06-06
14+
15+
* fix(qchat): disallow connection when no nickname set by @gounux in https://github.com/geotribu/qtribu/pull/228
16+
* fix(qchat): allow to see registered users only if self registered by @gounux in https://github.com/geotribu/qtribu/pull/227
17+
* Tooling: extend ruff git hooks by @Guts in https://github.com/geotribu/qtribu/pull/237
18+
* Packaging : make QTribu compatible with qt6 by @Guts in https://github.com/geotribu/qtribu/pull/208
19+
* feature(qchat): share QML style when sending geojson vector in ws by @gounux in https://github.com/geotribu/qtribu/pull/235
20+
* ui(qtribu): add QChat in QField web menu action by @gounux in https://github.com/geotribu/qtribu/pull/239
21+
* update(project): switch from MIT to GPL2+ license by @Guts in https://github.com/geotribu/qtribu/pull/236
22+
* Add new translations by @gounux in https://github.com/geotribu/qtribu/pull/242
1423

15-
### Features and enhancements 🎉
24+
## 1.1.0 - 2024-11-19
1625

1726
* feature(qchat): auto-reconnect to last room when QGIS starts by @gounux in <https://github.com/geotribu/qtribu/pull/209>
1827
* feature(qchat): handle users registration by @gounux in <https://github.com/geotribu/qtribu/pull/200>
@@ -26,119 +35,69 @@ Unreleased
2635
* feature(qchat): send and receive a bbox message by @gounux in <https://github.com/geotribu/qtribu/pull/220>
2736
* trad(qchat): add QChat fr translations by @gounux in <https://github.com/geotribu/qtribu/pull/222>
2837
* ui(qchat): set fixed height for an image chat item by @gounux in <https://github.com/geotribu/qtribu/pull/221>
29-
30-
### Bugs fixes 🐛
31-
3238
* fix(qchat): add type key check when receiving a message by @gounux in <https://github.com/geotribu/qtribu/pull/218>
3339

3440
## 1.0.0 - 2024-10-11
3541

36-
### Bugs fixes 🐛
37-
3842
* fix(qchat): use mp3 instead of ogg by @gounux in <https://github.com/geotribu/qtribu/pull/198>
39-
40-
### Features and enhancements 🎉
41-
4243
* improve(qchat): play sound only on mention by @gounux in <https://github.com/geotribu/qtribu/pull/199>
4344
* update(ui): move misc groupbox to bottom in settings dialog by @Guts in <https://github.com/geotribu/qtribu/pull/205>
4445
* UI: display avatars right into combobox by @Guts in <https://github.com/geotribu/qtribu/pull/206>
4546
* update(i18n): refine translation to prepare next stable release by @Guts in <https://github.com/geotribu/qtribu/pull/207>
46-
47-
### Tooling 🔧
48-
4947
* update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/geotribu/qtribu/pull/203>
5048

5149
## 1.0.0 - 2024-10-11
5250

53-
### Bugs fixes 🐛
54-
5551
* fix(qchat): use mp3 instead of ogg by @gounux in <https://github.com/geotribu/qtribu/pull/198>
56-
57-
### Features and enhancements 🎉
58-
5952
* improve(qchat): play sound only on mention by @gounux in <https://github.com/geotribu/qtribu/pull/199>
6053
* update(ui): move misc groupbox to bottom in settings dialog by @Guts in <https://github.com/geotribu/qtribu/pull/205>
6154
* UI: display avatars right into combobox by @Guts in <https://github.com/geotribu/qtribu/pull/206>
6255
* update(i18n): refine translation to prepare next stable release by @Guts in <https://github.com/geotribu/qtribu/pull/207>
63-
64-
### Tooling 🔧
65-
6656
* update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/geotribu/qtribu/pull/203>
6757

6858
## 1.0.0-beta3 - 2024-09-27
6959

70-
### Bugs fixes 🐛
71-
7260
* fix(init): remove QChat import outside try/except by @Guts in <https://github.com/geotribu/qtribu/pull/196>
7361
* fix(qchat): no notification on self message mention by @gounux in <https://github.com/geotribu/qtribu/pull/197>
7462

7563
## 1.0.0-beta2 - 2024-09-07
7664

77-
### Tooling 🔧
78-
7965
* update(ci): switch to geotribu user as releases publisher to plugins.qgis.org and use a toiken instead of raw OSGeo password
80-
81-
## Other changes
82-
8366
* update(packaging): add French description by @Guts in <https://github.com/geotribu/qtribu/pull/194>
8467
* update(packaging): add Guilhem as plugin contributor @gounux in <https://github.com/geotribu/qtribu/pull/193>
8568

8669
## 1.0.0-beta1 - 2024-09-07
8770

88-
### Features and enhancements 🎉
89-
9071
* feature: qchat by @gounux in <https://github.com/geotribu/qtribu/pull/182>
9172
* feature: put settings in QScrollArea by @gounux in <https://github.com/geotribu/qtribu/pull/190>
9273

9374
## 0.18.0 - 2024-08-25
9475

95-
### Bugs fixes 🐛
96-
9776
* fix(web_viewer): switch from QtWebKit to QtWebEngine by @lbartoletti in <https://github.com/geotribu/qtribu/pull/186>
98-
99-
### Features and enhancements 🎉
100-
10177
* refacto(rss): remove unused rss reader subclasses by @Guts in <https://github.com/geotribu/qtribu/pull/184>
10278
* Feature: add application folder by @Guts in <https://github.com/geotribu/qtribu/pull/187>
10379
* refactor(rss): move RSS reader to its own folder by @Guts in <https://github.com/geotribu/qtribu/pull/188>
104-
105-
## New Contributors
106-
10780
* @lbartoletti made their first contribution in <https://github.com/geotribu/qtribu/pull/186>
10881

10982
## 0.17.3 - 2024-06-28
11083

111-
### Tooling 🔧
112-
11384
* fix(ci): copy LICENSE file since it's mandatory on official repository by @Guts in <https://github.com/geotribu/qtribu/pull/180>
11485

11586
## 0.17.2 - 2024-06-28
11687

117-
### Features and enhancements 🎉
118-
11988
* Retirer tri des colonnes by @gounux in <https://github.com/geotribu/qtribu/pull/177>
120-
121-
### Documentation 📖
122-
12389
* Doc: packaging by @gounux in <https://github.com/geotribu/qtribu/pull/178>
12490

12591
## 0.17.1 - 2024-05-01
12692

127-
### Bugs fixes 🐛
128-
12993
* fix(form-rdp): LOCAL_CDN_PATH was unreachable by @Guts in <https://github.com/geotribu/qtribu/pull/172>
13094
* UI : corrige les étiquettes copiées/collées du formulaire RDP dans le formulaire article by @Guts in <https://github.com/geotribu/qtribu/pull/174>
13195
* UI : corrige l'autopreview by @Guts in <https://github.com/geotribu/qtribu/pull/176>
132-
133-
### Features and enhancements 🎉
134-
13596
* ui(authoring): supprime la taille minimum pour améliorer l'intégration du widget authoring by @Guts in <https://github.com/geotribu/qtribu/pull/173>
13697
* UI : améliore le redimensionnement automatique des formulaires de soumission by @Guts in <https://github.com/geotribu/qtribu/pull/175>
13798

13899
## 0.17.0 - 2024-05-01
139100

140-
### Features and enhancements 🎉
141-
142101
* Fenêtre contenus Geotribu by @gounux in <https://github.com/geotribu/qtribu/pull/157>
143102
* 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>
144103
* ui(forms): add message bars to forms by @Guts in <https://github.com/geotribu/qtribu/pull/162>
@@ -150,64 +109,35 @@ Unreleased
150109
* UI : ajoute une toolbar dédiée au plugin by @Guts in <https://github.com/geotribu/qtribu/pull/169>
151110
* feature(forms): connecte le formulaire d'article au formulaire GitHub by @Guts in <https://github.com/geotribu/qtribu/pull/170>
152111
* UI: changer couleur des logos article et geordp by @gounux in <https://github.com/geotribu/qtribu/pull/171>
153-
154-
### Other Changes
155-
156112
* fix(webviewer): setWindowsTitle was failing when default browser is s… by @Guts in <https://github.com/geotribu/qtribu/pull/166>
157-
158-
### New Contributors
159-
160113
* @gounux made their first contribution in <https://github.com/geotribu/qtribu/pull/157>
161114

162115
----
163116

164117
## 0.16.0 - 2024-03-13
165118

166-
### Bugs fixes 🐛
167119

168120
* ci: fix i18n compilation by @Guts in <https://github.com/geotribu/qtribu/pull/156>
169-
170-
### Features and enhancements 🎉
171-
172121
* QtWebKitWidgets is no longer available by @kikislater in <https://github.com/geotribu/qtribu/pull/99>
173122
* 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>
174123
* Fonctionnalité : intègre le dernier contenu publié dans le fil d'actualité de QGIS by @Guts in <https://github.com/geotribu/qtribu/pull/154>
175124
* ui: MAJ les traductions by @Guts in <https://github.com/geotribu/qtribu/pull/155>
176-
177-
### Tooling 🔧
178-
179125
* docs: use modern GitHub Actions based workflow by @Guts in <https://github.com/geotribu/qtribu/pull/146>
180126
* ci: upgrade autolabeler to v5 by @Guts in <https://github.com/geotribu/qtribu/pull/149>
181127
* ci: fix qgis tests by @Guts in <https://github.com/geotribu/qtribu/pull/150>
182-
183-
### Documentation 📖
184-
185128
* docs: add sitemap by @Guts in <https://github.com/geotribu/qtribu/pull/147>
186-
187-
### Other Changes
188-
189129
* 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>
190130
* packaging: pin minimal version of qgis-plugin-ci by @Guts in <https://github.com/geotribu/qtribu/pull/145>
191131
* tooling: add SonarCloud config and badge by @Guts in <https://github.com/geotribu/qtribu/pull/148>
192132
* test: replace semver by packaging by @Guts in <https://github.com/geotribu/qtribu/pull/151>
193-
194-
### New Contributors
195-
196133
* @kikislater made their first contribution in <https://github.com/geotribu/qtribu/pull/99>
197134

198-
----
199-
200135
## 0.15.0 - 2023-08-08
201136

202-
### Features and enhancements 🎉
203-
204137
* Formulaire de soumission de news pour les GeoRDP by @Guts in <https://github.com/geotribu/qtribu/pull/84>
205138
* Simplifie le chargement des QgsSettings du plugin dans l'objet des préférences by @Guts in <https://github.com/geotribu/qtribu/pull/91>
206139
* Ajoute un bouton pour réinitialiser les paramètres à leurs valeurs par défaut by @Guts in <https://github.com/geotribu/qtribu/pull/93>
207140
* Change l'URL du site Geotribu by @Guts in <https://github.com/geotribu/qtribu/pull/127>
208-
209-
### Tooling 🔧
210-
211141
* Change to a maintained job to create release by @Guts in <https://github.com/geotribu/qtribu/pull/92>
212142
* CI: use ubuntu-latest (22.04) and fix qt5 install by @Guts in <https://github.com/geotribu/qtribu/pull/111>
213143
* Add ruff and pyupgrade as git hooks by @Guts in <https://github.com/geotribu/qtribu/pull/112>
@@ -318,20 +248,20 @@ Unreleased
318248
* préférences : menu réglages, intégration des options à l'interface de QGIS
319249
* ajout d'une option pour choisir dans quel navigateur internet ouvrir les pages : celui intégré à QGIS ou le navigateur par défaut de l'utilisateur/ice
320250

321-
## [0.2.1] - 2021-03-04
251+
## 0.2.1 - 2021-03-04
322252

323253
* correction d'un import d'un futur module pas encore inclus
324254

325-
## [0.2.0] - 2021-03-04
255+
## 0.2.0 - 2021-03-04
326256

327257
* ajout du raccourci vers l'aide en ligne
328258
* déplacement du menu du plugin dans la catégorie "Web"
329259

330-
## [0.1.1] - 2021-03-03
260+
## 0.1.1 - 2021-03-03
331261

332262
* correction d'un bug avec les versions de Python inférieures à 3.8
333263

334-
## [0.1.0] - 2021-02-28
264+
## 0.1.0 - 2021-02-28
335265

336266
* première version !
337267
* structure du dépôt et outillage de base (modularité, traduction, linter, documentation, packaging...)

qtribu/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ qgisMaximumVersion=3.99
2424
supportsQt6=True
2525

2626
# versionnement
27-
version=1.1.0
27+
version=1.2.0
2828
changelog=

0 commit comments

Comments
 (0)