[ALL] Feature freeze and version bump

This commit is contained in:
Matt Nadareski
2016-08-26 10:07:01 -07:00
parent 0b306132e9
commit f40adfb88f
2 changed files with 13 additions and 2 deletions

View File

@@ -67,13 +67,24 @@ A simple rebuild-from-DAT tool that allows users to sort from the commandline.
<li>Rebuild from multiple sources</li> <li>Rebuild from multiple sources</li>
<li>Single DAT and output directory support</li> <li>Single DAT and output directory support</li>
<li>Header skipper support</li> <li>Header skipper support</li>
<li>Verify a folder against a DAT (create a fixDat)</li>
<li>Rebuild to TGZ archives</li>
<li>Rebuild to Romba depot</li>
</ul> </ul>
<h3>Power User Tools</h3> <h3>Power User Tools</h3>
This section is for tools that have been requested for a highly specific purpose and are not generally going to be used by regular users. All of them have a possibility of being included in the main DATabase program eventually. This section is for tools that have been requested for a highly specific purpose and are not generally going to be used by regular users. All of them have a possibility of being included in the main DATabase program eventually.
<b>There are no standalone tools that are for power users at this time.</b> <!-- <b>There are no standalone tools that are for power users at this time.</b> -->
<b>TGZTest</b>
<p/>
A simple tool to convert a folder to TGZ, optionally to a specific folder.
<ul>
<li>Optionally delete source files (if possible)</li>
<li>Create a Romba depot from an input folder</li>
</ul>
<h3>Licensing</h3> <h3>Licensing</h3>
<p/> <p/>

View File

@@ -7,7 +7,7 @@ namespace SabreTools.Helper
/// <summary> /// <summary>
/// The current toolset version to be used by all child applications /// The current toolset version to be used by all child applications
/// </summary> /// </summary>
public static string Version = "v0.8.9"; public static string Version = "v0.9.0";
public static int HeaderHeight = 3; public static int HeaderHeight = 3;
// 0-byte file constants // 0-byte file constants