Skip to content

Commit 16880cf

Browse files
committed
Updated "about version", ready for release
1 parent 3a3246a commit 16880cf

File tree

13 files changed

+16
-4
lines changed

13 files changed

+16
-4
lines changed
196 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Advanced Installer/Advanced Installer-cache/part6/ACCsetup1.cab renamed to Advanced Installer/Advanced Installer-cache/part3/ACCsetup1.cab

7.83 MB
Binary file not shown.

Advanced Installer/Advanced Installer-cache/part6/output-info.ini renamed to Advanced Installer/Advanced Installer-cache/part3/output-info.ini

16.5 KB
Binary file not shown.

Advanced Installer/Advanced Installer.aip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
77
<ROW Property="AI_BITMAP_DISPLAY_MODE" Value="0"/>
88
<ROW Property="AI_FINDEXE_TITLE" Value="Select the installation package for [|ProductName]" ValueLocId="AI.Property.FindExeTitle"/>
9-
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe" Value="..\AssistantComputerControl\bin\Release"/>
10-
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe.config" Value="..\AssistantComputerControl\bin\Release"/>
9+
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe" Value="..\AssistantComputerControl\bin\Debug"/>
10+
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe.config" Value="..\AssistantComputerControl\bin\Debug"/>
1111
<ROW Property="AI_PROPPATH_DIR_PERBUILD_Microsoft.Win32.TaskScheduler.dll" Value="..\packages\TaskScheduler.2.8.20\lib\net452"/>
1212
<ROW Property="AI_PROPPATH_DIR_PERBUILD_Microsoft.WindowsAPICodePack.Shell.dll" Value="..\packages\Microsoft.WindowsAPICodePack.Shell.1.1.0\lib"/>
1313
<ROW Property="AI_PROPPATH_DIR_PERBUILD_Microsoft.WindowsAPICodePack.dll" Value="..\packages\Microsoft.WindowsAPICodePack.Core.1.1.0\lib"/>

AssistantComputerControl/GettingStarted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: v1.4.0, 15-01-2020
4+
* Updated: v1.4.0, 18-04-2020
55
*
66
* Use:
77
* - The 'Getting Started' setup guide

AssistantComputerControl/MainProgram.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* AssistantComputerControl
33
* Made by Albert MN.
44
* Updated: v1.4.2, 12-12-2020
5+
* Updated: v1.4.2, 18-04-2020
56
*
67
* Use:
78
* - Main class. Starts everything.

AssistantComputerControl/WebFiles/AboutVersion.html

Lines changed: 12 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.2</b> <i>(12-12-2020)</i>
26+
<b>Version 1.4.2</b> <i>(18-04-2020)</i>
2727
<p>
2828
<a href="https://assistantcomputercontrol.com/">Website</a> |
2929
<a href="https://github.com/AlbertMN/AssistantComputerControl">GitHub</a> |
@@ -51,6 +51,17 @@
5151
<li>New "WHAT'S NEW?" window that shows after an update - showing the new important features, with links to new actions.</li>
5252
<li>Hopefully fixed issues with the <code>open</code> action</li>
5353
<li>Improved action file cleanup by now using Task Scheduler</li>
54+
<li>
55+
Added 3 new translations
56+
<ul>
57+
<li><b>Portuguese - Brasil</b> - thanks to user Alerson Jorge!</li>
58+
<li><b>Turkish / Turkce</b> - thanks to user İsmet Emircan Tunç!</li>
59+
<li><b>Spanish</b> - thanks to user spuyelli!</li>
60+
<li><i>Want to help translate this software? <a href="https://acc.readme.io/docs/translating-the-software">Click here to get started!</a></i></li>
61+
</ul>
62+
</li>
63+
<li>Added Google Drive warning in setup guide</li>
64+
<li>Implemented path error check <i>(checks if the action path is wrong after during setup, and warns the user)</i></li>
5465
</ul>
5566
</li>
5667
<li>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)