Skip to content

docs: add changelog entry for v0.6.0#55

Merged
tzero86 merged 1 commit into
mainfrom
chore/changelog-v0.6.0
May 13, 2026
Merged

docs: add changelog entry for v0.6.0#55
tzero86 merged 1 commit into
mainfrom
chore/changelog-v0.6.0

Conversation

@tzero86

@tzero86 tzero86 commented May 13, 2026

Copy link
Copy Markdown
Owner

Updates CHANGELOG.md with the changes since v0.5.12.

@tzero86 tzero86 merged commit c7ec0f5 into main May 13, 2026
@tzero86 tzero86 deleted the chore/changelog-v0.6.0 branch May 13, 2026 13:00

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2eaec8377e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread CHANGELOG.md
## [0.6.0] - 2026-05-12

### Added
- **Feature-gating**: Five heavy dependencies are now gated behind Cargo features: `syntax-highlight`, `image-preview`, `sftp`, `terminal-panel`, and `auto-update`. The default build is significantly lighter (from ~387 to ~297 transitive crates), making `cargo install zeta` faster. Users can opt into specific features with `cargo install zeta --features feature-name` or all with `--all-features`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Fix incorrect default-build claim in v0.6.0 changelog

This entry says the five heavy components are merely feature-gated and that the default install is lighter, but at this commit Cargo.toml:7 sets default = ["syntax-highlight", "image-preview", "sftp", "terminal-panel", "auto-update"], which enables all five by default. Users following this release note will expect cargo install zeta to be slim when it actually still compiles those features unless --no-default-features is used, so the changelog should be corrected to match current feature defaults.

Useful? React with 👍 / 👎.

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.

1 participant