1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
=====================
Ubuntu UI Toolkit 0.1
=====================
New Features
------------
- New AbstractButton component.
- New Button component.
- New Tab component.
- New Tabs component.
Improvements
------------
- Improvements to existing commands, especially improved performance
or memory usage, or better results.
Bug Fixes
---------
- No bugs yet.
Documentation
-------------
- All classes are now documented.
API Changes
-----------
- This is the first version.
|