From e98d4b1703619f2525539bf0134c8b19a21cabed Mon Sep 17 00:00:00 2001 From: freemind Date: Thu, 12 Feb 2015 23:54:59 +0000 Subject: [PATCH] Updated ChangeLog and Readme. --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- README.md | 6 +++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48864a3..c5992b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +## Belle 0.5a | 13/02/2015 + +#### [Editor] +- Added "New Project" option. +- Added synchronization between resources and cloned objects on scene(s). (not active by default) +- Assets are now exported to a separate file (assets.js). +- Improved usability of condition's text edit. +- Implemented character state in Show action. +- Fixed ChangeState action not loading correctly. +- Set proper detection of animated images. +- Fixed images not showing in add character dialog. +- Fixed issues in Show Action. +- Improved editing of Slide action. +- Fixed object z-order when importing project. +- Fixed opacity in ObjectGroup objects. +- Fixed crash when switching character states. +- Fixed crash when switching to a ChangeBackground action. +- Improved ObjectGroup editing. +- Fixed many (other) bugs. + +#### [Engine] +- Major redesign and rewrite. +- Improved pause screen. +- Improved load screen. +- Added support for animated images in canvas. +- Fixed strange behaviour with text baseline due to floating point coordinates. +- Removed stroke when drawing the object's background. +- Fixed drawing bug when hovering a button. +- Added meta tag to force IE to use the correct document mode. +- Improved overall event detection. +- Improved Slide animation. +- Fixed many (other) bugs. + ## Belle 0.4.2a | 12/09/2014 #### [General] @@ -146,4 +179,4 @@ ## Belle 0.1a | 15/11/2012 -- First release. \ No newline at end of file +- First release. diff --git a/README.md b/README.md index cd41388..2b08fe5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ Belle ===== -A cross-platform visual novel maker focused on being user friendly. It uses C++ with Qt4 for the editor and HTML5, CSS and Javascript for the engine. +A cross-platform and easy-to-use visual novel maker that deploys games for the web. + +The editor is written in C++ using the Qt4 framework and the engine is written in Javascript using HTML5 technologies. + +[Read more](http://fr33mind.github.io/Belle/)