Skip to content

Commit

Permalink
Update CHANGELOG and module manifest for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 15, 2019
1 parent 525ea14 commit 7cce10e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2.0]
## [1.0.0] - 12-14-2019 **Production-ready release**
### Added
- Setting `download-actress-img` to download actress images to video's local `.actors` folder
- Parameter `GetThumbs`, `UpdateThumbs`, and `OpenThumbs` to update r18 actress and thumburl csv file
Expand All @@ -25,19 +25,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Calling a relative destination path errored when running using `-Multi`
- Actress thumburl being ignored for single actress videos if actress priority set as `r18,javlibrary`

## [0.1.9] 12-8-2019
## [0.1.9] - 12-8-2019
### Added
- Parameter `OpenSettings` to open your settings file
- Parameter `Help` to display comment-based help for Javinizer usage

### Fixed
- Single actress sames scraped from R18 with trailing space

## [0.1.8] 12-8-2019
## [0.1.8] - 12-8-2019
### Changed
- Various parts for compatibility with PowerShell Gallery releases

## [0.1.7] 12-8-2019
## [0.1.7] - 12-8-2019
### Added
- Muli-threaded sorting functionality with parameter `Multi`
- Ability to select name order for actress with setting `first-last-name-order`
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 = '0.1.9'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 7cce10e

Please sign in to comment.