docs(changelog): rewrite the last thirty releases for readers

Releases 1.13.1 through 1.22.1 are regrouped by what each change is
(New, Improvements, Fixes, Misc) and reworded in the voice the
changelog-authoring skill asks for: one or two plain sentences per
bullet, the symptom or the capability named, no mechanism. Packed
bullets were split, every fact and every contributor credit kept.
Older releases keep the mechanical grouping.

Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
This commit is contained in:
Bohdan Triapitsyn
2026-09-05 15:58:34 +03:00
parent d9b9c8edab
commit 9f78de9e89
33 changed files with 2714 additions and 2213 deletions
+6 -4
View File
@@ -6,11 +6,13 @@ date: 2026-06-27
## App
### Fixes
- CLI: global web installs no longer crash on startup when tunnel commands load ngrok capabilities.
- CLI: `openchamber update` works again, and tunnel start paths no longer fail when using managed-local config prompts, multi-instance port selection, or auto-started servers.
- GitHub/Usage: fork upstream detection and Google quota checks no longer fail because of missing server helpers.
- CLI: a global web install starts again instead of crashing as soon as a tunnel command loads ngrok.
- CLI: `openchamber update` works again.
- CLI: starting a tunnel works again with managed-local setup prompts, with a port picked for a second instance, and with a server the CLI started for you.
- GitHub: OpenChamber finds the upstream of a forked repository again.
- Usage: Google quota is shown again.
## VS Code
### Improvements
### Misc
- No notable changes.