New
v1.15.0
What's Changed
- Update ASC spec to v4.0.0 by @kabiroberai in https://github.com/xtool-org/xtool/pull/142
- Improve tmpdir management by @kabiroberai in https://github.com/xtool-org/xtool/pull/147
- This fixes some common issues with temporary directory management: see #23. xtool now determines where to create temporary directories by looking at (in order) env var
XTL_TMPDIR-> env varTMPDIR->NSTemporaryDirectory(). If you're receiving "no space left" errors because the default TMPDIR is on a ramdisk, try changing the location by settingXTL_TMPDIR.
- This fixes some common issues with temporary directory management: see #23. xtool now determines where to create temporary directories by looking at (in order) env var
Full Changelog: https://github.com/xtool-org/xtool/compare/1.14.0...1.15.0