Skip to content

Commit 4ca60a9

Browse files
semantic-release-botMik-
authored andcommitted
chore(release): 2.1.0-beta.1 [skip ci]
# [2.1.0-beta.1](v2.0.8...v2.1.0-beta.1) (2026-02-09) ### Bug Fixes * add missing export for CSV addressbook ([3fd2e92](3fd2e92)) * default setting for mute system forwarding ([#293](#293)) ([4a90bd5](4a90bd5)) * **deps:** update EDS to 3.59.1 ([#285](#285)) ([8e3297b](8e3297b)) * first aid menu improvements ([#283](#283)) ([4680755](4680755)) * init Credentials class in flatpak if no SecretPortal ([#322](#322)) ([cb11ef2](cb11ef2)) * limit active ui edit mode dialogs to one & close on exiting edit mode ([#309](#309)) ([f2904ad](f2904ad)) * local shortcuts and help dialog ([#230](#230)) ([55e2133](55e2133)) * optimize search for pure numbers ([0201a25](0201a25)) * platform updates ([#259](#259)) ([84d515e](84d515e)) * prevent entering of invalid DTMF chars to prevent crash ([#287](#287)) ([42cb3df](42cb3df)) * prevent hold of ongoing call on incoming when busyOnBusy ([#297](#297)) ([e061657](e061657)) * **ui:** copy full url to clipboard not just room name (DateEventsList) ([#218](#218)) ([9452bfa](9452bfa)) * **ui:** do not disable history items in search list (if number) ([#314](#314)) ([c44b1b2](c44b1b2)), closes [#311](#311) * **ui:** fixed selection behaviour in call list ([#271](#271)) ([734c9d8](734c9d8)) * **ui:** jitsi meet chat now cleared when leaving room ([#239](#239)) ([50c6bc5](50c6bc5)) * **ui:** loading of own avatar ([#290](#290)) ([f11c4bc](f11c4bc)), closes [#276](#276) * **ui:** next button in template wizard never enabled ([c11f4ed](c11f4ed)) * **ui:** next button in template wizard never enabled ([#291](#291)) ([3107665](3107665)) * unhold other call when starting conference ([#286](#286)) ([33c43ec](33c43ec)) ### Features * add inhibit to windows ([#280](#280)) ([6e67f93](6e67f93)) * allow pre-processing of search strings ([#274](#274)) ([ac104e4](ac104e4)) * calendar expansion ([#250](#250)) ([9cfdb2d](9cfdb2d)) * do not send notifications for conferences/appointments that have been joined early ([#298](#298)) ([91ce62e](91ce62e)) * dynamic widget pages/dashboards ([#251](#251)) ([829952b](829952b)) * improved handling of full- and multi-day conferences/appointments ([#302](#302)) ([e55f897](e55f897)) * introduce custom widget settings and a new web display widget ([#284](#284)) ([30055e5](30055e5)) * packaging tuner ([#261](#261)) ([6bc1792](6bc1792)) * support more platforms ([#233](#233)) ([19fff59](19fff59)) * toggle whiteboard in jitsi meet ([#235](#235)) ([23df6a2](23df6a2)) * **ui:** automatically select first search item in global search ([#292](#292)) ([117945a](117945a))
1 parent 564f153 commit 4ca60a9

4 files changed

