<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="changelog.xsl"?>
<!DOCTYPE changelog PUBLIC "ChangelogML" "http://garyjones.co.uk/development/changelog/changelog.dtd">
<!--Gazza: changelog attribute xmlns="http://garyjones.co.uk/development/changelog" stops XSLT working-->
<!-- (add|improve|remove|documentation|other|bugfix) -->
<changelog
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://garyjones.co.uk/development/changelog http://garyjones.co.uk/development/changelog/changelog.xsd">
    <application>Jargon's Battrick Face-Generator</application>
    <url>http://garyjones.co.uk/battrick/face-generator</url>
    <entry date="Future Plan">
        <version>?</version>
        <changes>
          <change type="add">Add a JavaScript layer to improve usability for those that support it, including hiding the radio buttons and using the red border as the selected indicator</change>
          <change type="add">Add AJAX layer so that the picture updates without reloading the page</change>
          <change type="add">Add a way to permalink a selection</change>
          <change type="add">Add method to select other background colours</change>
          <change type="improve">Improve filename / output for single-layer image</change>
          <change type="improve">Improve the look of the fieldsets, perhaps changing to tabbed sheets via CSS/JS</change>
          <change type="improve">Improve usability for "v" colours</change>
          <change type="improve">Improve maintenance by re-writing code from scratch to use database</change>
          <change type="add">Add option to use any known limitations that also occur in Battrick</change>
          <change type="add">Add method to allow some elements to have a custom colour</change>
          <change type="improve">Improve how the CSS is used (put into separate stylesheets rather than embedded</change>
	    </changes>
	</entry>
	<entry date="2007-01-15">
	    <version>0.2</version>
	    <changes>
		    <change type="improve">Improved output, so it now appears as a single layer png which can be saved.</change>
		    <change type="add">Added the Faces Gallery feature. We'll see how long it lasts until my data transfer runs out</change>
	    </changes>
	</entry>
	<entry date="2007-01-04">
	    <version>0.1.6</version>
	    <changes>
		    <change type="improve">Improved the number of options, by splitting the accessories into 3 different groups. Sunglasses moved the the Eyes group</change>
		    <change type="documentation">Added this changelog, including future development plan</change>
		    <change type="improve">Improved page with minor cosmetic changes</change>
	    </changes>
	</entry>
	<entry date="2007-01-04">
	    <version>0.1.5</version>
	    <changes>
		    <change type="improve">Improved usability by reordered the sections</change>
		    <change type="add">Added bald/No hair option</change>
		    <change type="add">Added 9 new borders, colour matched to the "v" colours</change>
	    </changes>
	</entry>
	<entry date="2007-01-03">
	    <version>0.1</version>
	    <changes>
		    <change>First release</change>
		    <change type="bugfix">Fixed IE's lack of support for clickable images within labels, with CSS</change>
	    </changes>
	</entry>

</changelog>