Skip to content

Commit

Permalink
Update CHANGELOG and manifest for 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 5, 2019
1 parent 65aea58 commit 762af54
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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/).

## [0.1.5]
### Added
- Settings being written in debug output
- T28/T-28 video recognition support
- String replacement for censored words on R18.com
- Error throw messages on unsuccessful download of images/trailer

### Changed
- Non-creation of `extrafanart` directory if no screenshots are downloaded
- More settings defaults to javlibrary
- Python dependency to Python3
- Unix operating systems will now call `python3` rather than `python`
- Removed spaces between ` - ` in part number and trailer

### Fixed
- Genres failing to be written to nfo if first priority setting did not find video
- Actresses failing to be written to the nfo if there was only one actress
- Description translation failing due to unicode errors from Python 2 versions
- Having multipart videos in the sort directory causes non-multipart videos to have part number assigned to it
- JAVLibrary url search fail on first non-matched result
- Set `Test-Path` to literalpath for Unix compatibility
- Titles in directory name failing due to special characters not being removed

## [0.1.4] - 12-3-2019
### Changed
- .NET CultureInfo class conversion to hard coded month values for R18 data scrape
Expand Down
2 changes: 1 addition & 1 deletion 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 = '0.1.4'
ModuleVersion = '0.1.5'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 762af54

Please sign in to comment.