Skip to content

Commit db6b149

Browse files
committed
feat(release-2025-11): add media center batch actions to trn
1 parent 013ccda commit db6b149

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed
11.7 KB
Loading
10.1 KB
Loading

content/operations/releases/release-2025-11.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ These are the release notes of the upcoming release (pull requests merged to the
6464
- :fire: Integration against the upcoming release (currently `master` branch) is at your own risk
6565

6666
## PRs to Categorize
67+
6768
- [Bump minor version for release management](https://github.com/livingdocsIO/livingdocs-editor/pull/10441)
6869
- [Bump minor version for release management](https://github.com/livingdocsIO/livingdocs-server/pull/8564)
6970
- [Media center batch actions: add sidepanel stack navigation](https://github.com/livingdocsIO/livingdocs-editor/pull/10438)
@@ -250,6 +251,49 @@ Use the [new property `ui.config.modes`](#simplified-li-target-length-and-li-sys
250251

251252
## Features
252253

254+
### Media Library Batch Actions
255+
256+
We are extending the multi-selection functionality within the Media Library.
257+
To improve efficiency when working with Media Library elements (such as images, videos or files), users can now **perform actions on multiple media items simultaneously**.
258+
Additionally, this release introduces two enhancements to the Media Library Dashboard Side Panel.
259+
260+
#### Batch Actions on the Media Library Dashboard
261+
262+
On the Media Library Dashboard, users can select multiple media elements and perform the following actions:
263+
264+
- Download selected elements
265+
- Send selected elements to a document inbox
266+
- Store selected elements in archive / remove selected elements from archive
267+
- Delete selected elements
268+
- Remove selection
269+
270+
{{< img src="release-2025-11-media-library-dashboard-batch-actions.png" alt="Media Library Dashboard Sidepanel" width="400" >}}
271+
272+
Elements can only be deleted if the user has the necessary permissions and the selected items are not stored in the archive.
273+
Elements can only be stored in the archive if the selection does not include archived or revoked items and the user has sufficient permission rights.
274+
275+
**How to select multiple elements:**
276+
277+
- Hold down the `Shift` key and use the arrow keys, or
278+
- Hold down the `Command` key (Mac) / `Ctrl` key (Windows) and click on the desired elements.
279+
- Press `Escape` to clear the selection.
280+
281+
{{< info >}}
282+
To use the _Store in Archive_, _Remove from Archive_ and _Delete_ functionalities, the `use2025behaviour` needs to be enabled. If not configured, instead the legacy _Archive_ functionality will be available.
283+
For more details, see the [2025 Behavior]({{< ref "/guides/media-library/2025-behavior" >}}) guide.
284+
{{< /info >}}
285+
286+
#### Improvements on the Media Library Dashboard Sidepanel
287+
288+
When an element is selected on the Media Library Dashboard, the Side Panel automatically opens.
289+
This panel has been enhanced with the following improvements:
290+
291+
- A saving status indicator now appears in the top-left corner, showing whether an element’s metadata is currently being saved or has already been saved. This behavior is consistent with the Media Library Detail view.
292+
293+
- Users can now navigate between selected items in the Side Panel to review them in more detail - without changing their selection on the main Media Library dashboard.
294+
295+
{{< img src="release-2025-11-media-library-details-panel.png" alt="Media Library Dashboard Sidepanel" width="600" >}}
296+
253297
### News Agency Improvements
254298

255299
This release refines the News Agency module with new metadata properties and user experience improvements.
@@ -296,7 +340,7 @@ In addition, these new properties define the display filter options shown on new
296340

297341
#### News Agency Screen Search Results Ordered by Datetime
298342

299-
Search results on news agency screens are now ordered by datetime instead of relevance. This ensures reports appear in the sequence they were received. Previously, results followed the same relevance-based order used on other dashboards, but feedback showed that for news agency reports, chronological order is more valuable.
343+
Search results on news agency screens are now ordered by datetime instead of relevance. This ensures reports appear in the sequence they were received. Previously, results followed the same relevance-based order used on other dashboards, but feedback showed that for news agency reports, chronological order is more valuable.
300344

301345
#### Showing More Reports on News Agency Screens
302346

@@ -404,6 +448,7 @@ Here is a list of all patches after the release has been announced.
404448
- [v284.0.6](https://github.com/livingdocsIO/livingdocs-server/releases/tag/v284.0.6): fix(auth): Use accessTokenTtl for serve-image token expiration
405449

406450
### Livingdocs Editor Patches
451+
407452
- [v121.3.2](https://github.com/livingdocsIO/livingdocs-editor/releases/tag/v121.3.2): fix(media center): Multi select polish
408453

409454
---

0 commit comments

Comments
 (0)