Skip to content

Merge release/0.3.4#12

Merged
gildas merged 9 commits into
masterfrom
release/0.3.4
Feb 11, 2026
Merged

Merge release/0.3.4#12
gildas merged 9 commits into
masterfrom
release/0.3.4

Conversation

@gildas
Copy link
Copy Markdown
Owner

@gildas gildas commented Feb 11, 2026

Release 0.3.4. Do not delete the release branch after the merge.

Copilot AI review requested due to automatic review settings February 11, 2026 12:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release branch merge for v0.3.4, updating the application version, refreshing Go module dependencies/toolchain settings, and adding support for decrypting/unobfuscating log entry messages via a user-provided key.

Changes:

  • Bump app version to 0.3.4 and update Go dependencies (go.mod/go.sum).
  • Add --key/-k flag to configure an AES cipher key used for deobfuscating log messages.
  • Update docs and ignore rules (README.md, .gitignore).

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
version.go Updates the app VERSION constant to 0.3.4.
go.mod Updates Go version and dependency versions for the release.
go.sum Updates module checksums corresponding to dependency upgrades.
cmd/root.go Adds CLI flag and wiring for AES cipher key configuration; minor I/O cleanup.
cmd/log_entry.go Attempts to unobfuscate/decrypt messages before rendering output.
README.md Documents the new --key/-k flag and updates Windows install text.
.gitignore Adds ignores for VS Code folder and a Snyk rules instructions file.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cmd/log_entry.go
Comment thread cmd/root.go Outdated
Comment thread cmd/root.go Outdated
@gildas
Copy link
Copy Markdown
Owner Author

gildas commented Feb 11, 2026

@copilot review again with the latest commits

Copy link
Copy Markdown

Copilot AI commented Feb 11, 2026

@gildas I've opened a new pull request, #13, to work on those changes. Once the pull request is ready, I'll request review from you.

@gildas gildas merged commit ae584e5 into master Feb 11, 2026
@gildas gildas deleted the release/0.3.4 branch February 11, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants