Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-27 | 1.9 kB | |
v0.20.9 source code.tar.gz | 2025-05-27 | 8.9 MB | |
v0.20.9 source code.zip | 2025-05-27 | 9.1 MB | |
Totals: 3 Items | 17.9 MB | 0 |
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
- π¨ ANSI color code rendering in output (#3222, [#894]) (@sethaxen)
- π Auto-generate an AI prompt with smart context (#3224) (@fonsp)
- π "Copy output" for error messages (#3219) (@fonsp)
- π€ Update JuliaMono to 0.060 (#3223) (@fonsp)
- π¨ Customize ANSI colors for terminal views (#3225) (@sethaxen)
Performance improvements
- Load observablehq stdlib using jsdelivr ESM (#3237) (@fonsp)
- Performance: don't render loading bar animation when idle (#3239) (@pankgeorg)
- Complete package names from list (#3245) (@fonsp) (TODO)
Fixes
- Make file picker fuzzy autocomplete again (#3217) (@fonsp)
- misc autocomplete fixes (#3244) (@fonsp)
- Change target for "How to install Julia and Pluto?" (#1808)
- The feedback submission button is not clickable when in presentation mode (#1938)
- Autocomplete: no implicit autocomplete for
)
(#3229) - Autocomplete: support Module.funcname definition (#3230)
- Autocomplete: implicit completion when clicking on comment (#3231)
- Unicode autocompletion often doesn't pop up (#3235)
- No implicit autocomplete while typing struct fields (#3242)
Internal changes
- PrecompileTools 1.3 compat for PlutoRunner (#3215) (@fonsp)
- Bump base-x from 3.0.10 to 3.0.11 in /frontend-bundler (#3220) (@dependabot[bot])
- generate_html: add kwargs for recording_url_js and recording_audio_url_js (#3227) (@fonsp)
- "Refactor: Consolidate CSS imports using @import in all-styles.css for cleaner editor.html" to issue [#3240] (#3241) (@Anirban-001)