Skip to content

Conversation

@nickvergessen
Copy link
Member

23.0.0-beta.2 – 2026-01-15

Added

Changed

  • Update dependencies
  • Update translations
  • Bots: The object.name was set to an empty string for messages with attachments. This was fixed to be 'message' as for normal messages without any attachments #16724

Fixed

  • fix(chat): Allow getting a single message #16730
  • fix(chat): Don't show chat messages of the old chat when switching to a new chat #16715
  • fix(call): Allow selecting a media device after an error occurred #16699
  • perf(shares): Improve performance for shares #16721 #16655 #16713

22.0.8 – 2026-01-15

Changed

  • Update dependencies
  • Update translations

Fixed

  • fix(chat): Allow getting a single message #16731
  • fix(chat): Don't show chat messages of the old chat when switching to a new chat #16718
  • fix(chat): Don't set the cursor to the end when someone reacts to a message while editing #16633
  • fix(call): Allow selecting a media device after an error occurred #16701
  • fix(call): Allow preparing media devices even when the user has no permissions yet #16682
  • fix(call): Still block mobile clients when call end-to-end encryption is enabled #16674

21.1.8 – 2026-01-15

Changed

  • Update dependencies
  • Update translations

Fixed

  • fix(chat): Allow getting a single message #16732
  • fix(call): Allow selecting a media device after an error occurred #16700
  • fix(call): Still block mobile clients when call end-to-end encryption is enabled #16673

@nickvergessen nickvergessen force-pushed the changelog/21.1.8-22.0.8-23.0.0-beta.2 branch from 3b13fc6 to 725542c Compare January 15, 2026 15:05
@nickvergessen
Copy link
Member Author

/backport! 953105a to stable32

@nickvergessen
Copy link
Member Author

/backport! 953105a to stable31

@backportbot
Copy link

backportbot bot commented Jan 15, 2026

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/16736/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 953105ac

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/16736/stable32

Error: Failed to check for changes with origin/stable32: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot
Copy link

backportbot bot commented Jan 15, 2026

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/16736/stable31

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 953105ac

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/16736/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@nickvergessen nickvergessen merged commit 89b7887 into main Jan 15, 2026
83 checks passed
@nickvergessen nickvergessen deleted the changelog/21.1.8-22.0.8-23.0.0-beta.2 branch January 15, 2026 17:03
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.

3 participants