All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2026-01-19
- ASCII art splash screen on startup
1.0.0 - 2026-01-18
- Real-time log tailing from multiple files
- Beautiful TUI with Bubble Tea framework
- MCP (Model Context Protocol) server for AI agent integration
- Auto-discovery of
.logand.txtfiles in log directory - Stream filtering with toggle on/off
- Regex search in logs
- Reverse order mode (newest at top/bottom)
- Detail view for log entries
- Stream list overlay for managing many streams
- Color-coded log output based on stream
- Keyboard navigation (vim-style)
-tailflag to skip loading history-excludeflag to exclude specific streams- Code signing for macOS binaries
- Homebrew tap support
logdump_read- Read log entries with optional filteringlogdump_grep- Search logs with regex patternslogdump_streams- List active log streamslogdump_groups- List log groupslogdump_create_group- Create custom log groupslogdump_stats- Get buffer and stream statisticslogdump_access_log- View agent access history
- YAML config file support (
~/.config/logdump.yaml) - Global log directory (
~/.local/share/logdump/logs/) - Custom stream definitions with patterns and colors
- Log groups with regex patterns