From 3d252073cb378da94c6c51ba3abc9c4196a51413 Mon Sep 17 00:00:00 2001 From: Seeyabye Date: Mon, 15 May 2023 18:30:45 +0900 Subject: [PATCH] Update to 2.5.17 --- .github/CHANGELOG.md | 8 ++++++++ src/Javinizer/Javinizer.psd1 | 2 +- src/Javinizer/Universal/Repository/javinizergui.ps1 | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 97eec0c..dbfe181 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -5,6 +5,14 @@ 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/). +## [2.5.17] + +### Fixed + +- Fixed an issue with scraping actress on DmmJa for actresses +- Allow continuation of scraping even when some actress thumbnails returned 404. +- Fixed a bug on Invoke-Update + ## [2.5.16] ### Fixed diff --git a/src/Javinizer/Javinizer.psd1 b/src/Javinizer/Javinizer.psd1 index 9a4a998..081bba0 100644 --- a/src/Javinizer/Javinizer.psd1 +++ b/src/Javinizer/Javinizer.psd1 @@ -13,7 +13,7 @@ # Version number of this module. - ModuleVersion = '2.5.16' + ModuleVersion = '2.5.17' # Supported PSEditions # CompatiblePSEditions = @('Core') diff --git a/src/Javinizer/Universal/Repository/javinizergui.ps1 b/src/Javinizer/Universal/Repository/javinizergui.ps1 index cbd6db6..e7ddce5 100644 --- a/src/Javinizer/Universal/Repository/javinizergui.ps1 +++ b/src/Javinizer/Universal/Repository/javinizergui.ps1 @@ -1,4 +1,4 @@ -$cache:guiVersion = '2.5.16-1' +$cache:guiVersion = '2.5.17-1' # Define Javinizer module file paths $cache:modulePath = (Get-InstalledModule -Name Javinizer).InstalledLocation