Skip to content

Commit

Permalink
Adding some notes to the news file from vdaras.
Browse files Browse the repository at this point in the history
  • Loading branch information
prock-fife committed Dec 6, 2012
1 parent 2d73d6d commit 7f4a147
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions NEWS
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.

0 comments on commit 7f4a147

Please sign in to comment.