v0.19.12
Pluto v0.19.12
Recommended update
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
- Show "Estimate runtime" in static HTML (#2267) (@fonsp)
- Add query suggestions in live docs (#2282) (@Pangoraw)
- Improve ARM support for
roughly_the_number_of_physical_cpu_cores
(#2263) (@fonsp) - Plots.jl GR respect fmt setting for auto choosing between SVG PNG (#2266) (@fonsp)
- Offer popup to enable cell when you double click a disabled cell's run button (#2272) (@fonsp)
- Reload CM when things go south (#1917) (@pankgeorg)
- Show loading screen on main menu when navigating away (#2292) (@fonsp)
Performance improvements
Fixes
- Fix Ctrl+C on Julia 1.8 (#2293) (@fonsp)
- Recover gracefully from loading a notebook with non-existing versions (#2294) (@fonsp)
- methods on custom structs defined inside macros are not deleted on re-run (#2127) (#2241) (@disberd)
- Shift + Enter does not work for existing cells on binder (#2215) (#2261) (@fonsp)
- Cell context menu clipping on small screen (#2271)
- Compare metadata when reloading from file with AUTO_RELOAD_FROM_FILE (#2291) (@fonsp)
- Opening notebook with outdated registry requires restart immediately (#2280)
- Segmentation fault when using a custom sysimage (#2288)
Internal changes
- Environments/cells can render Non-Cell outputs in the notebook (#2195) (@pankgeorg)
- 🧹 Code cleanup (#2260) (@Pangoraw)
- Keep track of Pkg install times (#2265) (@fonsp)
- Include set of disabled cells in
NotebookTopology
(#2270) (@fonsp) - frontend bundler: Replace search param with hash in filename (#2284) (@Pangoraw)