Skip to content

Commit

Permalink
Updates for 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 24, 2019
1 parent da79628 commit e60be11
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
Original file line number Diff line number Diff line change
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/).

## [1.1.7] 12-23-2019
### Changed
- Behavior when description translation fails to let original DMM description be written to nfo metadata

### Fixed
- Description metadata being set to null when `translate-description` is set to False
- JAVLibrary maker being set in director field when there is no director
- Additional R18 censors

## [1.1.6] 12-19-2019
### Fixed
- `-UpdateThumbs` parameter erroring out on actress written due to missing ReversedFullName
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Javinizer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Javinizer.psm1'

# Version number of this module.
ModuleVersion = '1.1.6'
ModuleVersion = '1.1.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit e60be11

Please sign in to comment.