[Files Refactor] Cleanup (#2893)

* Clean up notes for develop merge
* Remove commented code
* Lint
This commit is contained in:
WithoutPants
2022-09-07 16:50:15 +10:00
committed by GitHub
parent 9e08edc76f
commit cfc8222b9a
14 changed files with 19 additions and 1240 deletions

View File

@@ -1,13 +1,7 @@
### **Warning:** this is an experimental release. Use at your own risk!
Please ensure you back up your **entire** stash system before using this build. This build should be considered experimental.
After migrating, please run a scan on your entire library to populate missing data, and to ingest identical files which were previously ignored.
Please report all issues to the following Github issue: https://github.com/stashapp/stash/issues/2737
### 💥 Known issues and other changes
* Missing covers are not currently regenerated. Need to consider further, especially around scene cover redesign.
* Missing covers are not currently regenerated.
* Import/export schema has changed and is incompatible with the previous version.
### ✨ New Features

View File

@@ -1,7 +1,3 @@
### **Warning:** this is an experimental release. Use at your own risk!
Please ensure you back up your **entire** stash system before using this build. This build should be considered experimental.
This migration significantly changes the way that stash stores information about your files. This migration is not reversible.
After migrating, please run a scan on your entire library to populate missing data, and to ingest identical files which were previously ignored.

View File

@@ -1 +0,0 @@
### **Warning:** Windows users will need to re-migrate from schema version 31 if they are upgrading from an older `files-refactor` build, or manually change the path separators in the `folders` table from `/` to `\` in the database.

View File

@@ -1,5 +1,4 @@
import v0170 from "./v0170.md";
import r20220826 from "./20220826.md";
export type Module = typeof v0170;
@@ -11,11 +10,7 @@ interface IReleaseNotes {
export const releaseNotes: IReleaseNotes[] = [
{
date: 20220801,
date: 20220906,
content: v0170,
},
{
date: 20220826,
content: r20220826,
},
];

View File

@@ -1,19 +1,10 @@
### **Warning:** this is an experimental release. Use at your own risk!
Please ensure you back up your **entire** stash system before using this build. This build should be considered experimental.
After migrating, please run a scan on your entire library to populate missing data, and to ingest identical files which were previously ignored.
Please report all issues to the following Github issue: https://github.com/stashapp/stash/issues/2737
### **Warning:** if you are upgrading from an older `files-refactor` build, you will need to re-migrate your system from a schema version 31 database.
### 💥 Known issues
* Missing covers are not currently regenerated. Need to consider further, especially around scene cover redesign.
### Other changes:
* Import/export schema has changed and is incompatible with the previous version.
* Added support for filtering and sorting by file count. ([#2744](https://github.com/stashapp/stash/pull/2744))
* Changelog has been moved from the stats page to a section in the Settings page.
* Object titles are now displayed as the file basename if the title is not explicitly set. The `Don't include file extension as part of the title` scan flag is no longer supported.
* `Set name, date, details from embedded file metadata` scan flag is no longer supported. This functionality may be implemented as a built-in scraper in the future.