You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release-notes: draft for the next release — 2026-07-16
Here's the drafted release notes for the next tag.
Release-notes draft — since v3.5.2 → HEAD
Range resolved:v3.5.2 (commit 8089460, 2026-07-14) → HEAD (cf612a3) — 4 commits, all in nvim/. Generator: git-cliff is absent in this environment, so used the first-party twin ./scripts/gen-release-notes.sh . v3.5.2 HEAD.
Generated bullets (raw, as-is)
### Features
- Feat(nvim): adopt five QoL tweaks from the voidarc config (d91975b)
### Bug Fixes
- Fix(nvim): address PR review on the git-toast + cursorline autocmds (7a49d37)
### Documentation
- Docs(nvim): clarify vimade fadelevel comment (direction was correct) (0ff5f1f)
Editorial pass
User-facing vs. internal
User-facing (1 bullet, really): the feat(nvim) five-tweak set. This is the only change an operator will notice — auto-indent on blank-line insert, the git-ahead toast, vimade dimming + active-only cursorline, the lualine macro indicator, and exrc.
Internal / plumbing (fold into the above): the fix(nvim) and docs(nvim) commits are both refinements of that same PR (feat(nvim): adopt five QoL tweaks from the voidarc config #228) — the fix addresses review feedback on the toast/cursorline autocmds, and the docs commit only clarifies a comment. Neither is a standalone change. In a curated changelog they should collapse into the single "Added" bullet, not appear as separate Fixed/Documentation entries. Your existing [Unreleased] section already does exactly this — the curated bullet is in good shape and needs no restructuring.
Breaking changes:None. But two items carry behavioral surface worth a sentence in the notes so nobody is surprised:
exrc — Neovim now sources project-local config. It's gated on DOTFILES_OFFLINE and leans on vim.secure's trust prompt for untrusted repos, so it's not a silent code-execution vector — but it is new "runs code from the cwd" behavior. Worth calling out explicitly.
git-ahead toast — does a network git fetch on VimEnter. Gated on DOTFILES_OFFLINE so it stays inert on engagement boxes, but reviewers of the release should know a startup network call now exists.
SemVer: additive editor features, no removals or contract changes → minor bump, v3.6.0.
Scope note: this cycle is nvim-only — no zsh/tmux/git/starship/CI changes. Report only; I haven't touched CHANGELOG.md or cut a tag. The [Unreleased] section already reflects this work, so curation here is minimal: optionally add the one-line exrc / network-fetch caveat to the existing bullet, then it's ready for make release.
Filed by the claude-routines workflow. Report-first: review and act — nothing was changed.
release-notes: draft for the next release — 2026-07-16
Here's the drafted release notes for the next tag.
Release-notes draft — since
v3.5.2→HEADRange resolved:
v3.5.2(commit8089460, 2026-07-14) →HEAD(cf612a3) — 4 commits, all innvim/.Generator: git-cliff is absent in this environment, so used the first-party twin
./scripts/gen-release-notes.sh . v3.5.2 HEAD.Generated bullets (raw, as-is)
Editorial pass
User-facing vs. internal
feat(nvim)five-tweak set. This is the only change an operator will notice — auto-indent on blank-line insert, the git-ahead toast,vimadedimming + active-only cursorline, the lualine macro indicator, andexrc.fix(nvim)anddocs(nvim)commits are both refinements of that same PR (feat(nvim): adopt five QoL tweaks from the voidarc config #228) — the fix addresses review feedback on the toast/cursorline autocmds, and the docs commit only clarifies a comment. Neither is a standalone change. In a curated changelog they should collapse into the single "Added" bullet, not appear as separate Fixed/Documentation entries. Your existing[Unreleased]section already does exactly this — the curated bullet is in good shape and needs no restructuring.Breaking changes: None. But two items carry behavioral surface worth a sentence in the notes so nobody is surprised:
exrc— Neovim now sources project-local config. It's gated onDOTFILES_OFFLINEand leans onvim.secure's trust prompt for untrusted repos, so it's not a silent code-execution vector — but it is new "runs code from the cwd" behavior. Worth calling out explicitly.git fetchonVimEnter. Gated onDOTFILES_OFFLINEso it stays inert on engagement boxes, but reviewers of the release should know a startup network call now exists.SemVer: additive editor features, no removals or contract changes → minor bump,
v3.6.0.Suggested headline:
Scope note: this cycle is nvim-only — no zsh/tmux/git/starship/CI changes. Report only; I haven't touched
CHANGELOG.mdor cut a tag. The[Unreleased]section already reflects this work, so curation here is minimal: optionally add the one-lineexrc/ network-fetch caveat to the existing bullet, then it's ready formake release.Filed by the claude-routines workflow. Report-first: review and act — nothing was changed.