You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operations/releases/release-2025-11.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ These are the release notes of the upcoming release (pull requests merged to the
64
64
-:fire: Integration against the upcoming release (currently `master` branch) is at your own risk
65
65
66
66
## PRs to Categorize
67
+
67
68
-[Bump minor version for release management](https://github.com/livingdocsIO/livingdocs-editor/pull/10441)
68
69
-[Bump minor version for release management](https://github.com/livingdocsIO/livingdocs-server/pull/8564)
69
70
-[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
250
251
251
252
## Features
252
253
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
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.
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
296
340
297
341
#### News Agency Screen Search Results Ordered by Datetime
298
342
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.
300
344
301
345
#### Showing More Reports on News Agency Screens
302
346
@@ -404,6 +448,7 @@ Here is a list of all patches after the release has been announced.
404
448
-[v284.0.6](https://github.com/livingdocsIO/livingdocs-server/releases/tag/v284.0.6): fix(auth): Use accessTokenTtl for serve-image token expiration
405
449
406
450
### Livingdocs Editor Patches
451
+
407
452
-[v121.3.2](https://github.com/livingdocsIO/livingdocs-editor/releases/tag/v121.3.2): fix(media center): Multi select polish
0 commit comments