Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/product-overview/desktop-app-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter

#### macOS

- Added support for macOS MDM.
- Added support for [macOS MDM](https://docs.mattermost.com/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.html).

#### Linux

Expand Down
6 changes: 3 additions & 3 deletions source/product-overview/mattermost-v11-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ See [this blog post](https://mattermost.com/blog/mattermost-v11-7-is-now-availab
- Updated license renewal and expiry notification emails with refreshed branding, copy, and layout.
- Added the ability to open channels in a separate popout window, with full channel and right-hand side functionality.
- Dropped support for JS features required by browsers over three years old (reported on webapp and Safari browser).
- Renamed user-visible references from "Custom Profile Attributes" to "User Attributes" across the admin console, error messages, and server translations.
- Renamed user-visible references from "Custom Profile Attributes" to ["User Attributes"](https://docs.mattermost.com/administration-guide/manage/admin/user-attributes.html) across the admin console, error messages, and server translations.
- Added the [ability to handle](https://docs.mattermost.com/administration-guide/onboard/connected-workspaces.html) from which remotes a channel is shared from the channel settings user interface.

#### Administration
Expand Down Expand Up @@ -97,7 +97,7 @@ See [this blog post](https://mattermost.com/blog/mattermost-v11-7-is-now-availab
- Benchmarking test results showed no significant difference: a -0.90% 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.7).

#### Plugins
- Added a pluggable AI Actions Menu to the text editor formatting bar with cascading submenus. Plugins can register custom action items via ``registerAIActionMenuItemComponent``. The existing Rewrite feature is now accessed through this menu.
- Added a pluggable [AI Actions Menu](https://docs.mattermost.com/end-user-guide/collaborate/send-messages.html) to the text editor formatting bar with cascading submenus. Plugins can register custom action items via ``registerAIActionMenuItemComponent``. The existing Rewrite feature is now accessed through this menu.
- Improved response handling for outgoing webhook requests.

### Bug Fixes
Expand Down Expand Up @@ -133,7 +133,7 @@ See [this blog post](https://mattermost.com/blog/mattermost-v11-7-is-now-availab
- Added new API endpoints for the Property System Architecture v2.
- Plugin API: Added new pre-hooks for channel membership, team membership, and channel archiving. Plugins can now intercept operations before they are persisted using three new hooks: ``ChannelMemberWillBeAdded`` (modify or reject a channel member addition), ``TeamMemberWillBeAdded`` (modify or reject a team member addition), and ``ChannelWillBeArchived`` (reject a channel archive).
- Added new API endpoints ``PUT /api/v4/system/e2e/ai_bridge``, ``GET /api/v4/system/e2e/ai_bridge``, and ``DELETE /api/v4/system/e2e/ai_bridge`` for E2E testing of AI features. These endpoints are only accessible when ``EnableTesting`` is true. Refactored internal AI-related logic to use a new ``AgentsBridge`` interface for improved testability. Added new DTOs in ``server/public/model`` for AI bridge information and test helpers.
- Added a new API endpoint ``PUT /api/v4/channels/{channel_id}/members`` that sets the complete membership of a channel in a single call. The endpoint accepts a JSON object with ``members`` (desired user IDs) and an optional ``channel_admins`` (user IDs to designate as channel admins). The server computes the diff against current membership, adds or removes users as needed, and reconciles admin roles. Results are streamed back as NDJSON for progress tracking. Requires system admin permissions.
- Added a new API endpoint ``PUT /api/v4/channels/{channel_id}/members`` that sets the complete membership of a channel in a single call. The endpoint accepts [a JSON object](https://docs.mattermost.com/administration-guide/comply/embedded-json-audit-log-schema.html) with ``members`` (desired user IDs) and an optional ``channel_admins`` (user IDs to designate as channel admins). The server computes the diff against current membership, adds or removes users as needed, and reconciles admin roles. Results are streamed back as NDJSON for progress tracking. Requires system admin permissions.
- Added three new plugin APIs for shared channel sync: ``ReceiveSharedChannelSyncMsg``, ``ReceiveSharedChannelAttachmentSyncMsg``, and ``ReceiveSharedChannelProfileImageSyncMsg``. These allow plugins acting as shared channel remotes to sync posts, reactions, users, file attachments, and profile images into Mattermost, complementing the existing outbound ``OnSharedChannels`` hooks.

### Websocket Event Changes
Expand Down
4 changes: 2 additions & 2 deletions source/product-overview/mobile-app-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Platform and OS scope reflects reported and tested environments and may not repr
- iPhone 8+ devices and later with iOS 16.0+ are [required](https://support.apple.com/en-il/guide/iphone/iphe3fa5df43/16.0/ios/16.0).

### Improvements
- Added mobile support for AI agents including a dedicated agent chat interface, threads list view, and bot selector with profile pictures.
- Added [mobile support](https://docs.mattermost.com/end-user-guide/collaborate/send-messages.html) for AI agents including a dedicated agent chat interface, threads list view, and bot selector with profile pictures.
- **Share feedback** from in-app prompts now opens the Mattermost community forum in the browser.
- Channel banners are now shown in thread views.
- Added the ability to set shared channels from the channel settings.
- Tapping the team name in the channel list header now opens a bottom-sheet menu where users can join another team or leave the current team.
- Tapping the [team name](https://docs.mattermost.com/end-user-guide/collaborate/organize-using-teams.html) in the channel list header now opens a bottom-sheet menu where users can join another team or leave the current team.
- Mobile apps now support multiselect, dynamic search, multi-step dialogs, and dynamic field refresh for Interactive Dialogs, bringing feature parity with the web app.
- The pre-auth secret header name is now always retrieved in lowercase to support HTTP1.1.

Expand Down
Loading