Skip to content

Commit

Permalink
Prepared for v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebSerafin committed Jun 28, 2020
1 parent 1494737 commit 4dab834
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ADD-Changelog.md
@@ -1,4 +1,10 @@
**Change-log:**
* v4 (4.5.0.0):<br/>
Arma 3 Tools: FileBank integration.<br/>
File operations now use Multi-Threading, which fully utilizes the CPU.<br/>
The Configurator can now run ADD from it's last execution.<br/>
Navigates down 1 or up 5 directories looking for Repository.<br/>

* v4b5 (4.4..):<br/>
Template finding is now multi-threaded.<br/>
User is notified if filter caused empty list.<br/>
Expand All @@ -10,14 +16,18 @@ HelpProvider replaced by ToolTip and Minimize.<br/>
Incorrect switch will cause help page to appear.<br/>
Fixed bug where ADD filtered using full path of template.<br/>
Fixed bug where ADD use local folder for stringtable search.<br/>

* v4b4 (4.4.9.0):<br/>
Fixed bug where ADD was unable to navigate to the StringTable correctly.<br/>

* v4b3 (4.3.8.0):<br/>
File operations now use Multi-Threading, which fully utilizes the CPU.<br/>
Navigates down 1 or up 5 directories looking for Repository.<br/>

* v4b2:<br/>
Valid Map-Templates end in a .map and have a mission.sqm.<br/>
Periods in Map-Templates are preserved.<br/>

* v4b1:<br/>
Arma 3 Tools: FileBank integration.<br/>
The Configurator can now run ADD from it's last execution.<br/>
Expand Down
2 changes: 1 addition & 1 deletion Antistasi Dev Deploy Shared/AssemblyInfo.cs
Expand Up @@ -42,5 +42,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("4.4.14.7")]
[assembly: AssemblyVersion("4.5.0.0")]
[assembly: NeutralResourcesLanguage("en-ZA")]
2 changes: 1 addition & 1 deletion Antistasi Dev Deploy Shared/SharedValues.cs
Expand Up @@ -4,7 +4,7 @@
namespace Antistasi_Dev_Deploy_Shared {
public class ProgramValues {
public class RunTimeValue {
public static string AppVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString() + " (Pre-release v4b5)";
public static string AppVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString() + " (Release v4)";
public static string AppPath = Assembly.GetEntryAssembly().Location;
public static string AppFolder = Path.GetDirectoryName(AppPath);

Expand Down

0 comments on commit 4dab834

Please sign in to comment.