feat: freeze for next release#436
Draft
Mik- wants to merge 124 commits into
Draft
Conversation
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: Leah Jennebach <jennebach@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
When HeadsetDevice gets destroyed, set m_device to nullptr again, do not dereference it anymore. This fixes potential crashes later on. Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Use GlobalSystemMediaTransportControlsSessionManager to obtain all active media sessions and pause all sessions that can be paused. Resume as-needed. Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Updated translations
* Fix mute/unmute loop * Ask for SIP proxy auth * Re enable litra support * Enhance USB device robustness
* Updated translations * Added more fail codes for auth
* chore: improved date event model handling (wip) * fix: use separate concrete source ids for caldav * fix: actually cancel async eds methods on timeout, refactoring/cleanup --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
…#383) Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* feat: display sip registration status * Tune suspend resume behaviour * Show a different tray icon on registration problems * Remove blocking network connections * Optimization for RTL languages --------- Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de> Co-authored-by: Markus Bader <bader@gonicus.de>
…387) * fix: restore functionality for feeders without network requirements
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
…#389) Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
gonnect uses its own AudioPort and disables pjsip port/device on linux (by using "extern"). Likewise disable it on windows, to make sure the AudioPort is used (only).
Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.23.0...v6.24.1) --- updated-dependencies: - dependency-name: undici dependency-version: 6.24.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Required on windows: After calling show(), also call raise(), otherwise the window shows up behind whatever window(s) is currently visible. This is required for the global shortcut on windows.
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* fix: handle direct pjsip mute again
Fixes the following type of warnings, that local builds and CI runs both emit: ``` ** (flatpak-builder:553): WARNING **: 08:03:36.881: 132:14: '2.17' will be parsed as a number by many YAML parsers ``` See the last occurence of this warning in the CI: https://github.com/gonicus/gonnect/actions/runs/25786376705/job/75740691679 Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* Add configuration for clientIdentifier Build option for MS_APPLICATION_IDENTIFIER for MSGraph OAuth * Added initial signing for Windows package * Adjust README.md * Access clientIdentifier from CI * App / Installer signing experiments * Rename to secerts * Remove duplicate entry * Tweak formatting * Add missing RTT hint * Enable main/release for test signing * ci: optimize workflow runs --------- Co-authored-by: Michael Neuendorf <neuendorf@gonicus.de>
Removed left over /src
Looks like the Windows binaries for 6.11.1 are not available for whatever reason.
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com> Co-authored-by: Mik- <neuendorf@gonicus.de>
* feat: Add template for 1&1 Corresponds to setting up 1&1 VOIP according to the [official instructions]( https://hilfe-center.1und1.de/konfigurationsdaten-internettelefonie). Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> * fix: use TLS transport in 1und1 template Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> --------- Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
# [2.2.0-beta.7](v2.2.0-beta.6...v2.2.0-beta.7) (2026-05-20) ### Bug Fixes * do not show favorites in "most called" list ([#456](#456)) ([8ee676d](8ee676d)) * Ensure correct `tag` value type in flatpak manifest ([#466](#466)) ([3c5412a](3c5412a)) * **ui:** do not treat room names beginning with digits as phone numbers ([#461](#461)) ([75ed3f2](75ed3f2)) ### Features * add template for 1&1 ([#465](#465)) ([865fcd9](865fcd9)) * ical rrule parsing optimization ([#457](#457)) ([c46f066](c46f066)) * rtt ui integration ([#443](#443)) ([62d48f3](62d48f3)) * windows signing ([#462](#462)) ([f7dd63a](f7dd63a))
|
🎉 This PR is included in version 2.2.0-beta.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* Catch "device broken" issues * Also read missing configId * Abort on potentially broken number of contacts
# [2.2.0-beta.8](v2.2.0-beta.7...v2.2.0-beta.8) (2026-05-21) ### Bug Fixes * robustness for media and contacts cache ([#471](#471)) ([d879e1b](d879e1b))
|
🎉 This PR is included in version 2.2.0-beta.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* Clear out URI encoded number input In some cases websites contain broken callto/tel refs that contain URI encoded parts (i.e. %20 for space). Convert these before applying the number cleaner. * Bump conan * test: add tests for URL encoded phone numbers --------- Co-authored-by: Michael Neuendorf <neuendorf@gonicus.de>
CUCM sends a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 and GOnnect signals that it can do flash a=fmtp:101 0-16 CUCM doesn't agree here and simply hangs up. As we've no flash, just disable this feature in pjsip.
* feat: Add Blinkstick busylight support Add support for BlinkStick USB LED devices as busylight option. - Vendor ID: 0x20A0, Product ID: 0x41E5 - Uses HID feature report for RGB Colors - Supports BusylightOnOff and BusylightColor commands - No external library dependencies - Lights up up to 8 LEDs on BlinkStick models (most have below 8) Co-authored-by: HolyCode User <noreply@holycode.local> Co-authored-by: Fabian Thoma <fabian.thoma@west-solution.ch> --------- Co-authored-by: HolyCode User <noreply@holycode.local> Co-authored-by: Fabian Thoma <fabian.thoma@west-solution.ch> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
|
🎉 This PR is included in version 2.2.0-beta.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.