Skip to content

Commit 96ba1b0

Browse files
committed
Prepare hotfix v1.4.5
1 parent 5f43566 commit 96ba1b0

File tree

9 files changed

+50
-50
lines changed

9 files changed

+50
-50
lines changed
496 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Advanced Installer/Advanced Installer.aip

Lines changed: 40 additions & 41 deletions
Large diffs are not rendered by default.

AssistantComputerControl/AssistantComputerControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
<DependentUpon>Resources.resx</DependentUpon>
184184
</Compile>
185185
<Compile Include="Translator.cs" />
186+
<None Include="UninstallCleanup.ps1" />
186187
<Compile Include="UserFeedback.cs">
187188
<SubType>Form</SubType>
188189
</Compile>
@@ -264,7 +265,6 @@
264265
<Content Include="WebFiles\ActionTester.html">
265266
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
266267
</Content>
267-
<Content Include="WebFiles\assets\bootstrap.min.old.css" />
268268
<Content Include="WebFiles\assets\cloud_services\dropbox.png">
269269
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
270270
</Content>

AssistantComputerControl/MainProgram.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
namespace AssistantComputerControl {
2929
class MainProgram {
3030
public const string softwareVersion = "1.4.5",
31-
releaseDate = "2021-10-11 01:24:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
31+
releaseDate = "2021-12-10 22:07:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
3232
appName = "AssistantComputerControl",
3333

34-
sentryToken = "https://[email protected]/1287269";
34+
sentryToken = "super_secret";
3535

3636
static public bool debug = true,
3737
unmuteVolumeChange = true,

AssistantComputerControl/WebFiles/AboutVersion.html

Lines changed: 7 additions & 6 deletions
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 ALPHA</b> <i>(11-10-2021 - WORK IN PROGRESS)</i>
26+
<b>Version 1.4.5</b> <i>(10-12-2021)</i>
2727
<p>
2828
<a href="https://assistantcomputercontrol.com/">Website</a> |
2929
<a href="https://github.com/AlbertMN/AssistantComputerControl">GitHub</a> |
@@ -34,13 +34,14 @@
3434
<div class="scroller card card-body">
3535
<ul>
3636
<li class="mb-3">
37-
<i>Version 1.4.5 hotfix notes <i>(so far)</i>;</i>
37+
<i>Version 1.4.5 hotfix notes;</i>
3838
<ul>
3939
<li class="mb-2 mt-1">Hopefully fixed the PowerShell window blink on startup, thanks to community member <code>minhe7735</code> - <b>needs testing</b></li>
40-
<li class="mb-2">Implemented auto discover of Google Drive path <i>(for new Google Drive software)</i> - <b>needs testing</b></li>
41-
<li class="mb-2">Added <code>display_switch</code> action, to switch display mode - <b>needs testing</b></li>
42-
<li class="mb-2">Hopefully allow open of <code>.exe</code> files within <code>%windir%</code> folder - <b>needs testing</b></li>
43-
<li class="mb-2">Added <code>open_any</code> action <i>(thanks to community member <code>minhe7735</code>) - <b>needs testing</b></i></li>
40+
<li class="mb-2">Implemented auto discover of Google Drive path <i>(for new Google Drive software)</i></li>
41+
<li class="mb-2">Added <code>display_switch</code> action, to switch display mode</li>
42+
<li class="mb-2">Hopefully allow open of <code>.exe</code> files within <code>%windir%</code> folder</li>
43+
<li class="mb-2">Added <code>open_any</code> action <i>(thanks to community member <code>minhe7735</code>)</i></li>
44+
<li class="mb-2">Fixed uninstall not cleaning up <a href="https://github.com/AlbertMN/AssistantComputerControl/issues/114">(#114)</a></li>
4445
<li>Replaced old cloud service icons with new ones</li>
4546
</ul>
4647
</li>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)