Skip to content

Commit 12d0921

Browse files
committed
Merge remote-tracking branch 'origin/master' into MM-67647_add_roles_for_shared_channels
2 parents b44d94d + 6d82c90 commit 12d0921

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

source/deployment-guide/desktop/linux-desktop-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This page describes how to install the Mattermost desktop app on Linux.
4242

4343
.. code-block:: sh
4444
45-
sudo snap install mattermost-desktop --beta
45+
sudo snap install mattermost-desktop
4646
4747
2. Run Mattermost as a desktop app.
4848

source/product-overview/mattermost-v11-changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ If you upgrade from a release earlier than v11.3, please read the other [Importa
4646
- Added CPU cores and total memory to the Support Packet [MM-66840](https://mattermost.atlassian.net/browse/MM-66840).
4747
- Added a new ``MM_LOG_PATH`` environment variable to [restrict log file locations](https://docs.mattermost.com/administration-guide/manage/logging.html#log-path-restrictions). Log files must now be within a configured root directory.
4848

49+
#### Performance
50+
- Benchmarking test results showed no significant difference: a 0.28% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.4).
51+
4952
### Bug Fixes
5053
- Fixed an issue with the behavior of the right‑hand sidebar (RHS) when navigating to global threads. The application now checks the current RHS state and suppresses the sidebar only if it is not showing mentions, search results, or flagged posts [MM-66871](https://mattermost.atlassian.net/browse/MM-66871).
5154
- Fixed an issue where the post list automatically scrolled to the bottom when a user edited a message [MM-64810](https://mattermost.atlassian.net/browse/MM-64810).
@@ -154,7 +157,8 @@ If you upgrade from a release earlier than v11.2, please read the other [Importa
154157
- Updated the AWS SDK dependency [MM-66202](https://mattermost.atlassian.net/browse/MM-66202).
155158

156159
#### Performance
157-
- Improved the performance of the post textbox and fixed typing bugs in the thread popout [MM-66832](https://mattermost.atlassian.net/browse/MM-66832).
160+
- Benchmarking test results showed no significant difference: a 1.61% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.3).
161+
- Improved the performance of the post textbox and fixed typing bugs in the thread popout [MM-66832](https://mattermost.atlassian.net/browse/MM-66832).
158162

159163
### Bug Fixes
160164
- Fixed a translation issue for invalid slash commands to ensure all locales display the correct message.
@@ -269,6 +273,9 @@ If you upgrade from a release earlier than v11.1, please read the other [Importa
269273
- Added ability to create OAuth public clients through the **Integrations** page.
270274
- Added ``http.Flusher`` support to the plugin RPC layer.
271275

276+
#### Performance
277+
- Benchmarking test results showed no significant difference: a 2.62% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.2).
278+
272279
### Bug Fixes
273280
- Fixed a server panic that could occur when patching channel moderations with restricted permissions.
274281
- Fixed the justification of sidebar icons for plugins.
@@ -373,6 +380,9 @@ If you upgrade from a release earlier than v11.0, please read the other [Importa
373380
- Added ``Date`` and ``DateTime`` types for interactive dialogs.
374381
- Added ``MultiForm`` and ``Element`` refresh support for interactive dialogs.
375382

383+
#### Performance
384+
- Benchmarking test results showed no significant difference: a 3.64% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.1).
385+
376386
### Bug Fixes
377387
- Fixed an issue where email address verification for SAML/LDAP users was required when a user’s email address changed.
378388
- Fixed an issue where users could still message each other when not sharing a team, despite the configuration setting stating otherwise.
@@ -512,6 +522,9 @@ If you upgrade from a release earlier than v10.10, please read the other [Import
512522
- Updated mmctl shell completion to fully support zsh, powershell, and fish. Check out ``mmctl completion`` for a guide on how to set it up for your shell.
513523
- Added the ``mmctl cpa`` set of commands to manage Custom Profile Attributes.
514524

525+
#### Performance
526+
- Benchmarking test results showed no significant difference: a 1.34% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.0).
527+
515528
### Bug Fixes
516529
- Fixed an issue where extra date separators were added in search results, pinned posts and saved messages.
517530
- Fixed an issue where MFA warning was thrown in the logs for unauthenticated plugin requests.

0 commit comments

Comments
 (0)