File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ Unreleased
1010
1111-->
1212
13+ ## 1.0.0 - 2024-10-11
14+
15+ ### Bugs fixes 🐛
16+
17+ * fix(qchat): use mp3 instead of ogg by @gounux in < https://github.com/geotribu/qtribu/pull/198 >
18+
19+ ### Features and enhancements 🎉
20+
21+ * improve(qchat): play sound only on mention by @gounux in < https://github.com/geotribu/qtribu/pull/199 >
22+ * update(ui): move misc groupbox to bottom in settings dialog by @Guts in < https://github.com/geotribu/qtribu/pull/205 >
23+ * UI: display avatars right into combobox by @Guts in < https://github.com/geotribu/qtribu/pull/206 >
24+ * update(i18n): refine translation to prepare next stable release by @Guts in < https://github.com/geotribu/qtribu/pull/207 >
25+
26+ ### Tooling 🔧
27+
28+ * update(ci): rm deprecated ` set-output ` command by @Guts in < https://github.com/geotribu/qtribu/pull/203 >
29+
1330## 1.0.0-beta3 - 2024-09-27
1431
1532### Bugs fixes 🐛
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ tracker=https://github.com/geotribu/qtribu/issues/
1818
1919# experimental flag
2020deprecated=False
21- experimental=True
21+ experimental=False
2222qgisMinimumVersion=3.28
2323qgisMaximumVersion=3.99
2424
2525# versionnement
26- version=1.0.0-beta3
26+ version=1.0.0
2727changelog=
You can’t perform that action at this time.
0 commit comments