Releases: JuliaGraphics/Tk.jl
Releases · JuliaGraphics/Tk.jl
v0.8.0
What's Changed
- Install TagBot as a GitHub Action by @JuliaTagBot in #151
- Switch CI and doc building to github actions by @LilithHafner in #157
- Fix
pack(::Canvas)and support kwargs ingrid(::Canvas, ...)by @LilithHafner in #156 - Update to Tcl/Tk v9 by @ViralBShah in #161
- Stop exporting Text to avoid shadowing Base.Text by @ViralBShah in #162
- Update Documenter.jl from v0.24 to v1.x by @ViralBShah in #163
- Fix Tcl/Tk 9 initialization and deprecated API usage by @ViralBShah in #164
- Update CI.yml by @ViralBShah in #165
- API updates, modernization and make all tests work by @ViralBShah in #166
New Contributors
- @JuliaTagBot made their first contribution in #151
- @LilithHafner made their first contribution in #157
- @ViralBShah made their first contribution in #161
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.7.0 (2020-02-12)
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
v0.5.2: Fix for change to internal representation of methods (#133)
* 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)
* 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
Merge pull request #130 from ararslan/aa/0.6 Updates for Julia 0.6, drop 0.4 support