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
+4-94Lines changed: 4 additions & 94 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,28 +12,17 @@ Unreleased
12
12
13
13
## 1.2.0 - 2025-06-06
14
14
15
-
### Bugs fixes 🐛
16
-
17
15
* fix(qchat): disallow connection when no nickname set by @gounux in https://github.com/geotribu/qtribu/pull/228
18
-
19
-
### Features and enhancements 🎉
20
-
21
16
* fix(qchat): allow to see registered users only if self registered by @gounux in https://github.com/geotribu/qtribu/pull/227
22
17
* Tooling: extend ruff git hooks by @Guts in https://github.com/geotribu/qtribu/pull/237
23
18
* Packaging : make QTribu compatible with qt6 by @Guts in https://github.com/geotribu/qtribu/pull/208
24
19
* feature(qchat): share QML style when sending geojson vector in ws by @gounux in https://github.com/geotribu/qtribu/pull/235
25
20
* ui(qtribu): add QChat in QField web menu action by @gounux in https://github.com/geotribu/qtribu/pull/239
26
-
27
-
### Other Changes
28
-
29
21
* update(project): switch from MIT to GPL2+ license by @Guts in https://github.com/geotribu/qtribu/pull/236
30
22
* Add new translations by @gounux in https://github.com/geotribu/qtribu/pull/242
31
23
32
-
33
24
## 1.1.0 - 2024-11-19
34
25
35
-
### Features and enhancements 🎉
36
-
37
26
* feature(qchat): auto-reconnect to last room when QGIS starts by @gounux in <https://github.com/geotribu/qtribu/pull/209>
38
27
* feature(qchat): handle users registration by @gounux in <https://github.com/geotribu/qtribu/pull/200>
39
28
* feature(qchat): like message by @gounux in <https://github.com/geotribu/qtribu/pull/210>
@@ -46,119 +35,69 @@ Unreleased
46
35
* feature(qchat): send and receive a bbox message by @gounux in <https://github.com/geotribu/qtribu/pull/220>
47
36
* trad(qchat): add QChat fr translations by @gounux in <https://github.com/geotribu/qtribu/pull/222>
48
37
* ui(qchat): set fixed height for an image chat item by @gounux in <https://github.com/geotribu/qtribu/pull/221>
49
-
50
-
### Bugs fixes 🐛
51
-
52
38
* fix(qchat): add type key check when receiving a message by @gounux in <https://github.com/geotribu/qtribu/pull/218>
53
39
54
40
## 1.0.0 - 2024-10-11
55
41
56
-
### Bugs fixes 🐛
57
-
58
42
* fix(qchat): use mp3 instead of ogg by @gounux in <https://github.com/geotribu/qtribu/pull/198>
59
-
60
-
### Features and enhancements 🎉
61
-
62
43
* improve(qchat): play sound only on mention by @gounux in <https://github.com/geotribu/qtribu/pull/199>
63
44
* update(ui): move misc groupbox to bottom in settings dialog by @Guts in <https://github.com/geotribu/qtribu/pull/205>
64
45
* UI: display avatars right into combobox by @Guts in <https://github.com/geotribu/qtribu/pull/206>
65
46
* update(i18n): refine translation to prepare next stable release by @Guts in <https://github.com/geotribu/qtribu/pull/207>
66
-
67
-
### Tooling 🔧
68
-
69
47
* update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/geotribu/qtribu/pull/203>
70
48
71
49
## 1.0.0 - 2024-10-11
72
50
73
-
### Bugs fixes 🐛
74
-
75
51
* fix(qchat): use mp3 instead of ogg by @gounux in <https://github.com/geotribu/qtribu/pull/198>
76
-
77
-
### Features and enhancements 🎉
78
-
79
52
* improve(qchat): play sound only on mention by @gounux in <https://github.com/geotribu/qtribu/pull/199>
80
53
* update(ui): move misc groupbox to bottom in settings dialog by @Guts in <https://github.com/geotribu/qtribu/pull/205>
81
54
* UI: display avatars right into combobox by @Guts in <https://github.com/geotribu/qtribu/pull/206>
82
55
* update(i18n): refine translation to prepare next stable release by @Guts in <https://github.com/geotribu/qtribu/pull/207>
83
-
84
-
### Tooling 🔧
85
-
86
56
* update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/geotribu/qtribu/pull/203>
87
57
88
58
## 1.0.0-beta3 - 2024-09-27
89
59
90
-
### Bugs fixes 🐛
91
-
92
60
* fix(init): remove QChat import outside try/except by @Guts in <https://github.com/geotribu/qtribu/pull/196>
93
61
* fix(qchat): no notification on self message mention by @gounux in <https://github.com/geotribu/qtribu/pull/197>
94
62
95
63
## 1.0.0-beta2 - 2024-09-07
96
64
97
-
### Tooling 🔧
98
-
99
65
* update(ci): switch to geotribu user as releases publisher to plugins.qgis.org and use a toiken instead of raw OSGeo password
100
-
101
-
## Other changes
102
-
103
66
* update(packaging): add French description by @Guts in <https://github.com/geotribu/qtribu/pull/194>
104
67
* update(packaging): add Guilhem as plugin contributor @gounux in <https://github.com/geotribu/qtribu/pull/193>
105
68
106
69
## 1.0.0-beta1 - 2024-09-07
107
70
108
-
### Features and enhancements 🎉
109
-
110
71
* feature: qchat by @gounux in <https://github.com/geotribu/qtribu/pull/182>
111
72
* feature: put settings in QScrollArea by @gounux in <https://github.com/geotribu/qtribu/pull/190>
112
73
113
74
## 0.18.0 - 2024-08-25
114
75
115
-
### Bugs fixes 🐛
116
-
117
76
* fix(web_viewer): switch from QtWebKit to QtWebEngine by @lbartoletti in <https://github.com/geotribu/qtribu/pull/186>
118
-
119
-
### Features and enhancements 🎉
120
-
121
77
* refacto(rss): remove unused rss reader subclasses by @Guts in <https://github.com/geotribu/qtribu/pull/184>
122
78
* Feature: add application folder by @Guts in <https://github.com/geotribu/qtribu/pull/187>
123
79
* refactor(rss): move RSS reader to its own folder by @Guts in <https://github.com/geotribu/qtribu/pull/188>
124
-
125
-
## New Contributors
126
-
127
80
*@lbartoletti made their first contribution in <https://github.com/geotribu/qtribu/pull/186>
128
81
129
82
## 0.17.3 - 2024-06-28
130
83
131
-
### Tooling 🔧
132
-
133
84
* fix(ci): copy LICENSE file since it's mandatory on official repository by @Guts in <https://github.com/geotribu/qtribu/pull/180>
134
85
135
86
## 0.17.2 - 2024-06-28
136
87
137
-
### Features and enhancements 🎉
138
-
139
88
* Retirer tri des colonnes by @gounux in <https://github.com/geotribu/qtribu/pull/177>
140
-
141
-
### Documentation 📖
142
-
143
89
* Doc: packaging by @gounux in <https://github.com/geotribu/qtribu/pull/178>
144
90
145
91
## 0.17.1 - 2024-05-01
146
92
147
-
### Bugs fixes 🐛
148
-
149
93
* fix(form-rdp): LOCAL_CDN_PATH was unreachable by @Guts in <https://github.com/geotribu/qtribu/pull/172>
150
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>
151
95
* UI : corrige l'autopreview by @Guts in <https://github.com/geotribu/qtribu/pull/176>
152
-
153
-
### Features and enhancements 🎉
154
-
155
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>
156
97
* UI : améliore le redimensionnement automatique des formulaires de soumission by @Guts in <https://github.com/geotribu/qtribu/pull/175>
157
98
158
99
## 0.17.0 - 2024-05-01
159
100
160
-
### Features and enhancements 🎉
161
-
162
101
* Fenêtre contenus Geotribu by @gounux in <https://github.com/geotribu/qtribu/pull/157>
163
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>
164
103
* ui(forms): add message bars to forms by @Guts in <https://github.com/geotribu/qtribu/pull/162>
@@ -170,64 +109,35 @@ Unreleased
170
109
* UI : ajoute une toolbar dédiée au plugin by @Guts in <https://github.com/geotribu/qtribu/pull/169>
171
110
* feature(forms): connecte le formulaire d'article au formulaire GitHub by @Guts in <https://github.com/geotribu/qtribu/pull/170>
172
111
* UI: changer couleur des logos article et geordp by @gounux in <https://github.com/geotribu/qtribu/pull/171>
173
-
174
-
### Other Changes
175
-
176
112
* fix(webviewer): setWindowsTitle was failing when default browser is s… by @Guts in <https://github.com/geotribu/qtribu/pull/166>
177
-
178
-
### New Contributors
179
-
180
113
*@gounux made their first contribution in <https://github.com/geotribu/qtribu/pull/157>
181
114
182
115
----
183
116
184
117
## 0.16.0 - 2024-03-13
185
118
186
-
### Bugs fixes 🐛
187
119
188
120
* ci: fix i18n compilation by @Guts in <https://github.com/geotribu/qtribu/pull/156>
189
-
190
-
### Features and enhancements 🎉
191
-
192
121
* QtWebKitWidgets is no longer available by @kikislater in <https://github.com/geotribu/qtribu/pull/99>
193
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>
194
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>
195
124
* ui: MAJ les traductions by @Guts in <https://github.com/geotribu/qtribu/pull/155>
196
-
197
-
### Tooling 🔧
198
-
199
125
* docs: use modern GitHub Actions based workflow by @Guts in <https://github.com/geotribu/qtribu/pull/146>
200
126
* ci: upgrade autolabeler to v5 by @Guts in <https://github.com/geotribu/qtribu/pull/149>
201
127
* ci: fix qgis tests by @Guts in <https://github.com/geotribu/qtribu/pull/150>
202
-
203
-
### Documentation 📖
204
-
205
128
* docs: add sitemap by @Guts in <https://github.com/geotribu/qtribu/pull/147>
206
-
207
-
### Other Changes
208
-
209
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>
210
130
* packaging: pin minimal version of qgis-plugin-ci by @Guts in <https://github.com/geotribu/qtribu/pull/145>
211
131
* tooling: add SonarCloud config and badge by @Guts in <https://github.com/geotribu/qtribu/pull/148>
212
132
* test: replace semver by packaging by @Guts in <https://github.com/geotribu/qtribu/pull/151>
213
-
214
-
### New Contributors
215
-
216
133
*@kikislater made their first contribution in <https://github.com/geotribu/qtribu/pull/99>
217
134
218
-
----
219
-
220
135
## 0.15.0 - 2023-08-08
221
136
222
-
### Features and enhancements 🎉
223
-
224
137
* Formulaire de soumission de news pour les GeoRDP by @Guts in <https://github.com/geotribu/qtribu/pull/84>
225
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>
226
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>
227
140
* Change l'URL du site Geotribu by @Guts in <https://github.com/geotribu/qtribu/pull/127>
228
-
229
-
### Tooling 🔧
230
-
231
141
* Change to a maintained job to create release by @Guts in <https://github.com/geotribu/qtribu/pull/92>
232
142
* CI: use ubuntu-latest (22.04) and fix qt5 install by @Guts in <https://github.com/geotribu/qtribu/pull/111>
233
143
* Add ruff and pyupgrade as git hooks by @Guts in <https://github.com/geotribu/qtribu/pull/112>
@@ -338,20 +248,20 @@ Unreleased
338
248
* préférences : menu réglages, intégration des options à l'interface de QGIS
339
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
340
250
341
-
## [0.2.1] - 2021-03-04
251
+
## 0.2.1 - 2021-03-04
342
252
343
253
* correction d'un import d'un futur module pas encore inclus
344
254
345
-
## [0.2.0] - 2021-03-04
255
+
## 0.2.0 - 2021-03-04
346
256
347
257
* ajout du raccourci vers l'aide en ligne
348
258
* déplacement du menu du plugin dans la catégorie "Web"
349
259
350
-
## [0.1.1] - 2021-03-03
260
+
## 0.1.1 - 2021-03-03
351
261
352
262
* correction d'un bug avec les versions de Python inférieures à 3.8
353
263
354
-
## [0.1.0] - 2021-02-28
264
+
## 0.1.0 - 2021-02-28
355
265
356
266
* première version !
357
267
* structure du dépôt et outillage de base (modularité, traduction, linter, documentation, packaging...)
0 commit comments