Update changelog for #745

This commit is contained in:
WithoutPants 2020-08-21 17:58:20 +10:00 committed by GitHub
parent 85aa1d8790
commit 2cdec6bde1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ const markup = `
* Add support for parent/child studios.
### 🎨 Improvements
* Improve sprite generation performance.
* Make preview generation more fault-tolerant.
* Allow clearing of images and querying on missing images.
* Allow free-editing of scene movie number.
@ -43,6 +44,8 @@ const markup = `
* Add reload scrapers button.
### 🐛 Bug fixes
* Fix directories with video name extensions being detected as files to be scanned.
* Fix issues moving generated files between file systems.
* Fix formatted dates using incorrect timezone.
`;