CHANGELOG.md in glimmer-dsl-libui-0.0.4 vs CHANGELOG.md in glimmer-dsl-libui-0.0.5

- old
+ new

@@ -1,6 +1,20 @@ # Change Log +## 0.0.5 + +- Support examples/control_gallery.rb +- Support `open_file` and `save_file` +- Support `quit_menu_item` with `on_clicked` listener +- Support `preferences_menu_item` and `about_menu_item` +- Support `check_menu_item` and `separator_menu_item` +- Support `enabled=` & `set_enabled` on all controls (making `enabled` property read/write by relying on `enable`/`disable` operations) +- Support `visible=` & `set_visible` on all controls (making `visible` property read/write by relying on `show`/`hide` operations) +- Support `horizontal_box` and `vertical_box` propeties (`padded`) & operations (`append`, `delete`) via `LibUI.box_*` methods +- Support `editable_combobox`, `radio_buttons`, and `group` +- Support `tab` and `tab_item` +- Fix issue with always setting menu item text to 'Version' (correctly set to passed argument instead) + ## 0.0.4 - Support examples/midi_player.rb - Support `combobox` `items` attribute to append text value array declaratively - Support `menu` and `menu_item` controls