Skip to content

Releases: JuliaGraphics/Tk.jl

v0.7.0

12 Feb 14:45
v0.7.0
42fcbb7
Compare
Choose a tag to compare

v0.7.0 (2020-02-12)

Diff since v0.6.0

Closed issues:

  • When will Tk.jl be updated for Julia 1.0 ? (#145)
  • 'print_escaped' not defined. (#140)
  • 'print_escaped' is deprecated but is still being used (#135)
  • Build process fails on Windows (#134)
  • forward the TkWidget on OS X (#132)
  • Can't find a usable init.tcl (#129)
  • [PkgEval] Tk may have a testing issue on Julia 0.4 (2015-06-30) (#104)
  • Tk access violation on Windows (#89)
  • Use library groups to separate 8.5 from 8.6 (#80)
  • Build fails on Travis CI (#75)
  • Tk.jl fails on Debian with recent builds of Julia (#69)
  • directory problem on Windows (#62)
  • Problems with system Tcl/Tk 8.5 on Mac OS X (#52)

Merged pull requests:

v0.6.0

05 Feb 11:40
v0.6.0
309c485
Compare
Choose a tag to compare

v0.6.0 (2020-02-05)

Diff since v0.5.2

Closed issues:

  • Info about upcoming removal of packages in the General registry (#146)
  • julia v0.6: UndefVarError: LambdaInfo not defined (#128)
  • Tk.TclError "unknown option" tab escape sequence. (#120)
  • Warning: could not import Base.Text into Tk (#103)

Merged pull requests:

v0.5.2: Fix for change to internal representation of methods (#133)

26 Mar 06:44
Compare
Choose a tag to compare
* Fix for change to internal representation of methods

* Whoops

v0.5.1: Fix 0.6 ccall on OS X and add OS X to Travis (#131)

16 Mar 21:25
Compare
Choose a tag to compare
* Fix 0.6 ccall on OS X and add OS X to Travis

* Remove unnecessary at-compat

* Don't use xvfb on Mac

Support julia 0.6

13 Mar 23:53
Compare
Choose a tag to compare
Merge pull request #130 from ararslan/aa/0.6

Updates for Julia 0.6, drop 0.4 support