Releases: aasixh/devgrep
Releases · aasixh/devgrep
Release list
devgrep v1.1.0
What's New
Added
- Visible search bar in the TUI for better search discoverability and feedback.
Improvements
- Added build-time version information (
version,commit, and build date). - Updated module path to
github.com/aasixh/devgrep. - General stability improvements and internal cleanup.
Downloads
Cross-platform binaries are included for:
- Linux (amd64)
- Windows (amd64)
- macOS Intel (amd64)
- macOS Apple Silicon (arm64)
Notes
- Devgrep currently watches repository changes in the foreground using file system notifications.
- A future major release is planned to introduce an optional background daemon/service mode for automatic index synchronization and improved efficiency on large repositories.
- As always, feedback and feature requests are welcome.
devgrep v1.0.0
First Stable Release
Features
- Fast recursive code search
- Extension filtering
- Colored terminal output
- Multi-language support
Notes
- Initial stable public release
- Written in Go
- Cross-platform binaries included