From e96a09d9fd5a0dc85741e6d5c66980be8a642d65 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:51:32 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0170.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0170.md b/ui/v2.5/src/docs/en/Changelog/v0170.md index 97131977e..48f6cf876 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0170.md +++ b/ui/v2.5/src/docs/en/Changelog/v0170.md @@ -5,6 +5,8 @@ After migrating, please run a scan on your entire library to populate missing da * Import/export schema has changed and is incompatible with the previous version. ### ✨ New Features +* Added support for setting primary file for scenes, images and galleries. ([#2790](https://github.com/stashapp/stash/pull/2790)) +* Added support for deleting secondary files from scenes, images and galleries. ([#2790](https://github.com/stashapp/stash/pull/2790)) * Added Interface option to abbreviate counts on cards and details pages. ([#2781](https://github.com/stashapp/stash/pull/2781)) * Added description field to Tags. ([#2708](https://github.com/stashapp/stash/pull/2708)) * Added Interface options to include sub-studio/sub-tag content in Studio/Tag pages. ([#2832](https://github.com/stashapp/stash/pull/2832))