Releases: nomad-software/tkd
Releases · nomad-software/tkd
v1.1.4
- Updated dependency.
v1.1.3
- Refactored all methods that accept text to display in the GUI to not use std.string.format. This was leading to errors when text contained format specifiers.
v1.1.2
- Statically check for args before trying to use format in the logger and interpreter.
- Implemented better escaping for text input to handle characters that are used internally by Tcl/Tk.
v1.1.1
- Added new updateDataColumn method to TreeView class.
- Re-generated all documentation.
v1.1.0
- Removed al dependencies on ActiveTcl.
v1.0.8-beta
- Added setReadOnly method to the Text class. Because this is an old style widget it lacked the option to change to readonly.
- Updated readme with ActiveTcl deprecation notice.
- Fixed bug with setting canvas text fonts and opening file dialogs.
- Fixed tcltk dependency version to v8.6.2 until the new version of dub is released.
v1.0.7-beta
- Updated the interpreter to escape certain special tcl characters.
- Changed the addProtocolCommand method to be setProtocolCommand for consistency.
- Added the ddoc file for others to generate the correct documentation.
- Regenerated the documentation.
- Updated the example.
- Added window
setIdleCommand
for simple execution of callbacks at specified intervals.
v1.0.6-beta
- Fixed bug with missing image import and updated the example to avoid this is the future.
v1.0.5-beta
- Added a missing import.
v1.0.4-beta
- Switched to allocating memory from the GC instead of unmanaged heap when creating a command.
- Solved a long standing bug with base64 encoding of images.
- Updated example.
- Updated readme.