Skip to content

Commit

Permalink
Update for 2.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Sep 4, 2020
1 parent d179b18 commit e8c962d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0-alpha4]
### Changed
- Greatly improved performance when performing the Javinizer directory search
- Output missing required fields when sort fails

### Fixed
- Series not being set properly in R18 scraper
- Error output during sort caused by invalid path validation during file move
- Resolved errors when downloading metadata files for multi-part videos concurrently
- Properly set the description even if the translation fails when `sort.metadata.nfo.translate: 1`
- Javlibrary scraper now properly sets coverurl to null if the image is invalid
- Setting `regex.match` now applies properly
- Setting `match.minimumfilesize` now applies properly
- `-RenameFile` now applies to `sort.renamefile` properly
- `-MoveToFolder` now applies to `sort.movetofolder` properly
- `-Force` fixed to correctly replace metadata files

## [2.0.0-alpha3]
### Added
- Javinizer now runs multi-threaded by default by use of Invoke-Parallel (Allowed up to 10 threads)
Expand All @@ -21,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `FullName` column added to thumbnail csv - Not required if adding actress manually
- Changed function name `Update-JVThumbs` -> `Update-JVThumbCsv`
- Setting name `sort.metadata.thumbcsv.path` -> `location.thumbcsv`
- Setting name `sort.metadata.genrecsv.path` -> 'location.genrecsv`
- Setting name `sort.metadata.genrecsv.path` -> `location.genrecsv`
- Setting name `admin.log.path` -> `location.log`
- `-Version` parameter output
- Url matches using `-Find` are more intuitive
Expand All @@ -40,7 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Site scrapers now run in asynchronous threads
- Scraping a single movie with -Url now works more intuitively
- Thumbnail csv is improved with both English/Japanese names
- Thumbnail csv now supports multiple actress aliases with '|' delimiter in the Alias column
- Thumbnail csv now supports multiple actress aliases with '|' delimiter in the Alias column
- Thumbnail csv now better matches actresses
- Allow to prefer English or Japanese actress names in metadata
- If a Japanese name is found from site metadata, thumbnail csv will automatically be used to try to match it to its English name and vice-versa
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Javinizer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
ReleaseNotes = 'https://github.com/jvlflame/Javinizer/blob/master/.github/CHANGELOG.md'

# Prerelease string of this module
Prerelease = 'alpha3'
Prerelease = 'alpha4'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $false
Expand Down

0 comments on commit e8c962d

Please sign in to comment.