What's Changed
This release includes quality-of-life improvements and bug fixes (importantly, restoring compatibility with our VS Code extension).
✨ Enhancements
- Did you know that marimo has a command palette? (
Cmd
/Ctrl
+k
). We have a tooltip now to remind you: render command palette shortcut for notebook actions (#5467) - Add Vim-style autocompletion keybindings (Ctrl-y, Ctrl-n, Ctrl-p) (#5466)
- Configuration to disable sharing actions in the marimo editor (#5432)
- Make formatting failure message package-manager agnostic (#5459)
- Update filename form placeholder text (#5462)
🐛 Bug fixes
- Restore DOM-based metadata for VS Code extension compatibility (#5480)
- Empty tool list error for openai compatible endpoints (#5482)
- Fix shift-enter not focusing new cell at end (#5481)
- Wasm kernels don't have argv (#5476)
- Fix StateRegistry retain_active_states (#5435)
📚 Documentation
New Contributors
- @kyrre made their first contribution in #5432
- @buckley-w-david made their first contribution in #5435
Full Changelog: 0.14.8...0.14.9