Fix URL encoding (#2899)

* Fix URL encoding
* Optimize nullable criterion encoding
This commit is contained in:
DingDongSoLong4
2022-09-16 03:17:19 +02:00
committed by GitHub
parent 593477cbe1
commit 7a75313a1c
8 changed files with 144 additions and 156 deletions

View File

@@ -11,6 +11,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
* Encode reserved characters in query URLs. ([#2899](https://github.com/stashapp/stash/pull/2899))
* 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))