Skip to content

Commit aeeee88

Browse files
committed
release: bump version to 1.0.0
1 parent f83c334 commit aeeee88

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

qtribu/metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ tracker=https://github.com/geotribu/qtribu/issues/
1818

1919
# experimental flag
2020
deprecated=False
21-
experimental=True
21+
experimental=False
2222
qgisMinimumVersion=3.28
2323
qgisMaximumVersion=3.99
2424

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

0 commit comments

Comments
 (0)