File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 22
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
44
5+ ## 1.1.0 - 2025-11-28
6+
7+ ### Features and enhancements 🎉
8+
9+ * update(ui): new icon by @Guts in https://github.com/geotribu/qchat/pull/30
10+ * feat(ui): ask for confirmation before sending a vector layer to QChat by @gounux in https://github.com/geotribu/qchat/pull/33
11+ * fix(ui): disable sending position on canvas right-clic by @gounux in https://github.com/geotribu/qchat/pull/37
12+ * feat: Add Discord-style slash commands to QChat by @lbartoletti in https://github.com/geotribu/qchat/pull/35
13+ * Cleanier versions for the logo by @sylvainbeo in https://github.com/geotribu/qchat/pull/39
14+
15+ ### Tooling 🔧
16+
17+ * build(deps): bump actions/setup-python from 5 to 6 by @dependabot [ bot] in https://github.com/geotribu/qchat/pull/28
18+ * build(deps): bump actions/labeler from 5 to 6 by @dependabot [ bot] in https://github.com/geotribu/qchat/pull/27
19+ * build(deps): bump actions/download-artifact from 5 to 6 by @dependabot [ bot] in https://github.com/geotribu/qchat/pull/31
20+ * build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot [ bot] in https://github.com/geotribu/qchat/pull/32
21+
22+ ### Documentation 📖
23+
24+ * Documentation: add slash commands by @lbartoletti in https://github.com/geotribu/qchat/pull/40
25+
26+ ### Other Changes
27+
28+ * update(tooling): remove black in favor of ruff format by @Guts in https://github.com/geotribu/qchat/pull/26
29+ * [ pre-commit.ci] pre-commit autoupdate by @pre-commit-ci [ bot] in https://github.com/geotribu/qchat/pull/29
30+ * style(icon): Add CAD icon from cadtools by @lbartoletti in https://github.com/geotribu/qchat/pull/34
31+
32+ ## New Contributors
33+
34+ * @pre-commit-ci [ bot] made their first contribution in https://github.com/geotribu/qchat/pull/29
35+ * @lbartoletti made their first contribution in https://github.com/geotribu/qchat/pull/34
36+ * @sylvainbeo made their first contribution in https://github.com/geotribu/qchat/pull/39
37+
538## 1.0.2 - 2025-09-15
639
740* fix(nickname): make ` getuser ` compliant with qchat by @gounux in < https://github.com/geotribu/qchat/pull/24 >
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ qgisMaximumVersion=4.99
2222supportsQt6=True
2323
2424# versioning
25- version=1.0.2
25+ version=1.2.0-DEV
2626changelog=
You can’t perform that action at this time.
0 commit comments