File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,27 @@ Unreleased
1010
1111-->
1212
13+ ## 1.1.0 - 2024-11-19
14+
15+ ### Features and enhancements 🎉
16+
17+ * feature(qchat): auto-reconnect to last room when QGIS starts by @gounux in https://github.com/geotribu/qtribu/pull/209
18+ * feature(qchat): handle users registration by @gounux in https://github.com/geotribu/qtribu/pull/200
19+ * feature(qchat): like message by @gounux in https://github.com/geotribu/qtribu/pull/210
20+ * feature(qchat): re-arrange websocket message to allow image communications by @gounux in https://github.com/geotribu/qtribu/pull/211
21+ * refactor(qchat): use custom tree widget items by @gounux in https://github.com/geotribu/qtribu/pull/212
22+ * feature(qchat): send a geojson layer through websocket by @gounux in https://github.com/geotribu/qtribu/pull/213
23+ * refactor(qchat): use self.settings instead of PlgOptionsManager by @gounux in https://github.com/geotribu/qtribu/pull/217
24+ * ui(qchat): vertically optimize the QChat widget by @gounux in https://github.com/geotribu/qtribu/pull/216
25+ * feature(qchat): send and receive a crs message by @gounux in https://github.com/geotribu/qtribu/pull/219
26+ * feature(qchat): send and receive a bbox message by @gounux in https://github.com/geotribu/qtribu/pull/220
27+ * trad(qchat): add QChat fr translations by @gounux in https://github.com/geotribu/qtribu/pull/222
28+ * 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+ * fix(qchat): add type key check when receiving a message by @gounux in https://github.com/geotribu/qtribu/pull/218
33+
1334## 1.0.0 - 2024-10-11
1435
1536### Bugs fixes 🐛
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ qgisMinimumVersion=3.28
2323qgisMaximumVersion=3.99
2424
2525# versionnement
26- version=1.0 .0
26+ version=1.1 .0
2727changelog=
You can’t perform that action at this time.
0 commit comments