-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding some notes to the news file from vdaras.
- Loading branch information
1 parent
2d73d6d
commit 7f4a147
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2012-10-13 First version ready to ship Fifechan 0.1.0 | ||
================================================================================ | ||
== 0.1.0 (December 5th, 2012) == | ||
================================================================================ | ||
|
||
We are ready to ship version 0.1.0 version of Fifechan, stay tuned! | ||
There are already some important bug fixes and new features such as: | ||
* A Widget is now able to detect that the mouse enters it when a Widget above | ||
it gets hidden and the mouse cursor was over it. | ||
* Text objects do not try to access rows if they are empty, which caused | ||
crashes before. | ||
* Widgets now distribute events if their ancestors where shown/hidden. | ||
* UTF8 support for TextBox and TextField widgets. | ||
* Work is done in a separate branch to support auto-layouting in fifechan. | ||
Needs to be improved and tested. | ||
* New widgets | ||
* Circular container, which implements a container that arranges its children | ||
in a circular fashion. (only available in the auto-layouting branch) | ||
* IconProgressBar, which implements a progressbar that uses images to show | ||
progress. | ||
* PasswordField, which implements password input. |