Releases: fonsp/Pluto.jl
Releases · fonsp/Pluto.jl
v0.12.2
v0.12.1
v0.12.0
Pluto v0.12.0
Closed issues:
- Import/export Jupyter notebooks (#14)
- Add support to display images. (#60)
- Anyway to deploy on binder (#105)
- Open default browser on run (#179)
- Pluto disconnects after idle (#188)
- 👁 and ▶ in intro notebook are unclear (#221)
- Can Pluto.jl & Revise.jl work together? (#238)
- Live docs - include prefixed module in search term (#239)
- Display DiffEqBase.ODESolution (#250)
- Store notebooks in a permanent location by default (#265)
- Document the list of keyboard shortcuts (#284)
- Performance - delay creating codemirrors (#291)
- Implement authentication token (#293)
- Use JuliaMono font 🔤 (#296)
- Versioning the file format (#311)
- html doesn't bind correctly (#319)
Ctrl+C
to copy localhost:1234 in the terminal stops Pluto (#328)- Windows 7:
julia.exe
using 100% of a core when idle (#329) - Add an
x
on the left too (#331) - ERROR: Unable to automatically install 'MbedTLS' (#339)
- do not change pwd after exiting Pluto (#342)
- Detect cell ID using javascript (#347)
- Open the standard Open File and Save File dialogs (#350)
- Vector(undef, 3) does not show (#352)
- LaTeXStrings repr with mixed text/math (#359)
- Unable to download from URL from behind a corporate proxy server (#365)
- A better config system (#366)
- GeoArrays working in REPL, not working in Pluto.jl (#375)
- @Bind doesn't update values within the same cell (#391)
- Pluto doesn't use Pkg environments? (#393)
- MsgPack is required but does not seem to be installed (#394)
- Error when loading notebook with unicode operator (#397)
- Copy paste entire cells (#399)
- Occupy full window width (#400)
- Don't launch browser over SSH (#401)
- Cannot open URL (#402)
- Pluto.run() opens url at "penguin.linux.test" (#404)
- Screen centered layout (#406)
- Pluto complains about multiple definitions (#409)
- Pluto complains about multiple definitions (#410)
- Error when using ScikitLearn.jl (#412)
- Export {HTML, PDF} options reduce font size, hard to read (#413)
- Wait for secret before redirecting to
/open
(#415) - Dependency on copy isn't detected (#417)
- Idea for richer notebook format (#421)
- Methods with unnamed arguments do not re-evaluate (#423)
- Execute independent cells concurrently (#424)
- Watch external file modifications (#426)
- Visual reordering of cells (#427)
- text not copying to appropriate buffer on linux (#431)
- Convert Pluto notebooks to plain Julia code (#432)
- Show result under cell (#438)
- Bad query - ArgumentError: Malformed UUID string: "undefined" (#441)
- Tab key should insert 4 spaces (#450)
- @which macro shows local path but click through link is broken (#451)
- SVector of Vector throws error (#458)
- Include
with_terminal
in Pluto or PlutoUI (#459) - One-dimensional arrays lose relevant info in display (#461)
try
block is not scoped correctly (#464)- Error on Ubuntu 16.04:
NaCl helper process running without a sandbox
(#465) - Problems using pluto.jl in WSL2's docker (#468)
- Base.Display() like result modification (#470)
- Disable auto-running of freshly opened notebooks/Trusting notebooks (#473)
- struct inside let block is always global (#474)
- user defined macro are not reactive (#477)
- UUID string undefined on refresh (#479)
- LaTeX macro dependency parsing? (#480)
- Option to have linear cell dependency? (#481)
- Weird syntax highlighting in string interpolation (#483)
- Editing breaks Pluto (#490)
- Input to cell broken after deleting parenthesis (#491)
- Opening Github /raw links doesn't work (#492)
- Incorrect "A new version of Pluto.jl is available" (#495)
- Feature Request: scratch cells (#499)
- [dev] Cell.js - is_hidden is always false (#500)
- Feature request: allow scrolling past last cell (#503)
- Programmatically export static HTML from Pluto notebook to deploy with docs. (#506)
- doc: provide a list of all keyboard shortcuts (#507)
- Run .julia/config/startup.jl at startup (#509)
- Problem with similar functor definitions (#510)
- Print function does not display anything in the notebook (#512)
- Union with Parameter Type throws UndefVarError (#517)
- URL doesnt work anymore (#519)
- changing keyboard mappings for personal use (#523)
- Variable value cannot be changed in other cells (#524)
- Issue adding Pluto package to julia version 1.5.2 (#531)
- Markdown ending with newline not displayed properly (#533)
- Pluto.run docstring kwargs outdated (#534)
Merged pull requests:
- 🔠 Replace Roboto Mono with JuliaMono (#364) (@novoselrok)
- ⚙ new config system without environment variables (#367) (@Roger-luo)
- Wrap LaTeXString with
text{}
(#381) (@zmoon) - Replace hyphen with Em dash (#403) (@Immortalin)
- fix undef showing (#411) (@Moelf)
- 🖨 Fix #413 - consistent styles for hide-ui.css (#414) (@ekzhang)
- Revise support! (#416) (@fonsp)
- On binder, put the token in the url so it can be shared (#429) (@fonsp)
- On binder, put the token in the url so it can be shared (#430) (@fonsp)
- add tests for notebook project resolution & fix a bug (#433) (@Roger-luo)
- Consider cmd key for shortcuts on mac (#434) (@dralletje)
- Bond sends files as Uint8Array instead of Int64 array (#439) (@dralletje)
- 🥫 Fix binder connection issues (#440) (@fonsp)
- Fix 'undefineds' time unit for long running cells (#442) (@isofew)
- Add a nice selection rectangle area thing (#443) (@dralletje)
- Make sure cells don't use top-level return (#446) (@dralletje)
- 🔗 @Bind t html"" (#453) (@fonsp)
- 🤷 Hack markdown mode to work for blank cells (#454) (@ekzhang)
- Blob images (#456) (@fonsp)
- 🖼 Embed images in exported HTML (#457) (@fonsp)
- add unamed parameter type to references, fixes #423 (#462) (@Pangoraw)
- fix show array elements no need to pass sliced array (#463) (@Moelf)
- 📋 Copy/paste functionality for cells (#466) (@ekzhang)
- handle try catch in different scopes, closes #464 (#467) (@Pangoraw)
- Comments using [ctrl-/] match the line indentation #️⃣ (#469) (@mossr)
- Changed default location to ~/.julia/pluto_notebooks BUT (#475) (@fonsp)
- handle macro definitions in ExpressionExplorer.jl, closes #477 (#478) (@Pangoraw)
- Adding and removing CodeMirror instance on-demand, i.e. depending on … (#484) (@pupuis)
- Add Github /raw link support (#493) (@musabkilic)
- 🧻 Julia Logging in browser console (#496) (@fonsp)
- 📜 Logging tweaks and fixes (#498) (@c42f)
- Fixes condition for is_hidden for CellInput (#502) (@pupuis)
- Use powershell instead of cmd to launch browser on Windows/WSL (#520) (@Pocket-titan)
- Handle parametric type assignments, closes #517 (#521) (@Pangoraw)
- Fixed some typos (#525) (@romaindegivry)
- Make struct always a global scope (#527) (@iboss-ptk)
- 🗝 Secret for access on multi-user computers (#529) (@fonsp)
- Bugfix: Delete button not working on feedback field etc. (inputs) (#532) (@pupuis)
- Multiplemethoddefinitiontests (#537) (@fonsp)
- Javascript """""enhancements"""" (#539) (@dralletje)
- upstream (#540) (@fonsp)
v0.11.14
Pluto v0.11.14
Closed issues:
- Global and Local Scope inside the for and while loop (#379)
- Bad Query, Failed Process when trying to open hw0 Pluto Notebook (#386)
- Can't use two calls to VegaLite.jl
@vlplot
in different cells if they use the same keywork arguments (#388) - Markdown syntax inconsistencies (#392)
- interpolation in slider definition (#395)
- Connect from a remote host? (#398)
Merged pull requests:
- add launbrowser on run (#190) (@mgautam98)
- implement per notebook env in backend (#341) (@Roger-luo)
- Highlight selected cell & minor UI tweaks (#372) (@marius311)
- Move welcome message to end of code loading (#389) (@ianshmean)
- 📝 Add Ctr+M shortcut for toggling Markdown mode (#390) (@ekzhang)
v0.11.13
Pluto v0.11.13
Closed issues:
- Distinction between queued and running cells (#44)
- Ctrl+C is not always caught (#123)
- Enable Cmd + / for commenting all lines in a cell (#322)
- Move FAQ back to GitHub Wiki (#344)
- Stabilize and document Pluto backend API (#345)
- A non-blocking Pluto.run()? (#346)
- Buttons clickable but not visible on touch screen (#348)
- [1, missing, 3] doesn't show (#354)
- sample notebooks: pizza 5 cuts typo? (#356)
- #Pluto live doc (#358)
- Automatically reload from file (#360)
- Failed to load notebook (#361)
- Running this takes forever and essentially hangs the whole session (#362)
- Unable to run cell with variable-setting macro twice (#371)
- Coloured show (#374)
- Stop button is gone (#376)
Merged pull requests:
- 💈 Cell queued state (#349) (@shashankp)
- rename contributing file (#353) (@shashankp)
- Update README.md (#355) (@zuckberj)
- Change the 5-cut hint-show condition (add 1) (#357) (@zmoon)
- 🔌 Automatic reconnect (#370) (@fonsp)
- Changed button opacity for pointer:coarse to be 0.25 permanently (#378) (@sravanth-chebrolu)
v0.11.12
v0.11.11
v0.11.10
v0.11.9
Pluto v0.11.9
Closed issues:
- kwagrs for macro calls (#252)
- Possibility to have the code before the output? (#312)
- LaTeXString in markdown block has extra L" " (#313)
- UndefVarError (#314)
- The markdown used in Pluto notebooks doesn't render/support HTML tags (#315)
- Types? (#320)
Merged pull requests:
- Add First Steps Math sample (#272) (@GlenHertz)
- Allow Pluto.run(host), i.e. without specifying port. (#310) (@fredrikekre)
v0.11.8
Pluto v0.11.8
Closed issues: