Skip to content

chore(release): v0.2.6 - #56

Merged
simota merged 1 commit into
mainfrom
chore/release-v0.2.6
Jul 30, 2026
Merged

chore(release): v0.2.6#56
simota merged 1 commit into
mainfrom
chore/release-v0.2.6

Conversation

@simota

@simota simota commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Cuts v0.2.6 from the five changes merged since v0.2.5 (#51#55).

The release workflow validates that the tag, the workspace version and the cask version all agree, so all three move together.

cargo check --workspace is clean.

https://claude.ai/code/session_01CcVME8tcfbLN1iauKCNLrp

@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: 2c0b3220f3

ℹ️ 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
Comment on lines +12 to +14
- Scrollback persistence: with `scrollback-persist = tail` each pane's
scrollback tail is captured on clean quit and on idle checkpoints, then
restored above the live shell on the next launch — separated by a labeled

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 State that session restore must remain enabled

When a user has window-save-state = never, setting scrollback-persist = tail does not capture or restore anything: scrollback_persist_enabled explicitly requires window_save_state.restores() in crates/noa-app/src/app/scrollback_record.rs. The release note currently presents capture and next-launch restoration as unconditional, so document this prerequisite to prevent users with session restore disabled from expecting persistence to work.

Useful? React with 👍 / 👎.

Comment thread CHANGELOG.md
Comment on lines +19 to +21
terminal contents); `scrollback-persist-limit`,
`scrollback-persist-total-limit` and `scrollback-persist-max-age-days`
bound per-pane bytes, total store size and record age. The on-disk NOASB

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 Mention the shipped at-rest encryption setting

Users enabling this new feature from the release notes are told about only the three limit settings, while scrollback-persist-encrypt also ships in 0.2.6 and is the only option that prevents persisted terminal output from remaining plaintext at rest. Since encryption is off by default and has a key-loss tradeoff, include this setting and its behavior here so users can make an informed security choice.

Useful? React with 👍 / 👎.

@simota
simota merged commit 440d428 into main Jul 30, 2026
1 check passed
@simota
simota deleted the chore/release-v0.2.6 branch July 30, 2026 23:32
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