Add 0.21 changelog (#3668)

This commit is contained in:
WithoutPants
2023-04-17 16:37:19 +10:00
committed by GitHub
parent b85c5d928a
commit 2cf73ded83
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
### ✨ New Features
* Added distance parameter to phash filter. ([#3596](https://github.com/stashapp/stash/pull/3596))
### 🎨 Improvements
* Changed source selector menu to require click instead of mouseover. ([#3578](https://github.com/stashapp/stash/pull/3578))
* Updated default studio icon to be consistent with other icons. ([#3577](https://github.com/stashapp/stash/pull/3577))
* Make cards use up the full width of the screen on mobile. ([#3576](https://github.com/stashapp/stash/pull/3576))
* Log errors when a graphql request fails. ([#3562](https://github.com/stashapp/stash/pull/3562))
* Use case insensitive sorting for text based sorting. ([#3560](https://github.com/stashapp/stash/pull/3560))
* Default date sorting in descending order. ([#3560](https://github.com/stashapp/stash/pull/3560))
### 🐛 Bug fixes
* Fixed incorrect Twitter/Instagram URLs sent to stash-box. ([#3579](https://github.com/stashapp/stash/pull/3579))