v0.6.0

bigcapitalhq/bigcapitalv0.6.0Mar 2, 2022by dstotijn

AI Summary

Enhances usability with Chrome launch support and comprehensive certificate management capabilities.

Key Highlights

  • Support to launch Chrome directly
  • Certificate management subcommands
  • Copy to Sender button in request logs
  • Logger implementation added
  • HTTP/1.0 proto enum fix

New Features

  • Chrome launch support
  • Certificate management
  • Copy to Sender button
  • Logger feature

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