mirror of https://github.com/stashapp/stash.git
Add hotfix changelogs
This commit is contained in:
parent
0cf06728d4
commit
b8a8909a8e
|
@ -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))
|
* Added release notes dialog. ([#2726](https://github.com/stashapp/stash/pull/2726))
|
||||||
|
|
||||||
### 🎨 Improvements
|
### 🎨 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.
|
* 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))
|
* 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))
|
* 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))
|
* Moved Changelogs to Settings page. ([#2726](https://github.com/stashapp/stash/pull/2726))
|
||||||
|
|
||||||
### 🐛 Bug fixes
|
### 🐛 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 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 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))
|
* Fix tag marker count sorting. ([#2993](https://github.com/stashapp/stash/pull/2993))
|
||||||
|
|
Loading…
Reference in New Issue