# -*- mode: org; coding: utf-8-dos; -*-

* 2023-04-21
** Editor v1.2.0
   - Features
     - Changes to the UI, using a tree to show the Scenes and the Elements together, for example
     - Show a confirmation that an export has successfully finished

   - Bugs
     - Added text missing from the dialog used to move an Element to another Scene

** Player v1.2.0
   - See common

** Common
   - Features
     - Use JavaFX for the UI
     - Added the capability to open a file using a command-line parameter
     - Updated the application to use a newer version of Java (OpenJDK 18)
     - Provided executables to start the player and the editor; a separate Java installation is no longer necessary

* 2013-01-12
** Player v1.1.2
   - See Common

** Editor v1.1.0
   - Features
     - Added export to zip-capability
     - Double-click on an item in a list of elements to edit it

   - Bugs
     - Fixed the saving of hotspot-tooltips, where newlines were converted to &#10; when they were saved in xml

** Common
   - Features
     - Added a preferences-dialog
     - Added the ability to choose if Internet access is allowed
     - Added an xml-schema to validate the story-files

* 2012-04-23
** Player v1.1.1
   - Features
     - Revamped welcome story

   - Bugs
     - Cleaned up the UI
     - Fixed an error where hotspots weren't properly parsed
     - Hotspots without tooltips would cause an error. Fixed.

** Editor v1.0.0
   - The initial version

* 2011-08-23
** Player v1.1.0
   - Features
     - You can now open stories that are contained within zip-files
     - If an image for some reason can not be loaded, an "image not found"-image is rendered instead, and a warning is shown on the console
     - You can now undo and redo your scene changes

   - Bugs
     - Convert &amp;, &lt; and &gt; to &, < and > when opening a file
     - The tooltips can now span multiple lines
     - Fixed some I18N-bugs
     - When trying to open a file that contained a reference to a DTD, the program tried to access the internet, resulting in an unexplained wait that looked as if the program had stopped responding

* 2009-03-13
** Player v1.0.0 
   - The initial version
