Add changelog for 0.27 (#5224)

This commit is contained in:
WithoutPants 2024-09-05 16:35:14 +10:00 committed by GitHub
parent 7f1ad30db1
commit 2b288fd67c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 63 additions and 4 deletions

View file

@ -31,6 +31,7 @@ import V0230 from "src/docs/en/Changelog/v0230.md";
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 { MarkdownPage } from "../Shared/MarkdownPage";
const Changelog: React.FC = () => {
@ -66,9 +67,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.26.0";
const currentVersion = stashVersion || "v0.27.0";
const currentDate = buildDate;
const currentPage = V0260;
const currentPage = V0270;
const releases: IStashRelease[] = [
{
@ -77,14 +78,19 @@ const Changelog: React.FC = () => {
page: currentPage,
defaultOpen: true,
},
{
version: "v0.26.2",
date: "2024-06-27",
page: V0260,
},
{
version: "v0.25.1",
date: "2023-03-13",
date: "2024-03-13",
page: V0250,
},
{
version: "v0.24.3",
date: "2023-01-15",
date: "2024-01-15",
page: V0240,
},
{

View file

@ -0,0 +1,53 @@
##### 💥 Note: The Movie concept has been renamed to Group.
##### 💥 Note: Tagger settings have been reset, but are now persisted between browser sessions. `Show male performers` and `Set Tags` are now defaulted to true. Please verify your settings before using the Tagger.
### ✨ New Features
* Movies have been renamed to `Groups` and now may contain orderable sub-groups with descriptions. ([#5105](https://github.com/stashapp/stash/pull/5105))
* Added support for multiple URLs for Performers. ([#4958](https://github.com/stashapp/stash/pull/4958))
* Added ability to set tags on Studios. ([#4858](https://github.com/stashapp/stash/pull/4858))
* Added support for multiple URLs for Groups. ([#4900](https://github.com/stashapp/stash/pull/4900))
* Added ability to set tags on Groups. ([#4969](https://github.com/stashapp/stash/pull/4969))
* Added ability to set a specific image as a Gallery Cover. ([#5182](https://github.com/stashapp/stash/pull/5182))
* Added support for setting default filter for all views. ([#4962](https://github.com/stashapp/stash/pull/4962))
* Added preview scrubber to Gallery cards. ([#5133](https://github.com/stashapp/stash/pull/5133))
* Added support for bulk-editing Tags. ([#4925](https://github.com/stashapp/stash/pull/4925))
* Added filter to Scrapers menu. ([#5041](https://github.com/stashapp/stash/pull/5041))
* Added ability to set the location of ssl certificate files. ([#4910](https://github.com/stashapp/stash/pull/4910))
### 🎨 Improvements
* Added button to view sub-studio/sub-tag content on Studio/Tag details pages. ([#5080](https://github.com/stashapp/stash/pull/5080))
* Made tagger settings persistent. ([#5165](https://github.com/stashapp/stash/pull/5165))
* Added birthdate and age to Performer select. ([#5076](https://github.com/stashapp/stash/pull/5076))
* Made pagination control more compact. ([#4882](https://github.com/stashapp/stash/pull/4882))
* Added filter and count badge to Scraper lists in the `Metadata Providers` page, and improved presentation. ([#5040](https://github.com/stashapp/stash/pull/5040))
* Clicking `Rescan` on the details pages will now properly recalculate file details. ([#5043](https://github.com/stashapp/stash/pull/5043))
* Added performer sorting options for `career length`, `measurements` and `weight`. ([#5129](https://github.com/stashapp/stash/pull/5129))
* Added `path` column option to scene and gallery list tables. ([#5005](https://github.com/stashapp/stash/pull/5005))
* Moved `Reload scrapers` option to top of Scrapers menus. ([#5142](https://github.com/stashapp/stash/pull/5142))
* Added `scene` filter criterion for Scene Marker queries. ([#5097](https://github.com/stashapp/stash/pull/5097))
* Scene Player now allows interacting with the controls before playing video, and errors no longer prevent interacting with the Scene Player. ([#5145](https://github.com/stashapp/stash/pull/5145))
### 🐛 Bug fixes
* Fixed videos and images having incorrect dimensions when the orientation flag is set to a non-default value during scan. ([#5188](https://github.com/stashapp/stash/pull/5188), [#5189](https://github.com/stashapp/stash/pull/5189))
* Fixed mp4 videos being incorrectly transcoded when the file has opus audio codec. ([#5030](https://github.com/stashapp/stash/pull/5030))
* Fixed o-history being imported as view-history when importing from JSON. ([#5127](https://github.com/stashapp/stash/pull/5127))
* Deleting a zip-based or folder-based Gallery and deleting the file/folder now removes files from the existing image if the image has multiple files, instead of removing the image. ([#5213](https://github.com/stashapp/stash/pull/5213))
* Fixed Intel Quicksync hardware encoding support. ([#5069](https://github.com/stashapp/stash/pull/5069))
* Fixed hardware transcoding not working correctly on macOS devices. ([#4945](https://github.com/stashapp/stash/pull/4945))
* Fixed ffmpeg version detection for `n`- prefixed version numbers. ([#5102](https://github.com/stashapp/stash/pull/5102))
* Anonymise now truncates o- and view history data. ([#5166](https://github.com/stashapp/stash/pull/5166))
* Fixed issue where using mouse wheel on numeric input fields would scroll the window in addition to changing the value. ([#5199](https://github.com/stashapp/stash/pull/5199))
* Fixed issue where some o-dates could not be deleted. ([#4971](https://github.com/stashapp/stash/pull/4971))
* Added API key to DASH and HLS manifests. ([#5061](https://github.com/stashapp/stash/pull/5061))
* Query field no longer focused when selecting items in the filter list on touch devices. ([#5204](https://github.com/stashapp/stash/pull/5204))
* Fixed weird scrolling behaviour on Gallery detail page on smaller viewports ([#5205](https://github.com/stashapp/stash/pull/5205))
* Performer popover links now correctly link to the applicable scenes/image/gallery query page instead of always going to scenes. ([#5195](https://github.com/stashapp/stash/pull/5195))
* Fixed red/green/blue slider values in the Scene Filter panel. ([#5221](https://github.com/stashapp/stash/pull/5221))
* Play button no longer appears on file-less Scenes. ([#5141](https://github.com/stashapp/stash/pull/5141))
* Fixed transgender icon colouring. ([#5090](https://github.com/stashapp/stash/pull/5090))
* Refreshed built in freeones scraper. ([#5171](https://github.com/stashapp/stash/pull/5171))
### Plugin API changes
* `PluginAPI.patch.instead` now allows for multiple plugins to hook into a single function. ([#5125](https://github.com/stashapp/stash/pull/5125))