Skip to content

Commit

Permalink
Hotfix v1.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMN committed Jan 17, 2022
1 parent 0a78bf8 commit 51bfe42
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 314 deletions.
Binary file modified Advanced Installer/Advanced Installer-SetupFiles/ACCsetup.exe
Binary file not shown.
Binary file modified Advanced Installer/Advanced Installer-cache/cacheIndex.txt
Binary file not shown.
6 changes: 3 additions & 3 deletions Advanced Installer/Advanced Installer.aip
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
<ROW Property="BannerBitmap" Value="banner.jpg" MultiBuildValue="DefaultBuild:banner.png" Type="1" MsiKey="BannerBitmap"/>
<ROW Property="DialogBitmap" Value="dialog.jpg" MultiBuildValue="DefaultBuild:dialogbitmap.png" Type="1" MsiKey="DialogBitmap"/>
<ROW Property="Manufacturer" Value="Albert MN."/>
<ROW Property="ProductCode" Value="1033:{92F676B6-F4C0-4553-A7E3-B4361A879488} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{D74C9581-3945-4589-B172-6109390D9E9E} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="AssistantComputerControl"/>
<ROW Property="ProductVersion" Value="1.4.5" Type="32"/>
<ROW Property="ProductVersion" Value="1.4.6" Type="32"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
<ROW Property="UpgradeCode" Value="{8E6F4399-B513-420B-8E11-36837A8550EE}"/>
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
Expand Down Expand Up @@ -387,7 +387,7 @@
<ROW XmlAttribute="Square310x310Logo" XmlElement="DefaultTile" Name="Square310x310Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare310x310Logo.scale100.png"/>
<ROW XmlAttribute="Square44x44Logo" XmlElement="VisualElements" Name="Square44x44Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare44x44Logo.scale100.png"/>
<ROW XmlAttribute="Square71x71Logo" XmlElement="DefaultTile" Name="Square71x71Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare71x71Logo.scale100.png"/>
<ROW XmlAttribute="Version" XmlElement="Identity" Name="Version" Flags="0" Order="0" Value="1.4.5.0"/>
<ROW XmlAttribute="Version" XmlElement="Identity" Name="Version" Flags="0" Order="0" Value="1.4.6.0"/>
<ROW XmlAttribute="Wide310x150Logo" XmlElement="DefaultTile" Name="Wide310x150Logo" Flags="0" Order="0" FileId="AssistantComputerControlWide310x150Logo.scale100.png"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.GenericXmlElementComponent">
Expand Down
2 changes: 1 addition & 1 deletion AssistantComputerControl/AssistantComputerControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.4.5.%2a</ApplicationVersion>
<ApplicationVersion>1.4.6.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions AssistantComputerControl/MainProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

namespace AssistantComputerControl {
class MainProgram {
public const string softwareVersion = "1.4.5",
releaseDate = "2021-12-12 01:06:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
public const string softwareVersion = "1.4.6",
releaseDate = "2022-01-17 22:02:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
appName = "AssistantComputerControl",

sentryToken = "super_secret";
Expand Down
6 changes: 3 additions & 3 deletions AssistantComputerControl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AssistantComputerControl")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,6 +33,6 @@
// 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.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: AssemblyVersion("1.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]
[assembly: NeutralResourcesLanguage("en")]
10 changes: 9 additions & 1 deletion AssistantComputerControl/WebFiles/AboutVersion.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<img style="width:125px;position:fixed;bottom:0;left:0;margin-left:20px;" src="assets/images/acc_logo.png">
</div>
<div class="col-9">
<b>Version 1.4.5</b> <i>(12-12-2021)</i>
<b>Version 1.4.6</b> <i>(17-01-2022)</i>
<p>
<a href="https://assistantcomputercontrol.com/">Website</a> |
<a href="https://github.com/AlbertMN/AssistantComputerControl">GitHub</a> |
Expand All @@ -33,6 +33,14 @@
<b>New this version;</b>
<div class="scroller card card-body">
<ul>
<li class="mb-3">
<i>Version 1.4.6 hotfix notes;</i>
<ul>
<li class="mb-2">Added support for environment variables in all path-related actions <i>(<code>open</code>, <code>create_file</code> etc.)</i></li>
<li class="mb-2">Hopefully made Anti Virus software not hate the software again <i>(see <a href="https://github.com/AlbertMN/AssistantComputerControl/commit/c5444e8acab13f3e9bef0806e5a03e5d9ded9654">this</a>)</i></li>
<li>Fixed critical <a href="https://acc.readme.io/docs/creating-action-mods">Action Mods</a> issue</li>
</ul>
</li>
<li class="mb-3">
<i>Version 1.4.5 hotfix notes;</i>
<ul>
Expand Down
Loading

0 comments on commit 51bfe42

Please sign in to comment.