Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
Localization
🌏 Pluto can now display UI text in different languages (currently available in Dutch and Greek)! Do you speak a language other than English and would you like to contribute localizations of Pluto? We would love to hear from you! Take a look at https://github.com/fonsp/Pluto.jl/tree/main/frontend/lang
- Refactor to allow translating UI (#3307) (@fonsp)
- More dutch (#3311) (@fonsp)
- Translate to greek (#3308) (@pankgeorg)
See the announcement post on Discourse: https://discourse.julialang.org/t/pluto-in-different-languages/131540
New features
- 👁️ Read hidden code in static export (#3313) (@fonsp)
- More stable notebook file parsing when cell order is missing (#3285) (@fonsp)
Performance improvements
- Avoid precompiling PlutoRunner multiple times in parallel (#3236)
Fixes
- fix typo (LLM) (#3286) (@Beramos)
- Fix for clipped LaTeX in markdown (#3298) (#3305) (@fonsp)
- Strip ANSI escape codes from copied output (#3258) (#3278) (@fonsp)
- iOS safari ui blocks view of Edit or Run (#3255)
- Can't type backslash "" in Spanish Keyboard (#3280)
Security
- Update min HTTP to 1.10.7 (#3277) (@pankgeorg)