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
+15-85Lines changed: 15 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,18 @@ Unreleased
10
10
11
11
-->
12
12
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
14
23
15
-
### Features and enhancements 🎉
24
+
##1.1.0 - 2024-11-19
16
25
17
26
* feature(qchat): auto-reconnect to last room when QGIS starts by @gounux in <https://github.com/geotribu/qtribu/pull/209>
18
27
* feature(qchat): handle users registration by @gounux in <https://github.com/geotribu/qtribu/pull/200>
@@ -26,119 +35,69 @@ Unreleased
26
35
* feature(qchat): send and receive a bbox message by @gounux in <https://github.com/geotribu/qtribu/pull/220>
27
36
* trad(qchat): add QChat fr translations by @gounux in <https://github.com/geotribu/qtribu/pull/222>
28
37
* 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
-
32
38
* fix(qchat): add type key check when receiving a message by @gounux in <https://github.com/geotribu/qtribu/pull/218>
33
39
34
40
## 1.0.0 - 2024-10-11
35
41
36
-
### Bugs fixes 🐛
37
-
38
42
* fix(qchat): use mp3 instead of ogg by @gounux in <https://github.com/geotribu/qtribu/pull/198>
39
-
40
-
### Features and enhancements 🎉
41
-
42
43
* improve(qchat): play sound only on mention by @gounux in <https://github.com/geotribu/qtribu/pull/199>
43
44
* update(ui): move misc groupbox to bottom in settings dialog by @Guts in <https://github.com/geotribu/qtribu/pull/205>
44
45
* UI: display avatars right into combobox by @Guts in <https://github.com/geotribu/qtribu/pull/206>
45
46
* update(i18n): refine translation to prepare next stable release by @Guts in <https://github.com/geotribu/qtribu/pull/207>
46
-
47
-
### Tooling 🔧
48
-
49
47
* update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/geotribu/qtribu/pull/203>
50
48
51
49
## 1.0.0 - 2024-10-11
52
50
53
-
### Bugs fixes 🐛
54
-
55
51
* fix(qchat): use mp3 instead of ogg by @gounux in <https://github.com/geotribu/qtribu/pull/198>
56
-
57
-
### Features and enhancements 🎉
58
-
59
52
* improve(qchat): play sound only on mention by @gounux in <https://github.com/geotribu/qtribu/pull/199>
60
53
* update(ui): move misc groupbox to bottom in settings dialog by @Guts in <https://github.com/geotribu/qtribu/pull/205>
61
54
* UI: display avatars right into combobox by @Guts in <https://github.com/geotribu/qtribu/pull/206>
62
55
* update(i18n): refine translation to prepare next stable release by @Guts in <https://github.com/geotribu/qtribu/pull/207>
63
-
64
-
### Tooling 🔧
65
-
66
56
* update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/geotribu/qtribu/pull/203>
67
57
68
58
## 1.0.0-beta3 - 2024-09-27
69
59
70
-
### Bugs fixes 🐛
71
-
72
60
* fix(init): remove QChat import outside try/except by @Guts in <https://github.com/geotribu/qtribu/pull/196>
73
61
* fix(qchat): no notification on self message mention by @gounux in <https://github.com/geotribu/qtribu/pull/197>
74
62
75
63
## 1.0.0-beta2 - 2024-09-07
76
64
77
-
### Tooling 🔧
78
-
79
65
* 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
-
83
66
* update(packaging): add French description by @Guts in <https://github.com/geotribu/qtribu/pull/194>
84
67
* update(packaging): add Guilhem as plugin contributor @gounux in <https://github.com/geotribu/qtribu/pull/193>
85
68
86
69
## 1.0.0-beta1 - 2024-09-07
87
70
88
-
### Features and enhancements 🎉
89
-
90
71
* feature: qchat by @gounux in <https://github.com/geotribu/qtribu/pull/182>
91
72
* feature: put settings in QScrollArea by @gounux in <https://github.com/geotribu/qtribu/pull/190>
92
73
93
74
## 0.18.0 - 2024-08-25
94
75
95
-
### Bugs fixes 🐛
96
-
97
76
* fix(web_viewer): switch from QtWebKit to QtWebEngine by @lbartoletti in <https://github.com/geotribu/qtribu/pull/186>
98
-
99
-
### Features and enhancements 🎉
100
-
101
77
* refacto(rss): remove unused rss reader subclasses by @Guts in <https://github.com/geotribu/qtribu/pull/184>
102
78
* Feature: add application folder by @Guts in <https://github.com/geotribu/qtribu/pull/187>
103
79
* refactor(rss): move RSS reader to its own folder by @Guts in <https://github.com/geotribu/qtribu/pull/188>
104
-
105
-
## New Contributors
106
-
107
80
*@lbartoletti made their first contribution in <https://github.com/geotribu/qtribu/pull/186>
108
81
109
82
## 0.17.3 - 2024-06-28
110
83
111
-
### Tooling 🔧
112
-
113
84
* fix(ci): copy LICENSE file since it's mandatory on official repository by @Guts in <https://github.com/geotribu/qtribu/pull/180>
114
85
115
86
## 0.17.2 - 2024-06-28
116
87
117
-
### Features and enhancements 🎉
118
-
119
88
* Retirer tri des colonnes by @gounux in <https://github.com/geotribu/qtribu/pull/177>
120
-
121
-
### Documentation 📖
122
-
123
89
* Doc: packaging by @gounux in <https://github.com/geotribu/qtribu/pull/178>
124
90
125
91
## 0.17.1 - 2024-05-01
126
92
127
-
### Bugs fixes 🐛
128
-
129
93
* fix(form-rdp): LOCAL_CDN_PATH was unreachable by @Guts in <https://github.com/geotribu/qtribu/pull/172>
130
94
* 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>
131
95
* UI : corrige l'autopreview by @Guts in <https://github.com/geotribu/qtribu/pull/176>
132
-
133
-
### Features and enhancements 🎉
134
-
135
96
* 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>
136
97
* UI : améliore le redimensionnement automatique des formulaires de soumission by @Guts in <https://github.com/geotribu/qtribu/pull/175>
137
98
138
99
## 0.17.0 - 2024-05-01
139
100
140
-
### Features and enhancements 🎉
141
-
142
101
* Fenêtre contenus Geotribu by @gounux in <https://github.com/geotribu/qtribu/pull/157>
143
102
* 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>
144
103
* ui(forms): add message bars to forms by @Guts in <https://github.com/geotribu/qtribu/pull/162>
@@ -150,64 +109,35 @@ Unreleased
150
109
* UI : ajoute une toolbar dédiée au plugin by @Guts in <https://github.com/geotribu/qtribu/pull/169>
151
110
* feature(forms): connecte le formulaire d'article au formulaire GitHub by @Guts in <https://github.com/geotribu/qtribu/pull/170>
152
111
* UI: changer couleur des logos article et geordp by @gounux in <https://github.com/geotribu/qtribu/pull/171>
153
-
154
-
### Other Changes
155
-
156
112
* 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
-
160
113
*@gounux made their first contribution in <https://github.com/geotribu/qtribu/pull/157>
161
114
162
115
----
163
116
164
117
## 0.16.0 - 2024-03-13
165
118
166
-
### Bugs fixes 🐛
167
119
168
120
* ci: fix i18n compilation by @Guts in <https://github.com/geotribu/qtribu/pull/156>
169
-
170
-
### Features and enhancements 🎉
171
-
172
121
* QtWebKitWidgets is no longer available by @kikislater in <https://github.com/geotribu/qtribu/pull/99>
173
122
* 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>
174
123
* Fonctionnalité : intègre le dernier contenu publié dans le fil d'actualité de QGIS by @Guts in <https://github.com/geotribu/qtribu/pull/154>
175
124
* ui: MAJ les traductions by @Guts in <https://github.com/geotribu/qtribu/pull/155>
176
-
177
-
### Tooling 🔧
178
-
179
125
* docs: use modern GitHub Actions based workflow by @Guts in <https://github.com/geotribu/qtribu/pull/146>
180
126
* ci: upgrade autolabeler to v5 by @Guts in <https://github.com/geotribu/qtribu/pull/149>
181
127
* ci: fix qgis tests by @Guts in <https://github.com/geotribu/qtribu/pull/150>
182
-
183
-
### Documentation 📖
184
-
185
128
* docs: add sitemap by @Guts in <https://github.com/geotribu/qtribu/pull/147>
186
-
187
-
### Other Changes
188
-
189
129
* 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>
190
130
* packaging: pin minimal version of qgis-plugin-ci by @Guts in <https://github.com/geotribu/qtribu/pull/145>
191
131
* tooling: add SonarCloud config and badge by @Guts in <https://github.com/geotribu/qtribu/pull/148>
192
132
* test: replace semver by packaging by @Guts in <https://github.com/geotribu/qtribu/pull/151>
193
-
194
-
### New Contributors
195
-
196
133
*@kikislater made their first contribution in <https://github.com/geotribu/qtribu/pull/99>
197
134
198
-
----
199
-
200
135
## 0.15.0 - 2023-08-08
201
136
202
-
### Features and enhancements 🎉
203
-
204
137
* Formulaire de soumission de news pour les GeoRDP by @Guts in <https://github.com/geotribu/qtribu/pull/84>
205
138
* Simplifie le chargement des QgsSettings du plugin dans l'objet des préférences by @Guts in <https://github.com/geotribu/qtribu/pull/91>
206
139
* Ajoute un bouton pour réinitialiser les paramètres à leurs valeurs par défaut by @Guts in <https://github.com/geotribu/qtribu/pull/93>
207
140
* Change l'URL du site Geotribu by @Guts in <https://github.com/geotribu/qtribu/pull/127>
208
-
209
-
### Tooling 🔧
210
-
211
141
* Change to a maintained job to create release by @Guts in <https://github.com/geotribu/qtribu/pull/92>
212
142
* CI: use ubuntu-latest (22.04) and fix qt5 install by @Guts in <https://github.com/geotribu/qtribu/pull/111>
213
143
* Add ruff and pyupgrade as git hooks by @Guts in <https://github.com/geotribu/qtribu/pull/112>
@@ -318,20 +248,20 @@ Unreleased
318
248
* préférences : menu réglages, intégration des options à l'interface de QGIS
319
249
* 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
320
250
321
-
## [0.2.1] - 2021-03-04
251
+
## 0.2.1 - 2021-03-04
322
252
323
253
* correction d'un import d'un futur module pas encore inclus
324
254
325
-
## [0.2.0] - 2021-03-04
255
+
## 0.2.0 - 2021-03-04
326
256
327
257
* ajout du raccourci vers l'aide en ligne
328
258
* déplacement du menu du plugin dans la catégorie "Web"
329
259
330
-
## [0.1.1] - 2021-03-03
260
+
## 0.1.1 - 2021-03-03
331
261
332
262
* correction d'un bug avec les versions de Python inférieures à 3.8
333
263
334
-
## [0.1.0] - 2021-02-28
264
+
## 0.1.0 - 2021-02-28
335
265
336
266
* première version !
337
267
* structure du dépôt et outillage de base (modularité, traduction, linter, documentation, packaging...)
0 commit comments