Skip to content

Commit c609792

Browse files
committed
released v1.5.43
1 parent e3ddab1 commit c609792

File tree

8 files changed

+36
-23
lines changed

8 files changed

+36
-23
lines changed

ArcFormats/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.2.46.2082")]
36-
[assembly: AssemblyFileVersion ("1.2.46.2082")]
35+
[assembly: AssemblyVersion ("1.2.47.2120")]
36+
[assembly: AssemblyFileVersion ("1.2.47.2120")]

ArcFormats/Resources/Formats.dat

13.7 KB
Binary file not shown.

Experimental/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.14.35")]
36-
[assembly: AssemblyFileVersion ("1.0.14.35")]
35+
[assembly: AssemblyVersion ("1.0.15.38")]
36+
[assembly: AssemblyFileVersion ("1.0.15.38")]

GUI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany ("mørkt")]
1414
[assembly: AssemblyProduct("GARbro.GUI")]
15-
[assembly: AssemblyCopyright ("Copyright © 2014-2018 mørkt")]
15+
[assembly: AssemblyCopyright ("Copyright © 2014-2019 mørkt")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion ("1.5.42.2807")]
55-
[assembly: AssemblyFileVersion ("1.5.42.2807")]
54+
[assembly: AssemblyVersion ("1.5.43.2857")]
55+
[assembly: AssemblyFileVersion ("1.5.43.2857")]

GameRes/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.5.42.315")]
36-
[assembly: AssemblyFileVersion ("1.5.42.315")]
35+
[assembly: AssemblyVersion ("1.5.43.316")]
36+
[assembly: AssemblyFileVersion ("1.5.43.316")]

Legacy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.8.174")]
36-
[assembly: AssemblyFileVersion ("1.0.8.174")]
35+
[assembly: AssemblyVersion ("1.0.9.183")]
36+
[assembly: AssemblyFileVersion ("1.0.9.183")]

docs/supported.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@
646646
Son of a ☆ Bitch <span class="footnote">ShiinaRio v2.49</span><br/>
647647
Sorcery Jokers<span class="footnote">ShiinaRio v2.50</span><br/>
648648
Stage <span class="footnote">ShiinaRio v2.20</span><br/>
649+
Stellula Eques Codex ~Tasogare no Himekishi~ <span class="footnote">ShiinaRio v2.46</span><br/>
649650
Tanetsuke Mura <span class="footnote">ShiinaRio v2.48</span><br/>
650651
Tantei Shounen A<span class="footnote">some old version, like 2.twenty-something</span><br/>
651652
Tekoire Princess!<span class="footnote">ShiinaRio v2.37</span><br/>
@@ -1519,6 +1520,7 @@
15191520
Kuraibito<br/>
15201521
Mahou Shoujo Nayuta<br/>
15211522
Mouryou no Nie<br/>
1523+
Mugen no Sakura ~Hitsuya-hime Injoku Youshokutan~<br/>
15221524
Natsu Doki! Harem<br/>
15231525
Natsu Koi!<br/>
15241526
Naze ka Kanojo ga Boku ni Ecchi o Sematte Kuru Ken<br/>

docs/version.xml

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<GARbro>
33
<Release>
4-
<Version>1.5.42</Version>
4+
<Version>1.5.43</Version>
55
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
66
<Notes>New formats:
7-
- LNK archives, PRT images and WAF audio
8-
- MCG images and KOE audio
9-
- 'AsuraPak' archives and MTG images
10-
- GHP2 images
11-
- NPP archives
12-
- SWF containers
13-
- FL2 archives and WV1 audio
14-
- TIC and TIM images
15-
- SCP images
16-
- updated KiriKiri and ShiinaRio encryption schemes
7+
- CSAF archives
8+
- CPC archives, ERP images and EZS audio
9+
- GP1 images and PWV audio
10+
- CGD images and ASD archives
11+
- ANI animation frames
12+
- IPT composite images
13+
- ZLK archives
14+
- LPG images
15+
- RAD images
16+
- NPF archives
17+
- BIN+IDX archives
18+
19+
Updated KiriKiri and ShiinaRio encryption schemes.
1720
</Notes>
1821
</Release>
1922
<FormatsData>
20-
<FileVersion>141</FileVersion>
23+
<FileVersion>142</FileVersion>
2124
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
25+
<Requires>
26+
<Assembly Name="ArcFormats" Version="1.2.46.2120"/>
27+
<Assembly Name="GameRes" Version="1.4.26.238"/>
28+
</Requires>
29+
</FormatsData>
30+
<FormatsData>
31+
<FileVersion>141</FileVersion>
32+
<Url>https://github.com/morkt/GARbro/raw/bc315942658151c3c8d28d7976734422f87631da/ArcFormats/Resources/Formats.dat</Url>
2233
<Requires>
2334
<Assembly Name="ArcFormats" Version="1.2.44.2064"/>
2435
<Assembly Name="GameRes" Version="1.4.26.238"/>

0 commit comments

Comments
 (0)