CHANGELOG.md in glimmer-dsl-tk-0.0.31 vs CHANGELOG.md in glimmer-dsl-tk-0.0.32

- old
+ new

@@ -1,6 +1,11 @@ # Change Log +## 0.0.32 + +- Hello, Text! Find Dialog toolbar button +- Hello, Text! Find Dialog Windows/Linux CONTROL+F shortcut alternative to Mac CMD+F + ## 0.0.31 - Improve Hello, Text! (toolbar buttons: justify left, justify center, justify right) - `on('destroy') {|widget| ...}` support in widgets to better track calls to "destroy" method and `'<Destroy>'` binding event (as opposed to the unreliable tracking of '<Destroy>' alone) - Support observing `text` general events (e.g. `'<KeyPress>'`) through `on(event) {}` (was not working before because it required applying a tag, a general `__all__` tag is applied automatically now on full range (`1.0` to `end`))