-
v1.1.1 Stable
released this
2026-03-11 03:38:21 -07:00 | 108 commits to main since this releaseReduce extension log noise: change
@infoto@debugin all extension__init__functions (Markdown, GIF/APNG, Tables, SQLite).Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.0.2 Stable
released this
2026-03-11 03:01:32 -07:00 | 159 commits to main since this releaseTachikoma v1.0.2
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.1.0 Stable
released this
2026-03-11 02:41:44 -07:00 | 111 commits to main since this releaseNew 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,:wqex commands.
Providers & Integrations
InMemoryPagedProviderfor column-major data with built-in sort/filter/search.SQLitePagedProviderviaTachikomaSQLiteExtfor database-backed tables.- Tables.jl integration:
PagedDataTable(df)for any Tables.jl source. Tachikoma.Pagedsubmodule 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.4 Stable
released this
2026-03-07 13:14:44 -08:00 | 146 commits to main since this releaseBump version to 1.0.4 — includes right-aligned title and title padding for Block widget.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.0.3 Stable
released this
2026-03-03 17:04:15 -08:00 | 155 commits to main since this releaseWhat's Changed
- Fix Kitty shared memory leak — POSIX shm segments created for Kitty
t=stransmission are now tracked and unlinked by the sender using two-generation cleanup. Prevents permanent memory leaks when the terminal doesn't unlink segments (misdetection, crash, etc.). Cleanup runs per-frame, on TUI exit, and on process exit. (#6) - Skip Kitty graphics detection for WezTerm — WezTerm supports sixel but not Kitty graphics. Detection now checks
TERM_PROGRAMto avoid misdetection. (#7) - Added
test/cleanup_shm.jl— Utility to scan for and unlink leaked shm segments from previous sessions - Added
test/test_kitty_shm_stress.jl— Stress test withpixelandrawmodes for verifying shm cleanup under load - Moved diagnostic scripts from
demos/totest/
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix Kitty shared memory leak — POSIX shm segments created for Kitty
-
v1.0.1 Stable
released this
2026-03-02 17:06:57 -08:00 | 160 commits to main since this releaseFixes
- Fix variadic ioctl ccall for ARM64 calling convention (prevents segfaults on Apple Silicon)
- Remove unnecessary
invokelatestfromupdate!,view, andwrite_tachhot path - Fix markdown extension detection with world age counter
- Add ccall safety tests for CI
Docs
- Update juliac docs: fix
draw→view,@tachikoma_app, variadic ccall documentation - Add
description,authors, andkeywordsto Project.toml
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Documentation Assets Stable
released this
2026-02-26 23:49:09 -08:00 | 185 commits to main since this releaseAuto-updated GIF assets for documentation
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.0.0 Stable
released this
2026-02-26 19:19:23 -08:00 | 187 commits to main since this releaseInitial release of Tachikoma.jl — a terminal UI framework for Julia.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)