File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
29
## [ 2.5.11]
9
30
10
31
### Fixed
Original file line number Diff line number Diff line change 13
13
14
14
# Version number of this module.
15
15
16
- ModuleVersion = ' 2.5.12 '
16
+ ModuleVersion = ' 2.5.13 '
17
17
18
18
# Supported PSEditions
19
19
# CompatiblePSEditions = @('Core')
Original file line number Diff line number Diff line change 1
- $cache: guiVersion = ' 2.5.12 -1'
1
+ $cache: guiVersion = ' 2.5.13 -1'
2
2
3
3
# Define Javinizer module file paths
4
4
$cache: modulePath = (Get-InstalledModule - Name Javinizer).InstalledLocation
You can’t perform that action at this time.
0 commit comments