Skip to content

release-notes: draft for the next release #230

Description

@github-actions

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.2HEAD

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.

Suggested headline:

v3.6.0 — Neovim quality-of-life: blank-line auto-indent, upstream-ahead toast, split-focus dimming, and project-local exrc.


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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions