2022-08-25 20:59:09 +08:00
|
|
|
# Change log
|
|
|
|
|
|
|
|
## version 0.3.0
|
|
|
|
add script to support local .tmpl and .dspy file translation. it can build dynamic user interface without remote server.
|
|
|
|
|
2022-08-26 11:00:33 +08:00
|
|
|
## version 0.3.1
|
|
|
|
* uses weakref to collect all the i18n widgets in i18n.py
|
2022-08-30 23:16:23 +08:00
|
|
|
* show video play position
|
|
|
|
|
2022-11-15 14:42:09 +08:00
|
|
|
## version 0.4.5
|
|
|
|
* add Behavior handle when build Widget by blocks
|
|
|
|
* support following behaviors
|
|
|
|
1 ButtonBehavior
|
|
|
|
2 CodeNavigationBehavior
|
|
|
|
3 CompoundSelectionBehavior
|
|
|
|
4 CoverBehavior
|
|
|
|
5 DragBehavior
|
|
|
|
6 EmacsBehavior
|
|
|
|
7 FocusBehavior
|
|
|
|
8 ToggleButtonBehavior
|
|
|
|
9 TouchRippleBehavior
|
|
|
|
10 TouchRippleButtonBehavior
|
|
|
|
11 BGColorBehavior
|
|
|
|
12 ModalBehavior
|
|
|
|
13 swipeBehavior
|
|
|
|
14 videoBehavior
|
|
|
|
* DataGrid class add checkbox support
|
|
|
|
|
|
|
|
|