diff --git a/ui/v2.5/src/docs/en/Changelog/v0170.md b/ui/v2.5/src/docs/en/Changelog/v0170.md index a0639394e..4a9bd91d7 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0170.md +++ b/ui/v2.5/src/docs/en/Changelog/v0170.md @@ -18,6 +18,7 @@ After migrating, please run a scan on your entire library to populate missing da * Added release notes dialog. ([#2726](https://github.com/stashapp/stash/pull/2726)) ### 🎨 Improvements +* **[0.17.1]** Added Ukrainian language option. * Object titles are now displayed as the file basename if the title is not explicitly set. The `Don't include file extension as part of the title` scan flag is no longer supported. * Optionally show Tag card when hovering over tag badge. ([#2708](https://github.com/stashapp/stash/pull/2708)) * Show default thumbnails for scenes and images where the actual image is not found. ([#2949](https://github.com/stashapp/stash/pull/2949)) @@ -27,6 +28,9 @@ After migrating, please run a scan on your entire library to populate missing da * Moved Changelogs to Settings page. ([#2726](https://github.com/stashapp/stash/pull/2726)) ### 🐛 Bug fixes +* **[0.17.1]** Fix Windows exporting incompatible zip files. ([#3022](https://github.com/stashapp/stash/pull/3022)) +* **[0.17.1]** Fix migration error handling various NULL values. ([#3021](https://github.com/stashapp/stash/pull/3021)) +* **[0.17.1]** Updated translations missed during release. * Fix live transcoded videos hanging at end. ([#2996](https://github.com/stashapp/stash/pull/2996)) * Fix display of scene markers when title is empty. ([#2994](https://github.com/stashapp/stash/pull/2994)) * Fix tag marker count sorting. ([#2993](https://github.com/stashapp/stash/pull/2993))