mirror of https://github.com/stashapp/stash.git
Update changelog
This commit is contained in:
parent
7f5f1c7e0d
commit
d558902dfb
|
@ -4,6 +4,14 @@ After migrating, please run a scan on your entire library to populate missing da
|
|||
* Missing covers are not currently regenerated.
|
||||
* Import/export schema has changed and is incompatible with the previous version.
|
||||
|
||||
### 🐛 Bug fixes
|
||||
* Fix continue queue checkbox value not persisting. ([#2895](https://github.com/stashapp/stash/pull/2895))
|
||||
* Fix `autostartVideoOnPlaySelected` option not applying when navigating from scene queue. ([#2896](https://github.com/stashapp/stash/pull/2896))
|
||||
* Fix incorrect gallery value in Scene edit tab after navigating from scene queue. ([#2897](https://github.com/stashapp/stash/pull/2897))
|
||||
* Fix https schema not being used over some https connections. ([#2900](https://github.com/stashapp/stash/pull/2900))
|
||||
* Fix scene files not deleting correctly when streaming over https. ([#2900](https://github.com/stashapp/stash/pull/2900))
|
||||
* Fix panic when custom performer image location is invalid. ([#2894](https://github.com/stashapp/stash/pull/2894))
|
||||
|
||||
### ✨ New Features
|
||||
* Added support for identical files. Identical files are assigned to the same scene/gallery/image and can be viewed in File Info. ([#2676](https://github.com/stashapp/stash/pull/2676))
|
||||
* Added support for filtering and sorting by file count. ([#2744](https://github.com/stashapp/stash/pull/2744))
|
||||
|
@ -12,4 +20,4 @@ After migrating, please run a scan on your entire library to populate missing da
|
|||
### 🎨 Improvements
|
||||
* 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.
|
||||
* `Set name, date, details from embedded file metadata` scan flag is no longer supported. This functionality may be implemented as a built-in scraper in the future.
|
||||
* 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))
|
||||
|
|
Loading…
Reference in New Issue