From 7cce10e76900b1212d8e15c2fec798e2ea094bd7 Mon Sep 17 00:00:00 2001 From: jvlflame Date: Sat, 14 Dec 2019 17:50:48 -0800 Subject: [PATCH] Update CHANGELOG and module manifest for release 1.0.0 --- .github/CHANGELOG.md | 8 ++++---- src/Javinizer/Javinizer.psd1 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 96022b32..2c69d3e1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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 @@ -25,7 +25,7 @@ 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 @@ -33,11 +33,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### 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` diff --git a/src/Javinizer/Javinizer.psd1 b/src/Javinizer/Javinizer.psd1 index 59002492..10ce9ba7 100644 --- a/src/Javinizer/Javinizer.psd1 +++ b/src/Javinizer/Javinizer.psd1 @@ -12,7 +12,7 @@ RootModule = 'Javinizer.psm1' # Version number of this module. - ModuleVersion = '0.1.9' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @()