v0.19.23
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
New features
- Add latex reverse search in docs (#2476) (@Pangoraw)
- Show Pkg logs in Process Status tab (#2498) (@fonsp)
- Capture and display Pkg Logging logs in the notebook (#2507) (@fonsp)
Performance improvements
- Instantiate after auto fixed resolve (#2504) (@fonsp)
- Instantiate after update (#2505) (@fonsp)
- Precompilation when updating packages (#2488)
- Logging performance issue (#2490) (#2493) (@Pangoraw)
Fixes
- 🦆 Fix #2416 maybe by avoiding race condition (#2501) (@fonsp)
- Hide server start and stop logs from HTTP.jl (#2516) (@fonsp)
- Artifact downloads not showing in pkg terminal (#1451)
- Disabling cells doesn't work properly with
Pluto.activate_notebook_environment
(#2182) (#2239) (@disberd) - Stacktrace - clicking on line reference to jump to cell hides the code if it was previously shown (#2356)
@error
from AbstractPlutoDingetjes.transform_value no longer shown (#2403)- Crash with AppendonlyMarker (#2416)
- Export to PDF missing content (#1751)
- Firefox PDF export squishes markdown cell output to a narrow width (#2440)
- Moving a
@bind
sometimes causes it to have the wrong value (#2465) (#2467) (@Pangoraw) - "Cell deleted (UNDO)" appeared in PDF print-out (#2474) (#2481) (@Vikrantpalle)
- StateOutOfSync: Failed to apply patches in status_tree (#2494)
- Visual issue: evaluation status with many cells (#2503)
- Internal error when wrapping ccall in a function (#2511)
- Nothing appears on the screen in the notebook or its html export (#2513)
- Improve print view styling (#2468) (@tecosaur)
- Change "Static PDF" export title to just "PDF" (#2469) (@tecosaur)
- Restyle frontmatter dialog to match rest of pluto (#2470) (@tecosaur)
Internal changes
- A few random cleanups (#2496) (@sjkelly)
- chore: bump preact version and pin esm.sh to v113 (#2514) (@pankgeorg)