Lines changed: 43 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# [2.1.0-beta.1](https://github.com/gonicus/gonnect/compare/v2.0.8...v2.1.0-beta.1) (2026-02-09)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing export for CSV addressbook ([3fd2e92](https://github.com/gonicus/gonnect/commit/3fd2e92f61b77d4acd018521a12c2820ac050e89))
7+
* default setting for mute system forwarding ([#293](https://github.com/gonicus/gonnect/issues/293)) ([4a90bd5](https://github.com/gonicus/gonnect/commit/4a90bd5656590f70c106badd78946137c97ac9c0))
8+
* **deps:** update EDS to 3.59.1 ([#285](https://github.com/gonicus/gonnect/issues/285)) ([8e3297b](https://github.com/gonicus/gonnect/commit/8e3297b0eb40988bc0bd8d54f7aeed0d765662bb))
9+
* first aid menu improvements ([#283](https://github.com/gonicus/gonnect/issues/283)) ([4680755](https://github.com/gonicus/gonnect/commit/46807554fe6aeb3535d306900c51acf4bb8d7242))
10+
* init Credentials class in flatpak if no SecretPortal ([#322](https://github.com/gonicus/gonnect/issues/322)) ([cb11ef2](https://github.com/gonicus/gonnect/commit/cb11ef20c94a18e4a1c2a178afa79d009f17f330))
11+
* limit active ui edit mode dialogs to one & close on exiting edit mode ([#309](https://github.com/gonicus/gonnect/issues/309)) ([f2904ad](https://github.com/gonicus/gonnect/commit/f2904ad673adba9f4a6694907df244084ce48c9c))
12+
* local shortcuts and help dialog ([#230](https://github.com/gonicus/gonnect/issues/230)) ([55e2133](https://github.com/gonicus/gonnect/commit/55e213300b94cde1a222c8174049661b7dad11ff))
13+
* optimize search for pure numbers ([0201a25](https://github.com/gonicus/gonnect/commit/0201a259bbcbfe2e38ac2034b9c76644d035879f))
14+
* platform updates ([#259](https://github.com/gonicus/gonnect/issues/259)) ([84d515e](https://github.com/gonicus/gonnect/commit/84d515e61d2467ff2b8f3b450c3591e110da09b0))
15+
* prevent entering of invalid DTMF chars to prevent crash ([#287](https://github.com/gonicus/gonnect/issues/287)) ([42cb3df](https://github.com/gonicus/gonnect/commit/42cb3dfd548c8a607db20c3f473f62558e051132))
16+
* prevent hold of ongoing call on incoming when busyOnBusy ([#297](https://github.com/gonicus/gonnect/issues/297)) ([e061657](https://github.com/gonicus/gonnect/commit/e0616576501dfe01cc961345be2505b4674b9b22))
17+
* **ui:** copy full url to clipboard not just room name (DateEventsList) ([#218](https://github.com/gonicus/gonnect/issues/218)) ([9452bfa](https://github.com/gonicus/gonnect/commit/9452bfada7177d4842fd8afc40f3470a48654f21))
18+
* **ui:** do not disable history items in search list (if number) ([#314](https://github.com/gonicus/gonnect/issues/314)) ([c44b1b2](https://github.com/gonicus/gonnect/commit/c44b1b20bc56d88599c6fd05cf8df901b294b0fe)), closes [#311](https://github.com/gonicus/gonnect/issues/311)
19+
* **ui:** fixed selection behaviour in call list ([#271](https://github.com/gonicus/gonnect/issues/271)) ([734c9d8](https://github.com/gonicus/gonnect/commit/734c9d84677facc8d1dc3d345ba1fb3d0008dc66))
20+
* **ui:** jitsi meet chat now cleared when leaving room ([#239](https://github.com/gonicus/gonnect/issues/239)) ([50c6bc5](https://github.com/gonicus/gonnect/commit/50c6bc51d2e700c9f5c0369d0aa13239642fa00b))
21+
* **ui:** loading of own avatar ([#290](https://github.com/gonicus/gonnect/issues/290)) ([f11c4bc](https://github.com/gonicus/gonnect/commit/f11c4bc0817e06c34cdbbc75b044bf8d0c799346)), closes [#276](https://github.com/gonicus/gonnect/issues/276)
22+
* **ui:** next button in template wizard never enabled ([c11f4ed](https://github.com/gonicus/gonnect/commit/c11f4ed24cacc201a58c8847971eedf3cf6ae0fc))
23+
* **ui:** next button in template wizard never enabled ([#291](https://github.com/gonicus/gonnect/issues/291)) ([3107665](https://github.com/gonicus/gonnect/commit/310766560bd0fa8f495524e63261f3bab85d2955))
24+
* unhold other call when starting conference ([#286](https://github.com/gonicus/gonnect/issues/286)) ([33c43ec](https://github.com/gonicus/gonnect/commit/33c43ec6f07a9b76e4e15e33ccbeafb8fa41d49a))
25+
26+
27+
### Features
28+
29+
* add inhibit to windows ([#280](https://github.com/gonicus/gonnect/issues/280)) ([6e67f93](https://github.com/gonicus/gonnect/commit/6e67f938c830738767d5f691084a4e0b2bbd0f3d))
30+
* allow pre-processing of search strings ([#274](https://github.com/gonicus/gonnect/issues/274)) ([ac104e4](https://github.com/gonicus/gonnect/commit/ac104e40c8b30d4a0fba747e400c2d4c2044e768))
31+
* calendar expansion ([#250](https://github.com/gonicus/gonnect/issues/250)) ([9cfdb2d](https://github.com/gonicus/gonnect/commit/9cfdb2d9d52b1c85e846c1f1c55b769679f198e2))
32+
* do not send notifications for conferences/appointments that have been joined early ([#298](https://github.com/gonicus/gonnect/issues/298)) ([91ce62e](https://github.com/gonicus/gonnect/commit/91ce62e9613c5675d2d26fc5eaebc6afc9245f11))
33+
* dynamic widget pages/dashboards ([#251](https://github.com/gonicus/gonnect/issues/251)) ([829952b](https://github.com/gonicus/gonnect/commit/829952b9a0389de1f3a6227f9d7aa76770fce430))
34+
* improved handling of full- and multi-day conferences/appointments ([#302](https://github.com/gonicus/gonnect/issues/302)) ([e55f897](https://github.com/gonicus/gonnect/commit/e55f89735e9e1a0e2a77f8827cab7af34c2c8022))
35+
* introduce custom widget settings and a new web display widget ([#284](https://github.com/gonicus/gonnect/issues/284)) ([30055e5](https://github.com/gonicus/gonnect/commit/30055e5edb007a7463fb0fc628519e1cb74a5ab2))
36+
* packaging tuner ([#261](https://github.com/gonicus/gonnect/issues/261)) ([6bc1792](https://github.com/gonicus/gonnect/commit/6bc1792455d8c67524e99259d953536cc904a219))
37+
* support more platforms ([#233](https://github.com/gonicus/gonnect/issues/233)) ([19fff59](https://github.com/gonicus/gonnect/commit/19fff592caead967c73517deed84d01d4dfbe690))
38+
* toggle whiteboard in jitsi meet ([#235](https://github.com/gonicus/gonnect/issues/235)) ([23df6a2](https://github.com/gonicus/gonnect/commit/23df6a2a11fa3f1eff1316ddd1116ec5e6a8ccf2))
39+
* **ui:** automatically select first search item in global search ([#292](https://github.com/gonicus/gonnect/issues/292)) ([117945a](https://github.com/gonicus/gonnect/commit/117945a6dbfb5b398459117ec87d03c05d571e0d))
40+
141
## [2.0.9](https://github.com/gonicus/gonnect/compare/v2.0.8...v2.0.9) (2026-01-21)
242

343

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.26)
2-
project(GOnnect VERSION 2.0.9 LANGUAGES CXX)
2+
project(GOnnect VERSION 2.0.9.1 LANGUAGES CXX)
33
include(cmake/CCache.cmake)
44
include(cmake/Workarounds.cmake)
55
include(cmake/Versioning.cmake)

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: gonnect-examples
2-
version: 2.0.9
2+
version: 2.1.0-beta.1
33
title: GOnnect examples

resources/flatpak/de.gonicus.gonnect.releases.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<releases>
3+
<release version="2.1.0-beta.1" date="2026-02-09"/>
34
<release version="2.0.9" date="2026-01-21">
45
<description>
56
<p>Bug Fixes:</p>

0 commit comments

Comments
 (0)