Skip to content

Commit

Permalink
Add changelog for 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Mar 4, 2025
1 parent a3f8c36 commit bfdc4ba
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui/v2.5/src/components/Changelog/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import V0240 from "src/docs/en/Changelog/v0240.md";
import V0250 from "src/docs/en/Changelog/v0250.md";
import V0260 from "src/docs/en/Changelog/v0260.md";
import V0270 from "src/docs/en/Changelog/v0270.md";
import V0280 from "src/docs/en/Changelog/v0280.md";
import { MarkdownPage } from "../Shared/MarkdownPage";

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

const releases: IStashRelease[] = [
{
Expand All @@ -78,6 +79,11 @@ const Changelog: React.FC = () => {
page: currentPage,
defaultOpen: true,
},
{
version: "v0.27.2",
date: "2024-10-16",
page: V0270,
},
{
version: "v0.26.2",
date: "2024-06-27",
Expand Down
43 changes: 43 additions & 0 deletions ui/v2.5/src/docs/en/Changelog/v0280.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
### ✨ New Features

* Markers now have an optional end time ([#5311](https://github.com/stashapp/stash/pull/5311), [#5633](https://github.com/stashapp/stash/pull/5633))
* Marker times now have sub-second precision ([#5431](https://github.com/stashapp/stash/pull/5431))
* Added Grid view for Markers. ([#5443](https://github.com/stashapp/stash/pull/5443))
* Scene markers can now be filtered and sorted by their duration. ([#5472](https://github.com/stashapp/stash/pull/5472))
* Added custom fields for Performers. ([#5487](https://github.com/stashapp/stash/pull/5487), [#5632](https://github.com/stashapp/stash/pull/5632))
* Added Sort Name to Tags. ([#5531](https://github.com/stashapp/stash/pull/5531))
* Added Image scraping. ([#5562](https://github.com/stashapp/stash/pull/5562))
* It is now possible to configure an API key for a stash scraper source. ([#5474](https://github.com/stashapp/stash/pull/5474))

### 🎨 Improvements

* Changed modifier buttons to be selectable options in object filter selectors. ([#5203](https://github.com/stashapp/stash/pull/5203))
* Changed Group Details images to be a flippable front/back rather than showing both at once. ([#5367](https://github.com/stashapp/stash/pull/5367))
* Stash IDs now have an Updated At field. ([#5259](https://github.com/stashapp/stash/pull/5259))
* Performer Death Date is now fetched from stash-box. ([#5653](https://github.com/stashapp/stash/pull/5653))
* Batch Performer Update now handles Performers merged on stash-box. ([#5664](https://github.com/stashapp/stash/pull/5664))
* ETA is now shown for tasks. ([#5535](https://github.com/stashapp/stash/pull/5535))
* Scene Updated At field is now updated when Interactive Heatmap is generated. ([#5401](https://github.com/stashapp/stash/pull/5401))
* Handy now resyncs automatically. ([#5581](https://github.com/stashapp/stash/pull/5581))

### 🐛 Bug fixes

* 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))
* Fixed unmatched scraped tags appearing in the Tag field when scraping groups. ([#5522](https://github.com/stashapp/stash/pull/5522))
* Fixed issue where creating a new tag from the Tag selector would not update the tags field. ([#5522](https://github.com/stashapp/stash/pull/5522))
* Invalid tagger blacklist entries now show an error message instead of crashing the UI. ([#5497](https://github.com/stashapp/stash/pull/5497))
* Fixed Performer aliases not being excluded when updating from tagger. ([#5566](https://github.com/stashapp/stash/pull/5566)
* Fixed scene scrubber not working correctly in Tagger view. ([#5507](https://github.com/stashapp/stash/pull/5507))
* Fixed Handy script not playing after revisiting scene. ([#5578](https://github.com/stashapp/stash/pull/5578))
* Fixed various Handy playback issues. ([#5576](https://github.com/stashapp/stash/pull/5576))
* Fixed incorrect image being shown in the lightbox when clicking on Group or Performer images in the applicable detail pages. ([#5659](https://github.com/stashapp/stash/pull/5659))
* Saved Filters are now included in full export/import. ([#5465](https://github.com/stashapp/stash/pull/5465))
* Fixed issue where entering text into the setup input fields would defocus the fields. ([#5459](https://github.com/stashapp/stash/pull/5459))
* Fixed race condition when registering plugin custom routes. ([#5523](https://github.com/stashapp/stash/pull/5523))
* Fixed scraping multiple URLs using the mapped scrapers. ([#5677](https://github.com/stashapp/stash/pull/5677))
* Fixed excluded tags not being excluded when identifying scenes. ([#5686](https://github.com/stashapp/stash/pull/5686))
* Fixed Image Wall Margin setting not working correctly. ([#5496](https://github.com/stashapp/stash/pull/5496))
* Fixed scraper errors when scraping from a stash instance. ([#5474](https://github.com/stashapp/stash/pull/5474))
* Fixed duplicate Groups Scene filter criterion option. ([#5504](https://github.com/stashapp/stash/pull/5504))

0 comments on commit bfdc4ba

Please sign in to comment.