Skip to content

Commit

Permalink
Update manifest for 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 19, 2019
1 parent 0d1b025 commit 8f1cab6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@ 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.4]
### Changed
- Throttle limit from 5 --> 15
- `<set>` nfo metadata added by default, `<tag>` still optional

### Fixed
- Most redundant error messages when running multisort with multi-part videos
- Invalid trailer in aggregated object if R18 trailers not found

## [1.1.3] - 12-16-2019
### Changed
- Tag from `Series: <tag>` to `<tag>`

### Fixed
- Null series being added as a tag with `add-series-as-tag` true
- R18 series string not uncensoring censored words
- Additional R18 censored words

### Changed
- Tag from `Series: <tag>` to `<tag>`

## [1.1.2] - 12-15-2019
### Fixed
- Additional issues to writing missing actresses to `r18-thumbs.csv`
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.3'
ModuleVersion = '1.1.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 8f1cab6

Please sign in to comment.