Skip to content

Commit

Permalink
released v1.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Dec 31, 2017
1 parent 1260586 commit d6b2140
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 19 deletions.
4 changes: 2 additions & 2 deletions ArcFormats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.36.1479")]
[assembly: AssemblyFileVersion ("1.2.36.1479")]
[assembly: AssemblyVersion ("1.2.37.1555")]
[assembly: AssemblyFileVersion ("1.2.37.1555")]
Binary file modified ArcFormats/Resources/Formats.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions Experimental/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.6.26")]
[assembly: AssemblyFileVersion ("1.0.6.26")]
[assembly: AssemblyVersion ("1.0.7.27")]
[assembly: AssemblyFileVersion ("1.0.7.27")]
4 changes: 2 additions & 2 deletions GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.4.32.1939")]
[assembly: AssemblyFileVersion ("1.4.32.1939")]
[assembly: AssemblyVersion ("1.4.33.2080")]
[assembly: AssemblyFileVersion ("1.4.33.2080")]
4 changes: 2 additions & 2 deletions GameRes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.4.33.260")]
[assembly: AssemblyFileVersion ("1.4.33.260")]
[assembly: AssemblyVersion ("1.4.34.265")]
[assembly: AssemblyFileVersion ("1.4.34.265")]
1 change: 1 addition & 0 deletions Legacy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nanami
4 changes: 2 additions & 2 deletions Legacy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion ("1.0.0.22")]
[assembly: AssemblyFileVersion ("1.0.0.22")]
2 changes: 2 additions & 0 deletions docs/supported.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<tr class="odd"><td>data.ami</td><td><tt>AMI</tt></td><td><span class="supported"></span></td><td>-</td><td>Muv-Luv Amaterasu Translation data files</td></tr>
<tr><td>*.arc</td><td><tt>PackFile</tt><br/><tt>BURIKO ARC20</tt></td><td></td><td rowspan="2">BGI/Ethornell</td><td rowspan="2">
11gatsu no Arcadia<br/>
Ao no Kanata no Four Rhythm EXTRA1<br/>
Chou Dengeki Stryker<br/>
Chou Jikuu Bakuren Monogatari ~door pi chu~<br/>
Eiken Kikaku<br/>
Expand Down Expand Up @@ -1616,6 +1617,7 @@
<tr><td>*.cgd<br/>*.bgd<br/>*.chr<br/>*.crgb</td><td>-</td><td></td></tr>
<tr class="last"><td>*.adp4</td><td>-</td><td></td></tr>
<tr class="odd"><td>*.vfs</td><td><tt>VFS File</tt></td><td></td><td>VNSystem</td><td>
Cherry Works ~Boku ga Imouto o Daita Riyuu~<br/>
Seika no Mori<br/>
</td></tr>
<tr><td>*.gd</td><td><tt>GD2</tt><br/><tt>GD3</tt></td><td></td><td rowspan="2">C4</td><td rowspan="2">
Expand Down
25 changes: 16 additions & 9 deletions docs/version.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<GARbro>
<Release>
<Version>1.4.32</Version>
<Version>1.4.33</Version>
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
<Notes>New formats:
- LunaSoft PAC archives
- FGA archives
- 'RepiPack' archives
- ALO images and VZY audio
- 'fPK2' archives
- updated RPA archives support
- more KiriKiri and Csystem encryption schemes
- CPZ7 archives
- Unity resource assets
- RPG Maker archives
- Tamamo PCK archives
- 'UK' archives and GPC images
- DPK archives and DBM images
- AliceSoft PMS images
- Bishop PK archives and GSA images
- CAF archives and CFP images
- XPK1 archives
- DNS archives and YP images
- TLZ archives and MAG images
- DDS DXT1 textures
- More KiriKiri and ShiinaRio encryption schemes
</Notes>
</Release>
<FormatsData>
<FileVersion>92</FileVersion>
<FileVersion>94</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
<Requires>
<Assembly Name="ArcFormats" Version="1.2.36.1546"/>
Expand Down

0 comments on commit d6b2140

Please sign in to comment.