Skip to content

Commit

Permalink
Added a changelog file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteinbeck committed Oct 18, 2013
1 parent 4743aab commit f01a61c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
====== WebStory Engine Changelog ======

===== Version 0.3.x =====

==== Version 0.3.4 ====

Released on 2013-10-18.

* Fixed: When loading a savegame, some images on Imagepacks got stuck.

==== Version 0.3.3 ====

Released on 2013-10-12.

* Fixed: When using the set command with duration 0, the duration was instead set to the default.

==== Version 0.3.2 ====

Released on 2013-08-10.

* Fixed: When using a var command inside of a choice command, any ifvar or ifvalue attributes were ignored.

==== Version 0.3.1 ====

Released on 2013-08-04.

* Fixed a bug with the savegame system: audio was not restored after loading a savegame. Also, when loading an asset fails the other assets are not affected by it. Savegames made with 0.3.0 should still work with this release.

==== Version 0.3.0 ====

* Better support for %, e.g. to allow WebStories with fluid stage dimensions.
* New Background asset that stretches to fit the stage.
* Engine split into separate files for development to be more modular.
* Alpha support for local container apps.
* WSE object gets it's own data bus, to allow obtaining game and interpreter references at startup.
* Textbox asset gets an HTML-aware typewriter effect.
* Use HTML in <line> commands directly, without the ugy {tag} syntax.
* New side images extension.
* Updated savegame API to make it more robust and easier to use. Also fixes: [[https://github.com/jsteinbeck/WebStory-Engine/issues/4|GitHub issue #4]]
* Extend the Textbox definition with a <nameTemplate> element, in which {name} will be replaced by the name of the character who's speaking, if any.
* Rename attribute 'names' on Textbox definitions to 'namebox'. The old attribute name was much too confusing.

===== Version 0.2.x =====

==== 0.2.1 BETA ====

* Fixed [[https://github.com/jsteinbeck/WebStory-Engine/issues/2|issue 2]]
* Added missing [[language:attributes:easing|easing]] attribute to [[language:elements:hide|<hide>]] command.

==== 0.2.0 BETA ====

* Initial release

0 comments on commit f01a61c

Please sign in to comment.