Skip to content

Commit db50430

Browse files
committed
release: bump version to 1.0.1
1 parent 89d8970 commit db50430

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
44

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+
513
## 1.0.0 - 2025-09-03
614

7-
- First QChat non-beta version.
15+
* First QChat non-beta version.
816

917
## 1.0.0-beta2 - 2025-07-18
1018

11-
- Fix websocket behavior when switching channel.
19+
* Fix websocket behavior when switching channel.
1220

1321
## 1.0.0-beta1 - 2025-07-15
1422

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`.

qchat/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ qgisMaximumVersion=4.99
2222
supportsQt6=True
2323

2424
# versioning
25-
version=1.0.0
25+
version=1.1.0-DEV
2626
changelog=

0 commit comments

Comments
 (0)