Skip to content

Releases: aasixh/devgrep

devgrep v1.1.0

Choose a tag to compare

@aasixh aasixh released this 13 Jun 05:42

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

Choose a tag to compare

@aasixh aasixh released this 22 May 06:48

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