Source: site.view [edit]
Function name: tlidReleaseNotes
Arguments:
Description: Release notes for tlid
Page type: snippet
Render function:  
Module: global

Page source:

<H1>Release Notes for tLID</H1>

<pre>
===================
tLID  version 0.1.7
===================
</pre>

tLID stands for "Task Learning through Interactive Discussion".  The goals of the system
is to enable individuals and communities to create and share web-automation tasks by
using a natural interface and direct manipulation as appropriate.
<p>

<h3>Change log</h3>

<table>

<tr valign=top><td>v0.1.7</td><td>Fixed crash on forms without action field. Tab ordering on dialog boxes fixed.  Sort and reverse sort.  Return can take full references (e.g. "the links", "the link", "them") including "the variables" which returns an object containing all variables.<br>Note: this release has not been tested as much as 0.1.6, so you may want to stick with 0.1.6 for a bit, use at your own risk.</td></tr>

<tr valign=top><td>v0.1.6</td><td>Roll back fix for checking field existance, as the patch fix created a worse problem.</td></tr>

<tr valign=top><td>v0.1.5</td><td>Fixed OAA Fac error when sending large complex pages to render. Added initial "Known Tasks" button in interface and popup for displaying how to do a task.  "Known Tasks" now only search user's private space and public space, not from other users. Welcome screen.  Must login with a valid wubhub account.  Starts in "TRY Mode" rather than "TEACH Mode": commands aren't added to current task until you start to teach CALO.</td></tr>

<tr valign=top><td>v0.1.4</td><td>If in loop, save automatically ends loop.  Added various synonyms. Save example inputs as comments in generated procedure.  Fixed broken subroutine calling.  Fixed "Return the page" for a function. </tr>

<tr valign=top><td>v0.1.3</td><td>Added support for radio buttons and checkboxes in forms. Added "Undo" command to undo last task step. Fixed "Report a problem" bug. Fixed problem with function argument names matching reserved words.  Added concatenation of strings in resolveReference.</td> </tr>

<tr valign=top><td>v0.1.2</td><td>Added support for "pulldown" fields in forms.  Added "Release Notes" and "Report a Problem" buttons to GUI.
</td></tr>

<tr valign=top><td>v0.1.1 &nbsp;&nbsp;</td><td>Initial version.  Can create and publish tasks, discover tasks from others, and call other tasks (as subroutines).  Basic commands for querying webpages implemented.</td>
</tr>
</table>

<h3>Bugs and Future Features</h3>

<ul>
   <li> See <a href="/webl/WubHub_DoIt?cmdline=tlidToDo">tlidToDo</a> for a list of bugs and future features.
</ul>