CHANGELOG.md in glimmer-dsl-libui-0.4.7 vs CHANGELOG.md in glimmer-dsl-libui-0.4.8
- old
+ new
@@ -1,6 +1,17 @@
# Change Log
+## 0.4.8
+
+- Support `checkbox` `checked` bidirectional data-binding (with `<=>` sign)
+- Support `check_menu_item` `checked` bidirectional data-binding (with `<=>` sign)
+- Support `radio_menu_item` `checked` bidirectional data-binding (with `<=>` sign)
+- Support `radio_buttons` `selected` property bidirectional data-binding (with `<=>` sign)
+- Improve examples/tetris.rb with bidirectional data-binding for `check_menu_item`/`radio_menu_item` `checked`
+- Update default dimensions of Meta-Example to `1000x500`
+- Fix minor issue with Meta-Example selecting first radio button in Advanced examples despite it not being the truly selected example on launch of the app (now, it starts explicitly deselected)
+- Fix minor issue with Meta-Example showing basic examples as advanced
+
## 0.4.7
- Support `date_time_picker`/`date_picker`/`time_picker` `time` bidirectional data-binding (with `<=>` sign)
- Support `combobox` `selected`/`selected_item` bidirectional data-binding (with `<=>` sign)
- Support `editable_combobox` `text` bidirectional data-binding (with `<=>` sign)