Update ChangeLog
This commit is contained in:
parent
4ba546afe7
commit
a7a4e851a7
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "9router-app",
|
||||
"version": "0.4.13",
|
||||
"version": "0.4.14",
|
||||
"description": "9Router web dashboard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue