diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..1bdd069 --- /dev/null +++ b/changelog.txt @@ -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 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 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|]] command. + +==== 0.2.0 BETA ==== + + * Initial release \ No newline at end of file