Releases: AdrianClyde/git-owl
Releases · AdrianClyde/git-owl
v1.5.0
1.5.0 (2026-03-16)
Feature
- add tree view for browsing all files with folder navigation (96ff25e)
Bug Fixes
- prevent false binary detection and CRLF corruption after quick-fix save (1932a40)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.5.0/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.5.0/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.5.0/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.5.0/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.5.0/git-owl-windows-amd64.exe -OutFile git-owl.exev1.4.0
1.4.0 (2026-03-04)
Feature
- preserve scroll on quick-fix, add half-page jump, and enable diff-mode editing (7c3840b)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.4.0/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.4.0/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.4.0/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.4.0/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.4.0/git-owl-windows-amd64.exe -OutFile git-owl.exev1.3.0
1.3.0 (2026-03-04)
Feature
- add quick-fix inline editing, cursor tracking, and syntax-highlighted diffs (dfc6c45)
- add mermaid diagram rendering and custom Tokyo Night markdown styling (c33e61f)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.3.0/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.3.0/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.3.0/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.3.0/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.3.0/git-owl-windows-amd64.exe -OutFile git-owl.exev1.2.0
1.2.0 (2026-03-01)
Feature
- add scroll indicators, diff line numbers, and gutter change markers (c58affa)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.2.0/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.2.0/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.2.0/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.2.0/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.2.0/git-owl-windows-amd64.exe -OutFile git-owl.exev1.1.1
1.1.1 (2026-02-28)
Bug Fixes
- resolve workDir to git repo root to prevent path duplication (4566b59)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.1/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.1/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.1/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.1/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.1.1/git-owl-windows-amd64.exe -OutFile git-owl.exev1.1.0
1.1.0 (2026-02-28)
Feature
- add line numbers and fix line wrapping in file viewer (bbb1058)
doc
- fancy pants logo in readme (f56a737)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.0/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.0/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.0/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.1.0/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.1.0/git-owl-windows-amd64.exe -OutFile git-owl.exev1.0.0
1.0.0 (2026-02-28)
Feature
- add markdown preview, readme, and diff view improvements (d0b3a8d)
- add animated owl header and file navigation (cc36348)
- initial tui diff viewer with syntax highlighting (b8a2346)
Documentation
- add demo video to readme (09a5ce4)
Chores
- remove co-authored-by trailer from commit skill rules (26ceaef)
- add flox environment configuration (af85fe7)
- add flox environment support for dev tooling (986a70e)
- add conventional commit skill for claude (cae6906)
- switch release workflow to semantic versioning (9014ccf)
- add release workflow with cross-platform binaries (6b79049)
Install
macOS (Apple Silicon)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.0.0/git-owl-darwin-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/macOS (Intel)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.0.0/git-owl-darwin-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (x86_64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.0.0/git-owl-linux-amd64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Linux (ARM64)
curl -Lo git-owl https://github.com/AdrianClyde/git-owl/releases/download/v1.0.0/git-owl-linux-arm64
chmod +x git-owl && sudo mv git-owl /usr/local/bin/Windows (x86_64)
Invoke-WebRequest -Uri https://github.com/AdrianClyde/git-owl/releases/download/v1.0.0/git-owl-windows-amd64.exe -OutFile git-owl.exe