v0.2.2 — 2026-03-26
Pre-release
Pre-release
Performance
- Replaced syntect with a zero-dependency custom SQL tokenizer — saves ~30–45 MB RAM
- Switched to current-thread Tokio runtime and pruned unused Cargo features — further RAM reduction (total: ~45–47 MB
at runtime) - Hard cap of 50,000 rows per result set to prevent unbounded memory growth
Bug Fixes
- View and materialized view browse returned no results — fixed
- Windows: app icon now renders correctly
- Join builder scroll position was broken — fixed
- Database error messages are now human-readable instead of raw driver output
Other
- Tab context menu labels translated to English
- Binary size: ~6.9 MB (release + LTO)