Skip to content

release-notes: draft for the next dotfiles-Windows release #123

Description

@github-actions

release-notes: draft for the next dotfiles-Windows release — 2026-07-16

Confirmed a trap: commit db88489's subject says "add tailscale, syncthing, ollama, ShareX", but the diff only adds syncthing, tailscale, ShareXollama never landed (it appears only in removed changelog prose). The curated [Unreleased] entry correctly omits it. Don't let the commit subject pull ollama into the notes.


Release notes — v1.2.0..HEAD (6 commits)

Ready-to-curate block

## [v1.3.0] - 2026-07-16

### Added

- **`awesome-windows` sweep — heavier deferred picks** (#121): `syncthing` (P2P sync,
  scoop `main`), `tailscale` (mesh VPN; pairs with the WSL bridge, scoop `extras`), and
  the GUI capture tool **ShareX** (`ShareX.ShareX`) in the opt-out `gui` winget group.
  All install as plain binaries — no service auto-starts. Lock reconciled
  (`syncthing 2.1.2`, `tailscale 1.98.9`, `ShareX.ShareX 21.0.0`).
- **`awesome-windows` sweep — CLI media/backup tools** (#120): `yt-dlp` (media
  downloader), `restic` (encrypted incremental backup — the stack had *no* backup tool),
  `mpv` (scriptable media player, `extras`). Lock reconciled (`restic 0.19.1`,
  `yt-dlp 2026.07.04`, `mpv 0.41.0`).
- **Five host CLI tools filling genuine gaps** (#119, scoop `main`): `lsd` (the
  `eza`-fallback docs already named but wasn't installed), `gsudo` (in-session `sudo`),
  `watchexec` (run-on-file-change), `trippy` (`trip`, mtr/traceroute TUI), `ast-grep`
  (`sg`, structural AST search). (`jless` was dropped — not in the scoop buckets;
  `gron`/`jq` cover it.)
- **`docs/TERMINAL_WORKFLOW_GUIDE.md`** (#118) — a full operating manual for the
  PowerShell + psmux + Windows Terminal stack (the Windows analog of dotfiles-MacBook's
  guide): profile load pipeline, psmux architecture, tool integration, the command/
  shortcut matrix, security posture, desktop layer, and maintenance tier.

### Changed

- **Windows Terminal settings** refreshed (`875bdf3`).

### Fixed

- **`psmux prefix ?` cheatsheet rendered as 3 columns of ~1 char each** (#119). The
  `$rows` array used newline-separated `@(...)` literals, which PowerShell unrolled and
  the collecting `@()` flattened into a single string array, so `$_[0..2]` indexed
  characters. Fixed with the leading-comma idiom (`,@(...)`) plus a keep-this comment.

### Housekeeping

- Core mirror-sync: nvim + starship pulled from Core v3.6.0 (`360a1f8`).

Editorial pass

Report only — I haven't touched CHANGELOG.md or cut a tag.

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