Skip to content

Releases: SolidKeyAB/logan

v0.1.4 - Embedded Terminal

24 Jan 15:50

Choose a tag to compare

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

  1. Click the "Terminal" button in the status bar, or press `Ctrl+``
  2. Terminal opens at the bottom of the window
  3. Run any shell commands - grep, tail, awk, or even AI agents like Claude Code!
  4. Terminal automatically navigates to the current file's directory

Use Cases

  • Run tail -f to watch log files in real-time
  • Use grep, awk, or jq for 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

24 Jan 15:38

Choose a tag to compare

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:line links

Installation

Download the appropriate package for your platform from the assets below.

v0.1.2

19 Jan 23:08

Choose a tag to compare

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

19 Jan 12:41

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Jan 11:13

Choose a tag to compare