What's Changed
This release adds experimental language server support (docs), fixes a regression in which keyboard navigation would create cells, fixes a bug with parsing SQL references, and improves the legibility of table column summaries (while also making tables more compact).
- experimental: add LSP docs and pyproject.toml requirements by @mscolnick in #4191
- fix duckdb refs with empty quotes by @mscolnick in #4195
- feat: configurable marimo store cache by @dmadisetti in #4147
- improve: smaller column summary charts by @akshayka in #4198
- fix: column summary bars spacing, expand tooltips by @akshayka in #4200
- improve: show column summary histogram axes by @akshayka in #4208
- fix: j/k shouldn't make new cells in vim mode by @akshayka in #4210
Full Changelog: 0.11.25...0.11.26