released v1.2.8

This commit is contained in:
morkt 2015-10-26 03:19:35 +04:00
parent 3bd9883090
commit 97c5849edd
5 changed files with 9 additions and 7 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.11.453")] [assembly: AssemblyVersion ("1.2.12.488")]
[assembly: AssemblyFileVersion ("1.2.11.453")] [assembly: AssemblyFileVersion ("1.2.12.488")]

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.8.110")] [assembly: AssemblyVersion ("1.2.9.114")]
[assembly: AssemblyFileVersion ("1.2.8.110")] [assembly: AssemblyFileVersion ("1.2.9.114")]

View File

@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.7.720")] [assembly: AssemblyVersion ("1.2.8.767")]
[assembly: AssemblyFileVersion ("1.2.7.720")] [assembly: AssemblyFileVersion ("1.2.8.767")]

View File

@ -3,6 +3,8 @@ GARbro
Visual Novels resource browser. Visual Novels resource browser.
Requires .NET Framework v4.5 or newer (https://www.microsoft.com/net)
[Supported formats](http://htmlpreview.github.io/?https://github.com/morkt/GARbro/blob/master/supported.html) [Supported formats](http://htmlpreview.github.io/?https://github.com/morkt/GARbro/blob/master/supported.html)
[Download latest release](https://github.com/morkt/GARbro/releases) [Download latest release](https://github.com/morkt/GARbro/releases)
@ -11,7 +13,7 @@ GUI Hotkeys
----------- -----------
<table> <table>
<tr><td><kbd>Enter</kbd></td><td> Try to open selected file as archive</td></tr> <tr><td><kbd>Enter</kbd></td><td> Try to open selected file as archive -OR- playback audio file</td></tr>
<tr><td><kbd>Ctrl</kbd>+<kbd>E</kbd></td><td> Open current folder in Windows Explorer</td></tr> <tr><td><kbd>Ctrl</kbd>+<kbd>E</kbd></td><td> Open current folder in Windows Explorer</td></tr>
<tr><td><kbd>Backspace</kbd></td><td> Go back</td></tr> <tr><td><kbd>Backspace</kbd></td><td> Go back</td></tr>
<tr><td><kbd>Alt</kbd>+<kbd>&rarr;</kbd></td><td> Go forward</td></tr> <tr><td><kbd>Alt</kbd>+<kbd>&rarr;</kbd></td><td> Go forward</td></tr>

Binary file not shown.