Skip to content

Commit 0f3e2d7

Browse files
committed
Update to 2.5.13
1 parent b32eb1c commit 0f3e2d7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.github/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [2.5.13]
9+
10+
### Fixed
11+
12+
- Fixed missing TokyoHot for GUI
13+
- Fixed missing R18.dev option for GUI
14+
15+
## [2.5.12]
16+
17+
### Fixed
18+
19+
- Added support for R18.dev
20+
- Updated Module update script to base on master repository
21+
22+
### Fixed
23+
24+
- Fixed missing `sort.renamefolderinplace` in GUI (#353)
25+
- Removed R18 support (#350)
26+
- Fixed javbus screenshot not being recognized (#349)
27+
- Fixed jav321 screenshots not being grabbed correctly (#346)
28+
829
## [2.5.11]
930

1031
### Fixed

src/Javinizer/Javinizer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '2.5.12'
16+
ModuleVersion = '2.5.13'
1717

1818
# Supported PSEditions
1919
# CompatiblePSEditions = @('Core')

src/Javinizer/Universal/Repository/javinizergui.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$cache:guiVersion = '2.5.12-1'
1+
$cache:guiVersion = '2.5.13-1'
22

33
# Define Javinizer module file paths
44
$cache:modulePath = (Get-InstalledModule -Name Javinizer).InstalledLocation

0 commit comments

Comments
 (0)