Skip to content

Commit b54d2ad

Browse files
committed
Bump version + updated changelog.
1 parent cfb1b6a commit b54d2ad

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

Contrib/StdUtils/src/Resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// VERSION
55
#define DLL_VERSION_MAJ_LO 1
66
#define DLL_VERSION_MIN_HI 0
7-
#define DLL_VERSION_MIN_LO 6
8-
#define DLL_VERSION_PATCHL 9
7+
#define DLL_VERSION_MIN_LO 7
8+
#define DLL_VERSION_PATCHL 0
99

1010
// VERSION STRING
1111
#define DLL_VERSION_STR_F1(X) #X

Docs/StdUtils/StdUtils.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ <h1><u>StdUtils - Swiss Army Knife for NSIS</u></h1>
112112
!define StdUtils.VerifyOSBuildNo #Compare *real* operating system to an expected build number
113113
!define StdUtils.HashText #Compute hash from text string (CRC32, MD5, SHA1/2/3, BLAKE2)
114114
!define StdUtils.HashFile #Compute hash from file (CRC32, MD5, SHA1/2/3, BLAKE2)
115+
!define StdUtils.TimerCreate #Create a new event-timer that will be triggered periodically
116+
!define StdUtils.TimerDestroy #Destroy a running timer created with TimerCreate()
115117
!define StdUtils.GetLibVersion #Get the current StdUtils library version (for debugging)
116118
!define StdUtils.SetVerbose #Enable or disable "verbose" mode (for debugging)</pre>
117119

@@ -783,7 +785,7 @@ <h1><u>StdUtils - Swiss Army Knife for NSIS</u></h1>
783785
<tr><td>Windows 7</td><td>Windows Server 2008 R2</td><td><tt>6.1</tt></td><td><tt>7600</tt> - <tt>7601</tt></td></tr>
784786
<tr><td>Windows 8</td><td>Windows Server 2012</td><td><tt>6.2</tt></td><td><tt>9200</tt></td></tr>
785787
<tr><td>Windows 8.1</td><td>Windows Server 2012 R2</td><td><tt>6.3</tt></td><td><tt>9600</tt></td></tr>
786-
<tr><td>Windows 10</td><td>?</td><td><tt>10.0</tt></td><td><tt>10130(?)</tt></td></tr>
788+
<tr><td>Windows 10</td><td>Windows Server 2016</td><td><tt>10.0</tt></td><td><tt>10240</tt></td></tr>
787789
</table>
788790

789791
<br><br>
@@ -1019,14 +1021,16 @@ <h1><u>StdUtils - Swiss Army Knife for NSIS</u></h1>
10191021
<a name="53c38996"></a><h1>Version History</h1>
10201022

10211023
<ul>
1022-
<li><b>Version 1.07, not yet released</b>
1024+
<li><b>Version 1.07, released 2015-08-16</b>
10231025
<ul>
10241026
<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
10251027
<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
10261028
<li>Added new function <tt>AppendToFile</tt>, which can be used to <i>append</i> the contents of one file to another (existing) file
10271029
<li>Added new function <tt>TestParameter</tt>, which can be used to test whether a specific parameter is present on the command-line
10281030
<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.
10291032
</ul>
1033+
<br>
10301034
<li><b>Version 1.06, released 2015-06-14</b>
10311035
<ul>
10321036
<li>Added new workaround to make the <tt>GetRealOSVersion</tt>, <tt>GetRealOSName</tt> and <tt>VerifyOSVersion</tt> functions work correctly on Windows 10<br>

Plugins/Release_ANSI/StdUtils.dll

0 Bytes
Binary file not shown.

Plugins/Release_Tiny/StdUtils.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)