Changelog
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.
[Unreleased]
Added
- GitHub Actions workflows for CI/CD and automated releases
- Multi-platform builds (Linux amd64/arm64, macOS amd64/arm64, Windows amd64)
- Automated binary releases on GitHub
- Clipboard integration for copying attribute values in Record View
- ‘c’ key binding in Record View to copy current line’s attribute value to clipboard
- Status feedback when copy operations succeed or fail
- Cross-platform clipboard support using github.com/atotto/clipboard
- Auto-update feature with GitHub releases integration
--check-updates
CLI flag to enable automatic update checking
- Status bar notifications when updates are available
- Homebrew distribution support with custom tap and formula
- Homebrew installation instructions and documentation
- Helper script for maintaining Homebrew formula with automatic SHA256 generation
Changed
- Fixed binary naming in GitHub releases (from ldap-cli- to moribito-*)*
- Updated release workflow to include Homebrew installation instructions
Fixed
Removed