0.1.8 — macOS sizing on Tcl/Tk 9
Fixed
- The interface is sized correctly on macOS with Tcl/Tk 9. Tk 9 changed the resolution macOS reports, and bootstack read that as a high-density display — so on a Homebrew or conda Python, or any build linked against Tk 9, the whole interface rendered about a third too large. Text, icons, padding, and control sizes are all restored to their intended size, and now match Tk 8.6 exactly. Windows and Linux are unaffected. (#375)
What's Changed
- fix(scaling): size the UI correctly on macOS with Tcl/Tk 9 (#375) by @israel-dryer in #377
Full Changelog: v0.1.7...v0.1.8