Update ChangeLog

This commit is contained in:
decolua
2026-05-03 22:13:17 +07:00
parent 4ba546afe7
commit a7a4e851a7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# v0.4.14 (2026-05-03)
## Improvements
- Token refresh: in-flight request caching to prevent race conditions & reduce duplicate API calls
- Token refresh: handle unrecoverable errors with token reuse/invalidation
- MITM server: handle port 443 conflicts (kill occupying process before start)
- Better UX feedback in MitmServerCard for port conflicts & admin privileges
- Refactor ComboList for streamlined media provider combos display
# v0.4.13 (2026-05-03)
## Features

View File

@@ -1,6 +1,6 @@
{
"name": "9router-app",
"version": "0.4.13",
"version": "0.4.14",
"description": "9Router web dashboard",
"private": true,
"scripts": {