Skip to content

Commit e59f3d0

Browse files
authored
bump to v1.1.0 (#223)
1 parent e878ce2 commit e59f3d0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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 🐛

qtribu/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ qgisMinimumVersion=3.28
2323
qgisMaximumVersion=3.99
2424

2525
# versionnement
26-
version=1.0.0
26+
version=1.1.0
2727
changelog=

0 commit comments

Comments
 (0)