Update changelog for bugfix release

This commit is contained in:
WithoutPants 2025-03-20 09:13:19 +11:00
parent 9636ff7c16
commit cc6917f29d
2 changed files with 4 additions and 1 deletions

View file

@ -68,7 +68,7 @@ const Changelog: React.FC = () => {
// after new release:
// add entry to releases, using the current* fields
// then update the current fields.
const currentVersion = stashVersion || "v0.28.0";
const currentVersion = stashVersion || "v0.28.1";
const currentDate = buildDate;
const currentPage = V0280;

View file

@ -25,6 +25,9 @@
### 🐛 Bug fixes
* **[0.28.1]** Fixed scene not playing from sub-second marker position when navigating from markers page. ([#5744](https://github.com/stashapp/stash/pull/5744))
* **[0.28.1]** Fixed URL not being excluded correctly in Studio tagger. ([#5743](https://github.com/stashapp/stash/pull/5743))
* **[0.28.1]** Fixed UI crash when loading saved filter with timestamp criteria. ([#5742](https://github.com/stashapp/stash/pull/5742))
* Fixed errors when scraping stash-box performers with null birthdates. ([#5428](https://github.com/stashapp/stash/pull/5248))
* Fixed video files with identical phashes being merged during scan. ([#5461](https://github.com/stashapp/stash/pull/5461))
* Fixed scraped tags showing the scraped tag name rather than the matched tag name. ([#5462](https://github.com/stashapp/stash/pull/5462))