v0.6.0

jitsucom/jitsuv0.6.0Mar 2, 2022by dstotijn

AI Summary

This release focuses on usability improvements, specifically adding support for launching Chrome and introducing certificate management capabilities. It also refines the logging interface and admin routes.

Key Highlights

  • Added support to launch Chrome
  • Added certificate management subcommands
  • Added 'Copy to Sender' button in request logs
  • Improved admin route matching

New Features

  • Chrome launch support
  • Certificate management subcommands
  • Copy to Sender button
  • Logger implementation

Full Release Notes

This release has two improvements that should make Hetty easier to work with:
* bef52d9 Add support to launch Chrome - Check [this guide](https://hetty.xyz/docs/getting-started#run) for details.
* ad26478 Add certificate management subcommands - Check [this doc](https://hetty.xyz/docs/guides/trust-root-ca) for details.

## Changelog
* 6aa93b7 Add "Copy to Sender" button in reqlog table
* 7afc23b Add Homebrew tap to GoReleaser config
* ad26478 Add certificate management subcommands
* 2ddf2a7 Add logger
* bef52d9 Add support to launch Chrome
* d438f93 Fix incorrect var names
* 8269af9 Fix missing `HTTP/1.0` proto enums
* af26987 Fix sort order of request logs
* f15438e Fix stray outdated enum values
* 857aa0c Misc lint fixes
* fa3f24e Move gql handler out of `main`, improve admin route matching
* ed9a539 Remove stray console.log calls
* c5f76e1 Remove unused project open/close event listeners
* 29550ff Update README
* ca0c085 Use `ffcli`, tidy up usage message