Official release notes are available here: http://jim.tcl.tk/index.html/doc/www/www/articles/jim-release-0-83/
Attached jimsh-0.83.zip is the appveyor build for Windows
What's Changed
- build: remove jsmn/*.o on clean by @borneoa in #258
- examples.api: drop last JIM_EMBEDDED definitions by @borneoa in #257
- core: support multi-level break, continue from loops by @msteveb in #261
- aio updates to avoid stdio by @msteveb in #266
- interactive: enable hint support by @msteveb in #162
- core: add support for proc static variables by reference by @msteveb in #265
- info script: return real current source file by @msteveb in #269
- Add CodeQL Workflow for Code Security Analysis by @b4yuan in #284
- Fix typos. relating to 172b5c4 by @prpr19xx in #292
- reorder SDL text command help to match parsing by @incanus in #295
- clock: Fix DST problem in [clock scan] using "-gmt 0" by @prpr19xx in #299
- Hide some more umask() calls behind HAVE_UMASK by @dressupgeekout in #305
- add support for lsort -dict by @msteveb in #306
- Json decode improvements by @msteveb in #307
New Contributors
- @b4yuan made their first contribution in #284
- @incanus made their first contribution in #295
- @dressupgeekout made their first contribution in #305
Full Changelog: 0.82...0.83