Skip to content

Releases: Ajnasz/go-loggly-cli

v1.6.0

19 Oct 16:26
c9db283

Choose a tag to compare

  • feat: add key bindings and help for result view modes
  • feat: add formatted and raw display modes for results
  • feat(tui): improve list filtering and layout sizing
  • refactor: consolidate config initialization and validation

v1.5.3

17 Oct 13:09
f810fcc

Choose a tag to compare

  • refactor: consolidate CLI flags into Config struct
  • feat(tui): improve UX with spinner and query replacement

v1.5.2

17 Oct 10:10
b9acee4

Choose a tag to compare

  • fix(doc): replace interactive command with TUI flag

v1.5.1

17 Oct 10:10
7bf3efa

Choose a tag to compare

  • feat(tui): add size and maxPages configuration support

v1.5.0

17 Oct 09:21
a943df2

Choose a tag to compare

  • feat: add interactive TUI mode for query building

v1.4.2

16 Sep 06:17
8c3a044

Choose a tag to compare

  • build: generate proper release title and description

v1.4.1

16 Sep 06:09
3d0cf18

Choose a tag to compare

  • fix(signal): prevent cancel after context is done
  • fix: improve context handling and error reporting

v1.4.0

15 Sep 07:25
8435fa3

Choose a tag to compare

  • refactor(search): use url.Values for query string encoding
  • refactor(search): use errgroup for concurrent page fetch
  • refactor: add semaphore
  • refactor(search): add context to client methods
  • feat: add context cancellation to search queries
  • refactor(search): improve concurrency and error handling
  • refactor(search): move query builder to separate file

v1.3.2

14 Sep 14:32
d9b2e3b

Choose a tag to compare

style: replace interface{} with any

v1.3.1

14 Sep 13:53
e0c611f

Choose a tag to compare

refactor(orderedbuffer): remove debug messages