• v1.1.0 7029ac4936

    v1.1.0 Stable

    kahliburke released this 2026-03-11 02:41:44 -07:00 | 111 commits to main since this release

    New Widgets

    • Terminal & REPL — Embedded shell and in-process Julia REPL widgets with PTY integration, ANSI rendering, and shared module state.
    • PagedDataTable — Virtual data table for datasets of any size with provider-delegated paging, typed filter modal, global search, column sorting, detail view, and async fetching.
    • CodeEditor command mode:q, :w, :wq ex commands.

    Providers & Integrations

    • InMemoryPagedProvider for column-major data with built-in sort/filter/search.
    • SQLitePagedProvider via TachikomaSQLiteExt for database-backed tables.
    • Tables.jl integration: PagedDataTable(df) for any Tables.jl source.
    • Tachikoma.Paged submodule with tiered exports for the provider protocol.

    Performance

    • Adaptive sixel color quantization (shift 2→3→4).
    • Fix iTerm2 Kitty graphics misdetection — use native sixel path.
    Downloads