Skip to content

v0.19.12

Compare
Choose a tag to compare
@fonsp fonsp released this 21 Sep 16:33

Pluto v0.19.12

Recommended update

Try this release in your browser! (Available 30 minutes after the release)

Binder logo

Generate your own binder links using pluto-on-binder.glitch.me!

Diff since v0.19.11

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

  • updated_topology: maintain identity when there are no changes (#2269) (@fonsp)

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