You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td>Windows 10</td><td>Windows Server 2016</td><td><tt>10.0</tt></td><td><tt>10240</tt></td></tr>
787
789
</table>
788
790
789
791
<br><br>
@@ -1019,14 +1021,16 @@ <h1><u>StdUtils - Swiss Army Knife for NSIS</u></h1>
1019
1021
<aname="53c38996"></a><h1>Version History</h1>
1020
1022
1021
1023
<ul>
1022
-
<li><b>Version 1.07, not yet released</b>
1024
+
<li><b>Version 1.07, released 2015-08-16</b>
1023
1025
<ul>
1024
1026
<li>Added new functions <tt>HashText</tt> and <tt>HashFile</tt>, which can be used to compute the cryptographic hash of the given file or string
1025
1027
<li>Added new functions <tt>ValidFileName</tt> and <tt>ValidPathSpec</tt>, which can be used to test if a string is a valid file name or a valid full path
1026
1028
<li>Added new function <tt>AppendToFile</tt>, which can be used to <i>append</i> the contents of one file to another (existing) file
1027
1029
<li>Added new function <tt>TestParameter</tt>, which can be used to test whether a specific parameter is present on the command-line
1028
1030
<li>Added new functions <tt>ParameterCnt</tt> and <tt>ParameterStr</tt>, which can be used to access the "raw" command-line tokens (like <tt>argv[i]</tt>)
1031
+
<li>Added new functions <tt>TimerCreate</tt> and <tt>TimerDestroy</tt>, which can be used to create a new window timer or stop an existing one.
1029
1032
</ul>
1033
+
<br>
1030
1034
<li><b>Version 1.06, released 2015-06-14</b>
1031
1035
<ul>
1032
1036
<li>Added new workaround to make the <tt>GetRealOSVersion</tt>, <tt>GetRealOSName</tt> and <tt>VerifyOSVersion</tt> functions work correctly on Windows 10<br>
0 commit comments