Skip to content

Releases: Owloops/updo

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:55

Changelog

  • f143f7e feat: add webhook cli flags and global webhook configuration

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:26

Changelog

  • 49e9985 feat: add webhook notifications for target status changes (closes #3)
  • 5f262b6 fix: resolve linter issues in webhook tests

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 29 Jul 18:40

Changelog

  • 1f8205c Update README.md
  • 51e6225 feat(tui): add search functionality for multi-target monitoring, closes #20
  • d340396 feat: add info about shell completion setup

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 08:41

Changelog

  • 5002062 fix(tui): eliminate flicker by removing unnecessary terminal dimension calls
  • 695a8b2 fix: install script for linux

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:05

Changelog

  • f0b485f fix(tui): prevent stats widgets from showing stale values across targets

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:40

Changelog

  • f40586e fix(tui): eliminate flicker when navigating between targets
  • 3449dd1 style: fix gofmt formatting in tui.go

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:21

Changelog

  • 141bc90 feat(simple): add ssl info to final stats and fix immediate first request
  • 6211da1 feat: add target filtering with only/skip flags and config support
  • 07f9f59 perf(simple): optimize startup and shutdown performance
  • 0a87334 perf(tui): implement ssl caching to eliminate navigation lag

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:45

Changelog

  • 09a7447 feat(tui): implement multi-target monitoring with unified architecture
  • ed6d061 feat: implement multi-target monitoring with toml config support
  • 97cca56 fix: resolve exitAfterDefer linting issue in monitoring initialization
  • 553f9d2 refactor: remove bubbletea mode and unify monitoring architecture

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 23 Jun 21:12

Changelog

  • d692054 feat(inspect): add json syntax highlighting with glamour and fix html escaping
  • d9f2b9a feat(inspect): add max-output flag and refactor formatter for better code organization
  • 7624c58 feat(inspect): add request inspection with colorful output
  • 0c0f120 feat(logging): implement structured logging with --log flag
  • 9a9fa02 feat: add support for custom HTTP methods and request bodies
  • 07838c3 feat: add support for custom http headers closes #16
  • 9d5b077 fix(inspect): apply truncation to original content before formatting
  • 36acd00 fix(inspect): simplify status text cleaning logic per staticcheck
  • 1b5c3c8 fix: resolve all linter issues with improved error handling and code quality
  • d5075e7 fix: resolve golangci-lint issues with switch statement and security comment
  • 3338303 refactor: remove inspect command to focus on core monitoring functionality
  • bd79aa0 style: fix formatting issues in net.go

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 21 May 11:29

Changelog

  • 91fbc66 fix: improve uptime calculation and display accuracy