Releases: JuliaPluto/PlutoSliderServer.jl
Releases · JuliaPluto/PlutoSliderServer.jl
v1.0.0
PlutoSliderServer v1.0.0
Diff since v0.3.31
1.0.0 release! 🎉
No breaking changes, just thought it's time for 1.0.0!
The minimum Julia version is now Julia 1.10
Merged pull requests:
v0.3.30
PlutoSliderServer v0.3.30
Diff since v0.3.29
Merged pull requests:
- Re-enable github actions logger (#141) (@fonsp)
- Export try_get_exact_pluto_version API (#142) (@fonsp)
Closed issues:
- Buttons for recalculation only work once. (#137)
v0.3.29
PlutoSliderServer v0.3.29
Diff since v0.3.28
Merged pull requests:
- Add elapsed time information when running notebooks (#135) (@theogf)
Closed issues:
- [FR] Time of evaluation in export notebooks (#126)
- Large statefile with
baked_statefile = true
fails to open (#132)
- deterministic ordering of notebook creation (#133)
v0.3.27
PlutoSliderServer v0.3.27
Diff since v0.3.26
Merged pull requests:
- Include slider_server_url and binder_url setting in pluto_export.json (#128) (@fonsp)
Closed issues:
- Indicate in notebook if update from server is not received yet (#64)
- Get visual feedback about notebook running status (#121)
v0.3.26
PlutoSliderServer v0.3.26
Diff since v0.3.25
Closed issues:
- Wrong bond connections graph behavior (#117)
- Non-updating plots unless git directory changes (#120)
Merged pull requests:
- Shutdown noninteractive notebook processes after export (take 2) (#116) (@ctrekker)
- maxlog=50 for "Request hash not found..." to avoid overflowing logs (#119) (@fonsp)
- Configurable Cache-Control header (#122) (@ctrekker)
v0.3.24
PlutoSliderServer v0.3.24
Diff since v0.3.23
Merged pull requests:
- run_git_directory: detect change to Project.toml or Manifest.toml and restart server (#112) (@fonsp)
- run_git_directory: Don't stop git-pull after failure (#113) (@fonsp)