Skip to content

build: prepare the next release - #577

Draft
Mik- wants to merge 248 commits into
releasefrom
freeze/beta
Draft

build: prepare the next release#577
Mik- wants to merge 248 commits into
releasefrom
freeze/beta

Conversation

@Mik-

@Mik- Mik- commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

mbgonicus and others added 30 commits April 23, 2026 10:02
* docs: remove unused config in sample
* docs: fix docs URL
* fix: use verifyServer setting from correct ini group
* feat(ui): leave conference via systray menu
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>
* chore(deps): update dependency qtkeychain to v0.16.0

---------

Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: Cajus Pollmeier <cajus@naasa.net>
)

* fix: ignore certain ssl errors when verifyServer is false (webdav)
* chore: user error type out of error object
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* feat(ldap): support configurable contact attribute mapping
* feat(ldap): support configurable avatar attribute
* docs: document LDAP attribute mapping options
---------

Signed-off-by: Daniel Koehler <daniel.koehler@rendsburg.de>
Co-authored-by: Markus Bader <bader@gonicus.de>
Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* chore: sync documentation

---------

Co-authored-by: Markus Bader <mbgonicus@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>
* feat: add initial ical rrule parsing tweaks
Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
…#463)

Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* feat: add rtt message & model

---------

Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: Markus Bader <mbgonicus@users.noreply.github.com>
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
renovate-tokenizer Bot and others added 25 commits July 27, 2026 10:19
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* fix(ui): handle too wide search category labels

* fix: fixed ipc log level on debug run

* chore: keep 10 ipc logs

* refactor: unified label and distances on settings page

* refactor(ui): paddings for chat room list section headers

* refactor: input hint for ChatUserSearch

* refactor(ui): better paddings in create chat room dialog

* fix(ui): respect high dpi ratio for avatars

* fix(ui): fixed bg width of combo box delegates

* feat(ui): tool tips for truncated labels

* refactor: normalize log file names

* refactor: use static_cast for Application cast

* refactor: fixed implicit height of ChatRoomListSectionHeader

* fix: re-added removed a11y properties

* fix: small fixes after code review

* perf: load tooltip handler only on demand

* chore: use bin path as log name base

* fix: fixed removal of or answering to self-send messages

* chore: more mini fixes

---------

Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* fix: do not send requests when IPC is disconnected

* fix: start browser auth again if oauth refresh token expired

* fix: fixed states when ipc client is offline

* refactor: param struct instead of multiple default paremeter for sendRequest

* refactor: smalle fixes after code review

* fix: use after free

* refactor: more fixes and guards in AuthManager

* Use refreshing token

---------

Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* Add commit hash output

* fix: fine tune network reconnects

---------

Co-authored-by: Markus Bader <mbgonicus@users.noreply.github.com>
* fix: persist password for ipc credentials login

* chore(lang): updated de translations
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
* fix: do not try to load messages of unjoined rooms

* fix: show invitation text for room invitation

* chore: update invited message text in room

* refactor: small adjustments for room invitations

* chore: fixed typo

* chore(lang): updated de translation

---------

Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
* chore(ui): put "SIP" in registration fail message

* chore(lang): updated de translation

* chore: fixed typo
* ci: fix semantic release config

* chore(release): 2.4.1 [skip ci]

## [2.4.1](v2.4.0...v2.4.1) (2026-07-31)

### Bug Fixes

* allow multiple CFG and ENV placeholders in config ([#580](#580)) ([58bb5c8](58bb5c8))
* fixed crash because of empty stamp in jtisi message ([#582](#582)) ([075cd00](075cd00))
* initial network state ([#606](#606)) ([4515265](4515265))
* no contact purge on CardDAV error ([#596](#596)) ([ef06791](ef06791))

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: renovate-tokenizer[bot] <192083161+renovate-tokenizer[bot]@users.noreply.github.com>
Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
Mik- and others added 2 commits August 4, 2026 08:39
# [2.5.0-beta.2](v2.5.0-beta.1...v2.5.0-beta.2) (2026-08-04)

### Bug Fixes

* allow multiple CFG and ENV placeholders in config ([#580](#580)) ([ed9f868](ed9f868))
* avoid busy/hangup mixup in certain cases ([#583](#583)) ([9cb86b7](9cb86b7))
* conan openssl mixup ([#612](#612)) ([7957b5f](7957b5f))
* create direct chat room if not exists (via search) ([#624](#624)) ([4dc7ebf](4dc7ebf))
* do not send requests when IPC is disconnected ([#602](#602)) ([2dc88a5](2dc88a5))
* fixed crash because of empty stamp in jtisi message ([#582](#582)) ([b9b6aef](b9b6aef))
* fixed sending typing ping after message has been sent ([#617](#617)) ([3434d5b](3434d5b))
* initial network state ([#606](#606)) ([634406c](634406c))
* markdown fixes; CardDAV SIP subscribable attributes ([#584](#584)) ([0b4811c](0b4811c))
* no contact purge on CardDAV error ([#596](#596)) ([be8842e](be8842e))
* persist matrix pw ([#607](#607)) ([a5aca29](a5aca29))
* remove trailing new line from message ([#605](#605)) ([f09fbc5](f09fbc5))
* room invitations whilst offline ([#610](#610)) ([9fdca81](9fdca81))
* small UI fixes ([#589](#589)) ([5ea1898](5ea1898))
* tiny UI issues ([#597](#597)) ([81ba9e0](81ba9e0))
* ui polish ([#600](#600)) ([7095278](7095278))
* **ui:** better behavior of chat room creation ([#593](#593)) ([150515e](150515e))
* **ui:** escape now closes popups ([#614](#614)) ([ab81b53](ab81b53))
* **ui:** fixed disappearing section headers when leaving room ([#595](#595)) ([7f8f8ca](7f8f8ca))
* **ui:** fixed newlines when editing chat message ([#599](#599)) ([809d270](809d270))
* **ui:** fixed overflowing buttons in LargeImage ([#603](#603)) ([27f8678](27f8678))
* **ui:** make keyboard shortcuts work in web engine ([#615](#615)) ([93494eb](93494eb))
* **ui:** prevent overlapping widgets ([#608](#608)) ([fad8b56](fad8b56))

### Features

* check file size and disallow to large files ([#604](#604)) ([597c475](597c475))
* tag room with "[@room](https://github.com/room)" in message ([#618](#618)) ([8f41407](8f41407))
* **ui:** allow dtmf input in search box ([#609](#609)) ([51788a5](51788a5))

### Performance Improvements

* boost for initial matrix login ([#579](#579)) ([e9b1e3f](e9b1e3f))
@semantic-release-tokenizer

Copy link
Copy Markdown

🎉 This PR is included in version 2.5.0-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants