diff --git a/.env b/.env index 431975f..da92b4d 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -TRACEESHARK_VERSION=0.2.1 \ No newline at end of file +TRACEESHARK_VERSION=0.2.2 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ecaf24..573a9a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,6 @@ jobs: tag_name: ${{ github.event.inputs.tag }} release_name: ${{ github.event.inputs.tag }} body: ${{ github.event.inputs.release_body }} - draft: true - prerelease: true outputs: upload_url: ${{ steps.create-release.outputs.upload_url }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c25873..773486d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v0.2.2 + +Added: + +- Live capture + + - Remove container from previous run + + - Add configuration for capturing artifacts + + - Added toolbar for controlling the capture + + - Remote capture - copy artifacts from remote machine on demand and on capture stop + + - Inject captured packets into event stream on demand, periodically, and on capture stop + +- Added GitHub workflow for automatic builds across all platforms + +Fixed: + +- Live capture bugfixes + ## v0.2.1 Changed: