git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2225 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-02 17:36:33 +00:00
parent 3c460e14f0
commit 8f2c84800f
2 changed files with 22 additions and 0 deletions

View file

@ -1,7 +1,17 @@
NSIS Modern User Interface - VERSION HISTORY NSIS Modern User Interface - VERSION HISTORY
1.62b - March 2, 2003
* New system for custom functions
* Renamed Start Menu page defines
* 'Do not create shortcuts' checkbox can be removed
* RTL support
* Documentation updates
* Minor fixes
* No changed language strings
1.62 - February 2, 2003 1.62 - February 2, 2003
* Final version for NSIS 2 beta 1 * Final version for NSIS 2 beta 1
* New language strings for finish page
* Possibility to let a Modern UI Function call your own function * Possibility to let a Modern UI Function call your own function
* No problems anymore when using both 'Run program' and 'Show Readme' * No problems anymore when using both 'Run program' and 'Show Readme'
on the finish page on the finish page

View file

@ -532,9 +532,21 @@ FunctionEnd
</pre> </pre>
<p class="header">Version history</p> <p class="header">Version history</p>
<ul> <ul>
<li>1.62b - March 2, 2003
<ul>
<li>New system for custom functions</li>
<li>Renamed Start Menu page defines</li>
<li>'Do not create shortcuts' checkbox can be removed</li>
<li>RTL support</li>
<li>Documentation updates</li>
<li>Minor fixes</li>
<li>No changed language strings</li>
</ul></li>
<p class="text"></p>
<li>1.62 - February 2, 2003 <li>1.62 - February 2, 2003
<ul> <ul>
<li>Final version for NSIS 2 beta 1</li> <li>Final version for NSIS 2 beta 1</li>
<li>New language strings for finish page</li>
<li>Possibility to let a Modern UI Function call your own function</li> <li>Possibility to let a Modern UI Function call your own function</li>
<li>No problems anymore when using both 'Run program' and 'Show Readme' <li>No problems anymore when using both 'Run program' and 'Show Readme'
on the finish page</li> on the finish page</li>