Skip to content

Commit

Permalink
Update for 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 26, 2020
1 parent d3bdbdf commit ca67eb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ 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.2.4]

### Fixed

- JAVLibrary scraper now works correctly with b49t.com mirror
- Get-CfSession function now successfully accepts the \_\_cfduid, cf_clearance, and browser useragent when scraping from cloudflare protected JAVLibrary site
- Dynamic directory names with trailing periods are now trimmed to resolve terminating error during sort (Thanks @amdishigh)
- Japanese actress names are now correctly added to the format string when `sort.metadata.nfo.actresslanguageja` is true (Thanks @amdishigh)

## [2.2.3]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Javinizer.psd1
Expand Up @@ -13,7 +13,7 @@

# Version number of this module.

ModuleVersion = '2.2.3'
ModuleVersion = '2.2.4'

# Supported PSEditions
# CompatiblePSEditions = @('Core')
Expand Down

0 comments on commit ca67eb0

Please sign in to comment.