Commit cbad7c28 authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Add Release Notes for version 127 (rc2).

parent a23a5b02
...@@ -38,37 +38,45 @@ ...@@ -38,37 +38,45 @@
<h2>Release Notes</h2> <h2>Release Notes</h2>
<h3>Version 127, July 22, 2012 (Testing version 127rc2)</h3>
<ul>
<li>Added a Camcorder component. It works similarly to the Camera component but captures Video instead of photos.</li>
<li>Allow Image Sprites to rotate and resize simultaneously.</li>
<li>Bugfix in Webviewer component where it could under certain circumstances get a null pointer exception.</li>
<li>Permit Application's versionName and versionCode to be edited in the Designer as a property of the Screen1 component. This is necessary to permit updating of applications submitted to the Google Play Store.</li>
</ul>
<h3>Version 126, June 26, 2012</h3> <h3>Version 126, June 26, 2012</h3>
<ul> <ul>
<li> Upgrading the Player Component - Added a Completed event, an isPlaying method, a Looping and Volume property. Modified the Stop method to seek back to the beginning of the song. <li> Upgrading the Player Component - Added a Completed event, an isPlaying method, a Looping and Volume property. Modified the Stop method to seek back to the beginning of the song.</li>
<li> Updated Player Component Documentation. <li> Updated Player Component Documentation.</li>
<li> Added new flag to the launch-buildserer script allowing the ability to specify log file and output path. <li> Added new flag to the launch-buildserer script allowing the ability to specify log file and output path.</li>
<li> Added a link to the main panel for access to Release Notes. <li> Added a link to the main panel for access to Release Notes.</li>
<li> Updated text in Quizme tutorial. <li> Updated text in Quizme tutorial.</li>
<li> Added check for invalid file names. <li> Added check for invalid file names.</li>
<li> Modify LocationSensor component to include designer properties for time and distance notification intervals. <li> Modify LocationSensor component to include designer properties for time and distance notification intervals.</li>
<li> Cleaned up misleading warning and error messages. <li> Cleaned up misleading warning and error messages.</li>
<li> Updated documentation on how to restart the app from the blocks editor. <li> Updated documentation on how to restart the app from the blocks editor.</li>
<li> Added new property, MinimumInterval, to accelerometer, that keeps it from reporting Shaking events too often. <li> Added new property, MinimumInterval, to accelerometer, that keeps it from reporting Shaking events too often.</li>
<li> Changed the error reporting so that red error messages in the Designer disappear when the user clicks the mouse anywhere on the screen. <li> Changed the error reporting so that red error messages in the Designer disappear when the user clicks the mouse anywhere on the screen.</li>
<li> Updated documentation for color blocks to match the changes made in "make color" and "split color" <li> Updated documentation for color blocks to match the changes made in "make color" and "split color"</li>
<li> Change version to come from Git rather than Mercurial. <li> Change version to come from Git rather than Mercurial.</li>
</ul> </ul>
<p /> <p />
<h3>Version 125, May 6, 2012</h3> <h3>Version 125, May 6, 2012</h3>
<ul> <ul>
<li> Added ability for apk's created with this version of AppInventor, to be uploaded to Google Play. <li> Added ability for apk's created with this version of AppInventor, to be uploaded to Google Play.</li>
<li> Fixed Searching in documentation. <li> Fixed Searching in documentation.</li>
<li> launch_buildserver script now accepts command line arguments <li> launch_buildserver script now accepts command line arguments</li>
<li> Fixed numerous issues in the documentation pages. <li> Fixed numerous issues in the documentation pages.</li>
<li> App Inventor should now work better with IE9 <li> App Inventor should now work better with IE9</li>
<li> Fixed signout link <li> Fixed signout link</li>
<li> Added a Shape property to the Button component <li> Added a Shape property to the Button component</li>
<li> Fixed orientation sensor documentation bug <li> Fixed orientation sensor documentation bug</li>
<li> Made changes to make Button FontSize dynamic <li> Made changes to make Button FontSize dynamic</li>
<li> Updated notepad.jnlp to fix broken link. <li> Updated notepad.jnlp to fix broken link.</li>
<il> Made the "/learn", "/about", and "/forum" subtrees not require login. <li> Made the "/learn", "/about", and "/forum" subtrees not require login.</li>
<il> Added some minor logging improvements. <li> Added some minor logging improvements.</li>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment