Releases: SolidKeyAB/logan
Releases · SolidKeyAB/logan
v0.1.4 - Embedded Terminal
What's New in v0.1.4
Embedded Terminal
- New terminal panel - Integrated bash/zsh terminal at the bottom of the window
- Toggle with Ctrl+` - Quick keyboard shortcut to show/hide terminal
- Auto-cd - Terminal automatically changes to the current file's directory when you open files
- Dark theme - Terminal styled to match LOGAN's dark interface
- Full shell support - Uses your default shell (bash, zsh, etc.)
How to Use
- Click the "Terminal" button in the status bar, or press `Ctrl+``
- Terminal opens at the bottom of the window
- Run any shell commands - grep, tail, awk, or even AI agents like Claude Code!
- Terminal automatically navigates to the current file's directory
Use Cases
- Run
tail -fto watch log files in real-time - Use
grep,awk, orjqfor advanced log processing - Run AI CLI tools like Claude Code for assisted log analysis
- Execute custom scripts from within LOGAN
Installation
Download the appropriate package for your platform from the assets below.
v0.1.3 - Search & Line Handling Improvements
What's New in v0.1.3
Search & Filtering
- Fix search on filtered content: Search now properly works when a level filter is active
- Highlight search pattern in results: The searched text is now highlighted in search result lines
- Folder search with terminal-style results: Search across all opened folders using ripgrep, with clickable results that open files at the matching line
File Support
- Robust line ending handling: Properly handles LF, CRLF, CR, and mixed line endings without breaking file display
- Extended file extension support: Now supports .md, .markdown, .toml, .ini, .conf, .cfg, .config, .csv, .tsv, .ndjson, .jsonl, .sh, .bash, .zsh, .ps1, .bat, .cmd, .properties, .env, .gitignore, .dockerignore and more
Bookmarks
- Export bookmarks as markdown: Export all bookmarks to a markdown file with clickable
file:linelinks
Installation
Download the appropriate package for your platform from the assets below.
v0.1.2
Changes
- Fix notes saving: support text drag selection for multiple lines
- Auto-refresh notes tab when content is appended
- Fix backend cache invalidation for notes files
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/SolidKeyAB/logan/commits/v0.1.0