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
24 lines
800 B
Markdown
24 lines
800 B
Markdown
---
|
|
version: 1.6.3
|
|
date: 2026-02-02
|
|
title: Login protected against brute-force attempts
|
|
---
|
|
|
|
## App
|
|
|
|
### Improvements
|
|
- Web: improved server readiness check to use the `/global/health` endpoint.
|
|
- VSCode: improved server health check with the proper health API endpoint and increased timeout for steady startup (thanks to @wienans).
|
|
|
|
### Fixes
|
|
- Web: added login rate limit protection to prevent brute-force attempts on the authentication endpoint (thanks to @Jovines).
|
|
- Settings: dialog no longer persists open/closed state across app restarts.
|
|
|
|
## VS Code
|
|
|
|
### Improvements
|
|
- Improved server health check with the proper health API endpoint and increased timeout for steady startup (thanks to @wienans).
|
|
|
|
### Fixes
|
|
- Settings dialog no longer persists open/closed state across extension restarts.
|