CHANGELOG.md in glimmer-dsl-tk-0.0.37 vs CHANGELOG.md in glimmer-dsl-tk-0.0.38
- old
+ new
@@ -1,8 +1,19 @@
# Change Log
+## 0.0.38
+
+- Hello, Menu Bar! sample
+- Support `menu` and `menu_item` widgets including `:command` (default), `:separator`, `:radiobutton`, and `:checkbutton` styles
+- Support menu item `accelerator` attribute
+- Support menu item `selection` attribute
+- Support menu item `state` attribute
+- Support menu item command event, which is triggered on mouse/keyboard menu item selection or via accelerator
+- Support `toplevel` `iconphoto` (more conveniently via direct path) and `resizable` attributes
+
## 0.0.37
+- Support `focus: true` or `focus: [integer]` option for all selection formatting methods (`add_selection_format`, `remove_selection_format`, `toggle_selection_format`, `add_selection_font_format`, `remove_selection_font_format`, `toggle_selection_font_format`)
- Have `text` widget grab focus after every formatting modification in Hello, Text! (e.g. after clicking `B` for Bold)
## 0.0.36
- Hello, Toplevel! (Custom Window and Custom Dialog)