|
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). |
4 | 4 |
|
| 5 | +## 1.0.1 - 2025-09-13 |
| 6 | + |
| 7 | +* fix(conflict): rename plugin's toolbar to avoid conflicts with QTribu by @Guts in <https://github.com/geotribu/qchat/pull/21> |
| 8 | +* feature(qchat): use system username as default nickname by @Guts in <https://github.com/geotribu/qchat/pull/19> |
| 9 | +* refactor(consistency): move and rename QField plugin installation URL to constants module by @Guts in <https://github.com/geotribu/qchat/pull/22> |
| 10 | +* feature(message): display date tooltip on each message by @gounux in <https://github.com/geotribu/qchat/pull/23> |
| 11 | +* add(docs): how to use env vars to override plugin's preferences by @Guts in <https://github.com/geotribu/qchat/pull/20> |
| 12 | + |
5 | 13 | ## 1.0.0 - 2025-09-03 |
6 | 14 |
|
7 | | -- First QChat non-beta version. |
| 15 | +* First QChat non-beta version. |
8 | 16 |
|
9 | 17 | ## 1.0.0-beta2 - 2025-07-18 |
10 | 18 |
|
11 | | -- Fix websocket behavior when switching channel. |
| 19 | +* Fix websocket behavior when switching channel. |
12 | 20 |
|
13 | 21 | ## 1.0.0-beta1 - 2025-07-15 |
14 | 22 |
|
15 | | -- First release generated with the [QGIS Plugins templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/). |
16 | | -- Port QChat code from the [QTribu plugin](https://github.com/geotribu/qtribu). |
17 | | -- Use `channels` instead of `rooms`. |
18 | | -- Add empty de, es and fr translations. |
19 | | -- Update unique default instance to `qchat.geotribu.net`. |
| 23 | +* First release generated with the [QGIS Plugins templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/). |
| 24 | +* Port QChat code from the [QTribu plugin](https://github.com/geotribu/qtribu). |
| 25 | +* Use `channels` instead of `rooms`. |
| 26 | +* Add empty de, es and fr translations. |
| 27 | +* Update unique default instance to `qchat.geotribu.net`. |
0 commit comments