Skip to content

Commit 51bfe42

Browse files
committed
Hotfix v1.4.6 release
1 parent 0a78bf8 commit 51bfe42

16 files changed

+24
-314
lines changed
Binary file not shown.
Binary file not shown.

Advanced Installer/Advanced Installer.aip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
<ROW Property="BannerBitmap" Value="banner.jpg" MultiBuildValue="DefaultBuild:banner.png" Type="1" MsiKey="BannerBitmap"/>
6666
<ROW Property="DialogBitmap" Value="dialog.jpg" MultiBuildValue="DefaultBuild:dialogbitmap.png" Type="1" MsiKey="DialogBitmap"/>
6767
<ROW Property="Manufacturer" Value="Albert MN."/>
68-
<ROW Property="ProductCode" Value="1033:{92F676B6-F4C0-4553-A7E3-B4361A879488} " Type="16"/>
68+
<ROW Property="ProductCode" Value="1033:{D74C9581-3945-4589-B172-6109390D9E9E} " Type="16"/>
6969
<ROW Property="ProductLanguage" Value="1033"/>
7070
<ROW Property="ProductName" Value="AssistantComputerControl"/>
71-
<ROW Property="ProductVersion" Value="1.4.5" Type="32"/>
71+
<ROW Property="ProductVersion" Value="1.4.6" Type="32"/>
7272
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
7373
<ROW Property="UpgradeCode" Value="{8E6F4399-B513-420B-8E11-36837A8550EE}"/>
7474
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
@@ -387,7 +387,7 @@
387387
<ROW XmlAttribute="Square310x310Logo" XmlElement="DefaultTile" Name="Square310x310Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare310x310Logo.scale100.png"/>
388388
<ROW XmlAttribute="Square44x44Logo" XmlElement="VisualElements" Name="Square44x44Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare44x44Logo.scale100.png"/>
389389
<ROW XmlAttribute="Square71x71Logo" XmlElement="DefaultTile" Name="Square71x71Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare71x71Logo.scale100.png"/>
390-
<ROW XmlAttribute="Version" XmlElement="Identity" Name="Version" Flags="0" Order="0" Value="1.4.5.0"/>
390+
<ROW XmlAttribute="Version" XmlElement="Identity" Name="Version" Flags="0" Order="0" Value="1.4.6.0"/>
391391
<ROW XmlAttribute="Wide310x150Logo" XmlElement="DefaultTile" Name="Wide310x150Logo" Flags="0" Order="0" FileId="AssistantComputerControlWide310x150Logo.scale100.png"/>
392392
</COMPONENT>
393393
<COMPONENT cid="caphyon.advinst.msicomp.GenericXmlElementComponent">

AssistantComputerControl/AssistantComputerControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
3636
<WebPage>publish.htm</WebPage>
3737
<ApplicationRevision>0</ApplicationRevision>
38-
<ApplicationVersion>1.4.5.%2a</ApplicationVersion>
38+
<ApplicationVersion>1.4.6.%2a</ApplicationVersion>
3939
<UseApplicationTrust>false</UseApplicationTrust>
4040
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4141
<PublishWizardCompleted>true</PublishWizardCompleted>

AssistantComputerControl/MainProgram.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

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

3434
sentryToken = "super_secret";

AssistantComputerControl/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("")]
1313
[assembly: AssemblyProduct("AssistantComputerControl")]
14-
[assembly: AssemblyCopyright("Copyright © 2020")]
14+
[assembly: AssemblyCopyright("Copyright © 2022")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.4.5.0")]
37-
[assembly: AssemblyFileVersion("1.4.5.0")]
36+
[assembly: AssemblyVersion("1.4.6.0")]
37+
[assembly: AssemblyFileVersion("1.4.6.0")]
3838
[assembly: NeutralResourcesLanguage("en")]

AssistantComputerControl/WebFiles/AboutVersion.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<img style="width:125px;position:fixed;bottom:0;left:0;margin-left:20px;" src="assets/images/acc_logo.png">
2424
</div>
2525
<div class="col-9">
26-
<b>Version 1.4.5</b> <i>(12-12-2021)</i>
26+
<b>Version 1.4.6</b> <i>(17-01-2022)</i>
2727
<p>
2828
<a href="https://assistantcomputercontrol.com/">Website</a> |
2929
<a href="https://github.com/AlbertMN/AssistantComputerControl">GitHub</a> |
@@ -33,6 +33,14 @@
3333
<b>New this version;</b>
3434
<div class="scroller card card-body">
3535
<ul>
36+
<li class="mb-3">
37+
<i>Version 1.4.6 hotfix notes;</i>
38+
<ul>
39+
<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>
40+
<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>
41+
<li>Fixed critical <a href="https://acc.readme.io/docs/creating-action-mods">Action Mods</a> issue</li>
42+
</ul>
43+
</li>
3644
<li class="mb-3">
3745
<i>Version 1.4.5 hotfix notes;</i>
3846
<ul>

0 commit comments

Comments
 (0)