Releases: Owloops/updo
Releases · Owloops/updo
v0.4.8
Changelog
- 3f57469: chore: update nix flake to v0.4.7 (@pgagnidze)
- 997d5b8: docs(readme): add jupiter broadcasting picks to mentions (@pgagnidze)
- c2622e5: fix(net): honor Host header override by setting req.Host (#44) (@JordanWesolowski-Moodys)
- 1ba4b72: ci(lint): fix goconst violations and exclude rule from test files (@pgagnidze)
- d9c817f: ci(lint): fix goconst exclusion syntax for golangci-lint v2 (@pgagnidze)
- 3d4f234: refactor: replace repeated string literals with named constants (@pgagnidze)
v0.4.7
Changelog
- 5d382e9: fix(cmd): remove dead logEnabled variable (#37) (@auriti)
- c0cc1ff: refactor(httputil): extract duplicate parseHeaders into shared package (#39) (@auriti)
- dfeb461: fix(config): resolve boolean inheritance bug for target overrides (#40) (@auriti)
- 522fe48: fix(net): cap response body reads via configurable size limit (#41) (@pgagnidze)
- e506985: feat(config): add body_size_limit to TOML config (#42) (@pgagnidze)
- 02f5338: fix(deps): bump aws-sdk-go-v2 for eventstream DoS fix (#43) (@pgagnidze)
v0.4.6
Changelog
- 5e9e501: feat: add nix flake for declarative installation (#36) (@mipmip)
- d6c6fb2: fix: resolve golangci-lint issues and upgrade mapstructure dependency (@pgagnidze)
- 2d424e0: chore: update nix flake vendorHash for mapstructure upgrade (@pgagnidze)
- 57924fa: fix: use reliable domain in auto-detect protocol test (@pgagnidze)
- 7a3f376: chore: bump nix flake version to v0.4.6 (@pgagnidze)
- 9ecd74f: fix: resolve remaining golangci-lint issues with config exclusions (@pgagnidze)
v0.4.5
Changelog
- 797b912: docs: update webhook symbols in readme to reflect unicode implementation (@pgagnidze)
- 028bca4: docs: add awesome-cli-apps to mentions section (@pgagnidze)
- 7d171d5: docs: remove cobra from mentions section (@pgagnidze)
- 801b8c3: Use full updo commands for examples, mention AUR package (#34) (@jneidel)
- 85af5b9: docs: use updo command instead of ./updo in examples (@pgagnidze)
- 40c7d2e: docs: add updo-bin package option for arch linux (@pgagnidze)
- 8817832: docs: simplify homebrew install to one-liner command (@pgagnidze)
- 2099629: fix: use correct architecture name in install script (@pgagnidze)
- aaaffdd: feat: add background color to selected row for better visibility (@pgagnidze)
v0.4.4
Changelog
- 7a602d6: fix: added go report card in readme (@pgagnidze)
- 87ed1e1: feat: add demo gif and vhs tape for interactive showcase (@pgagnidze)
- 0b9a624: fix: update demo gif (@pgagnidze)
- 557f318: fix: move to images dir (@pgagnidze)
- 6a251c3: feat(notifications): add auto-detect webhook formatters for slack and discord (@pgagnidze)
v0.4.3
Changelog
- 77e5d83: fix: include bootstrap.zip to enable go install from remote repository (@pgagnidze)
- 6e8331f: docs: add lambda code change instructions to release process (@pgagnidze)
v0.4.2
Changelog
- 1d4fb20: docs: add accept-redirects option to readme (@pgagnidze)
- c1bedcc: fix: prevent tui hang from invalid trace info durations and optimize rendering (@pgagnidze)
v0.4.1
Changelog
- cd03520: docs: add opensuse installation instructions (@pgagnidze)
- d47fd2b: feat: add accept-redirects option for treating 3xx as successful responses (@pgagnidze)
v0.4.0
Changelog
- 0bbdf5b: fix: improve tui state preservation for logs and search selection (@pgagnidze)
- d3ab8ef: fix: eliminate duplicate log entries and chart data corruption for lambda failures (@pgagnidze)
v0.3.9
Changelog
- 36e5310: docs: remove redundant download binaries section from readme (@pgagnidze)
- b13deaa: Update README.md (@pgagnidze)
- 3cf056e: fix: prevent panic when navigating empty logs in tui, closes #27 (@pgagnidze)