Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
16 lines
339 B
Markdown
16 lines
339 B
Markdown
---
|
|
version: 1.8.1
|
|
date: 2026-02-28
|
|
title: No more tunnel lock screen on local sessions
|
|
---
|
|
|
|
## App
|
|
|
|
### Fixes
|
|
- Web/Auth: fixed an issue where non-tunnel browser sessions could incorrectly show a tunnel-only lock screen; normal auth flow now appears unless a tunnel is actually active.
|
|
|
|
## VS Code
|
|
|
|
### Improvements
|
|
- No notable changes.
|