Skip to content

Commit

Permalink
Updated changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33mind committed Sep 12, 2014
1 parent 3c58dc3 commit 463ee60
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Belle 0.4.2a | 12/09/2014

#### [General]
- Added ChangeState action.
- Fixed a couple of issues with the Character object.

#### [Editor]
- Improved add character dialog window.
- Added a button to edit character states after being created.
- Added white border to invisible objects.
- Added objects view widget.
- TextBox, DialogueBox and Button objects now stay over other objects, by default.
- Fixed crash when changing states in character.
- Fixed background color in objects when not using any color.
- Choose file buttons now remember last used directory.
- Fixed crash when trying to change a deleted object/action.
- Fixed some issues when changing TextBox objects in Dialogue's action editor.
- Set image transforms smoother.

## Belle 0.4.1a | 19/08/2014

- Added dialog to save changes when closing the editor.
Expand Down
2 changes: 1 addition & 1 deletion editor/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AboutDialog::AboutDialog(QWidget *parent) :

QString desc = tr("Belle is a cross-platform visual novel maker,<br/>using Qt4 for the editor and HTML5 for the engine.");
QString copyright = "Copyright &copy; 2012-2014 Carlos Pais";
QString version = "Belle 0.4.1 alpha";
QString version = "Belle 0.4.2 alpha";

QString fullDesc = QString("<p><b>%1</b></p><p>%2</p><p>%3</p>").arg(version).arg(desc).arg(copyright);

Expand Down

0 comments on commit 463ee60

Please sign in to comment.