Release notes

This commit is contained in:
User 2018-01-15 13:49:41 +01:00
parent 7484b886af
commit ac2de4fcfa
4 changed files with 22 additions and 3 deletions

Binary file not shown.

View file

@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// //
[assembly: AssemblyVersion("3.0.0.4")] [assembly: AssemblyVersion("3.0.0.5")]
// //
// In order to sign your assembly you must specify a key to use. Refer to the // In order to sign your assembly you must specify a key to use. Refer to the
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDelaySign(false)] [assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")] //[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)] [assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("3.0.0.4")] [assembly: AssemblyFileVersionAttribute("3.0.0.5")]

View file

@ -195,6 +195,7 @@
<li>Strife Onizuka </li> <li>Strife Onizuka </li>
<li>Sandra Tsure</li> <li>Sandra Tsure</li>
<li>Moundsa Mayo</li> <li>Moundsa Mayo</li>
<li>Jasper Wiggerink</li>
<li>Ima Mechanique</li> <li>Ima Mechanique</li>
</ul> </ul>
</marquee> </marquee>

View file

@ -6,7 +6,25 @@
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3"> <body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
<div> <div>
<div> <div>
<h3><span class="date">2013-10-18</span> - Release 2.55.0</h3> <h3><span class="date">2018-01-15</span> - Release 3.0.0</h3>
<div>
<p>* Added all functions of the OSSL library (<a href="http://opensimulator.org/wiki/Category:OSSL_Functions">http://opensimulator.org/wiki/Category:OSSL_Functions</a>).</p>
<p>* Added the include functionality. </p>
<ul>
<li>The LSLI extension has been created and is required for the use of the include function.</li>
<li>Scripts can now be included using &#39;//#include(&quot;&lt;path&gt;/&lt;file&gt;&quot;)&#39; inside an LSLI script.</li>
<li>LSLI scripts can be directly interpreted by the debugger inside the LSL Editor.</li>
<li>LSLI scripts can be exported to LSL scripts.</li>
</ul>
<p>
For more information about the include functionality,
please visit
<a href="https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing">
https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing
</a>
</p>
</div>
<h3><span class="date">2013-10-18</span> - Release 2.55.0</h3>
<div> <div>
* Constants Added: * Constants Added:
<ul> <ul>