Added release dates

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3303 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-12-23 17:42:42 +00:00
parent 0d092eeb01
commit 989f133c01

View file

@ -38,6 +38,8 @@
\H{v2.0b4} 2.0 Beta 4
Released at November 19th, 2003
\S1{v2.0b4-rn} Release Notes
\b The /LANG parameter is no longer available for any text setting instructions. You must use a \R{langstring}{LangString} if you want to make a certain text multilingual. This means you can also set one text for all languages. To make the license data multilingual you should use \R{licenselangstring}{LicenseLangString}.
@ -170,6 +172,8 @@
\H{v2.0b3} 2.0 Beta 3
Released at March 16th, 2003
\b Modern UI 1.63: Header bitmap support, new defines to change the description area, single macro for language selection dialog, more!
\b New tutorial in the documentation
@ -208,6 +212,8 @@
\H{v2.0b2} 2.0 Beta 2
Released at February 26th, 2003
\b NSIS Menu: links to all NSIS utilities, documentation and websites
\b NSIS Update: check for new releases, download latest development files
@ -228,6 +234,8 @@
\H{v2.0b1} 2.0 Beta 1
Released at February 9th, 2003
\b User interface improvements: better order/grouping of controls, button selection problems fixed, added minimize box, transparent BrandingText
\b LangString improvements: can be used before they have been defined, warning if not present in all language tables
@ -288,6 +296,8 @@
\H{v2.0b0} 2.0 Beta 0
Released at December 6th, 2002
\b New paging system
\b Added Page and UninstPage
@ -380,6 +390,8 @@
\H{v2.0a7} 2.0 Alpha 7
Released at August 29th, 2002
\b Can now select the language from .onInit ($LANGUAGE is a variable)
\b Added CreateFont
@ -444,12 +456,16 @@
\H{v2.0a6} 2.0 Alpha 6
Released at August 10th, 2002
\b Fixed two bugs with the plug-in mechanism
\b Fixed infinite loop bug
\H{v2.0a5} 2.0 Alpha 5
Released at August 9th, 2002
\b Added UseOuterUIItem
\b Enhanced ChangeUI
@ -472,6 +488,8 @@
\H{v2.0a4} 2.0 Alpha 4
Released August 5th, 2003
\b Added automatic detection, packing, unpacking and deletion of plugin dlls
\b Added simplified calling syntax for plugin dlls
@ -480,6 +498,8 @@
\H{v2.0a3} 2.0 Alpha 3
Released at August 4th, 2002
\b Added LoadLanguageFile
\b Added $LANGUAGE
@ -490,6 +510,8 @@
\H{v2.0a2} 2.0 Alpha 2
Released at July 31st, 2002
\b Added $\{NSISDIR\}
\b Added XPStyle
@ -538,6 +560,8 @@
\H{v2.0a1} 2.0 Alpha 1
Released at July 9th, 2002
\b Added expand node option to Section and SubSection
\b Added preserve file attribute option to File command
@ -550,6 +574,8 @@
\H{v2.0a0} 2.0 Alpha 0
Released at May 22nd, 2002
\b TreeView component list (care of Jeff Doozan)
\b No more SectionDivider, but SubSection and SubSectionEnd.