diff --git a/ui/v2.5/src/components/Changelog/Changelog.tsx b/ui/v2.5/src/components/Changelog/Changelog.tsx index ef215b66c..ae7937588 100644 --- a/ui/v2.5/src/components/Changelog/Changelog.tsx +++ b/ui/v2.5/src/components/Changelog/Changelog.tsx @@ -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; diff --git a/ui/v2.5/src/docs/en/Changelog/v0280.md b/ui/v2.5/src/docs/en/Changelog/v0280.md index fd568a799..1635c9127 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0280.md +++ b/ui/v2.5/src/docs/en/Changelog/v0280.md @@ -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))