0.3.8
What's Changed
Thanks @riyavsinha and @fuenfundachtzig for your contributions -- welcome to the marimo family!!
Highlights.
- 📦 Pixi support! This release adds support for installing packages using the Pixi package manager.
- 🌐 Query parameters! Use
mo.query_params()
to access the URL query parameters; this makes it possible to parametrize notebooks when sharing. - ⌨ Improved keyboard navigation! Open the cell menu with
Cmd/Ctrl+p
-- no mouse clicks required -- and useCmd/Ctrl+Shift+m
to toggle markdown view on and off.
All changes.
- fix: one source of truth for language adapter state by @mscolnick in #1027
- feat: allow deleting file from the file explorer by @mscolnick in #1023
- feat: add config actions to Command Pallete by @mscolnick in #1028
- fix: stale editor view in cell action buttons by @akshayka in #1029
- feat: enable toggling to md mode automatically via mod-shift-m by @riyavsinha in #1021
- fix: command palette shouldn't show NOOP-ed hotkeys by @akshayka in #1032
- feat: mo.query_params by @mscolnick in #1006
- avoid server error when encountering broken symlinks by @fuenfundachtzig in #1034
- feat: add pixi package manager by @akshayka in #1035
- 0.3.8 by @akshayka in #1036
New Contributors
- @riyavsinha made their first contribution in #1021
- @fuenfundachtzig made their first contribution in #1034
Full Changelog: 0.3.7...0.3.8