Skip to content

Commit

Permalink
Update for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 14, 2020
1 parent e8600f7 commit f0df0de
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
25 changes: 20 additions & 5 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.0]

### Added
- MGStage scraper
- AVEntertainment scraper
- Enhanced metadata translation functionality
- Multiple fields can now be translated instead of only description
- Support multiple Python translation modules (googletrans, google_trans_new)
- `<DIRECTOR>` is now a supported tag in metadata format strings
- Added a setting to allow for creation of `<credits>` in nfo metadata

### Changed
- Metadata format strings will now be output as "Unknown" for null fields

### Fixed
- MacOS now correctly falls back to `Move-Item` if `mv` command fails
- DmmJa scraper now returns the correct actresses if an English actress name is present
- Javbus scrapers now correctly account for actress first/last name on inconsistent actress pages
- Javlibrary and R18 scrapers now run 40% faster with reduced requests for actress names

## [2.1.6]

### Changed
Expand All @@ -13,7 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- MediaInfo now functions correctly on linux


## [2.1.5]

### Changed
Expand All @@ -36,7 +55,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Jav321Ja now correctly retrieves all genres when scraping (#135)
- Cookies are now prompted for when cloudflare IUAM is detected and a javlibrary url is specified when using -Find


## [2.1.3]

### Added
Expand All @@ -52,7 +70,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Javbus scraper now properly finds uncensored videos when similar search results are found in the censored section
- Maxtitlelength behavior for Japanese titles now do not cut off at the last whitespace character


## [2.1.2]

### Added
Expand Down Expand Up @@ -114,8 +131,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- R18 scraper now properly assigns the genre and label fields for Amateur videos (#108)
- Extra html on the Description field for the DMM scraper is now removed



## [2.0.2]

### Fixed
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ A command-line or GUI based tool to scrape and sort your local Japanese Adult Vi

![Demo](media/demo.gif)
![Demo-GUI](media/demo-gui.jpg)
- [View additional GUI screens here](https://github.com/jvlflame/Javinizer/tree/master/media/gui)
- [View GUI demo video here](https://gfycat.com/spiriteddefenselessgrouper)
- [View GUI screens here](https://github.com/jvlflame/Javinizer/tree/master/media/gui)

## Overview

Expand All @@ -23,7 +24,9 @@ Javinizer currently supports the following scraper sources:
- R18
- Dmm
- Javbus
- Jav123
- Jav321
- AVEntertainment
- MGStage
- DLGetchu

## Installation & Usage
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Javinizer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Version number of this module.

ModuleVersion = '2.1.6'
ModuleVersion = '2.2.0'

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

0 comments on commit f0df0de

Please sign in to comment.