v0.17.6
Pluto v0.17.6
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
Merged pull requests:
- Logging in notebook (#437) (@fonsp)
- Dark mode (#1661) (@pbignardi)
- Offline support (#1561) (@dralletje)
Minor new features:
- Add support for JULIA_NUM_THREADS=auto (fixes #1813) (#1814) (@lucifer1004)
- Fixes in julia-lezer (#1830) (@dralletje)
Internal changes:
- Use newer keyword arg syntax (#1823) (@rikhuijzer)
- Use polyfill library to support sha256'ing in insecure contexts (#1825) (@pankgeorg)
- Add unique ID to
<bond>
element to force re-render after bond definition (#1827) (@fonsp) - Bundle with more clearity (#1678) (@dralletje)
- Bundle on every commit (#1716) (@fonsp)
- π Run frontend tests on bundle in offline mode? (#1737) (@fonsp)
Closed issues:
- Dark mode (#23)
- Artifacts to proxy&cache CDNs (#241)
- Progress for cells taking longer to execute (#343)
- Pluto is too fast for its own good! (#787)
- Print link with full hostname when starting? (#1262)
- ProgressLogging progress is not logged anywhere (#1434)
:if
(and friends) get detected asif
statements by editor (#1491)- Incorrect syntax highlighting in
begin/end
block (#1624) - linting error for raw string macro (#1630)
- Check that the frontend assets are unchanged before serving bundled (#1681)
- Incorrect highlighting of (non-)matching
for/end
(#1791) - Multi-Threading Bug (#1813)
- Pkg 'add Pluto' fails in 1.7.1 on Windows (#1821)
- fails to run when JULIA_NUM_THREADS=auto (#1831)
- disable cell css glitchy (#1832)
- Pluto doesn't start with non-numeric
JULIA_NUM_THREADS
(#1833)