Skip to content

Releases: nomad-software/tkd

v1.1.4

31 Mar 20:26
Compare
Choose a tag to compare
  • Updated dependency.

v1.1.3

25 Feb 11:43
Compare
Choose a tag to compare
  • 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

18 Feb 16:22
Compare
Choose a tag to compare
  • 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

14 Feb 17:21
Compare
Choose a tag to compare

v1.1.0

22 Sep 17:54
Compare
Choose a tag to compare
  • Removed al dependencies on ActiveTcl.

v1.0.8-beta

22 May 19:00
Compare
Choose a tag to compare
  • 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

20 May 17:22
Compare
Choose a tag to compare
  • 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

16 May 17:48
Compare
Choose a tag to compare
  • Fixed bug with missing image import and updated the example to avoid this is the future.

v1.0.5-beta

15 May 17:26
Compare
Choose a tag to compare
  • Added a missing import.

v1.0.4-beta

14 May 18:26
Compare
Choose a tag to compare
  • 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.