docs: v0.40.1 release — default locale fix (#186)
Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -6,6 +6,18 @@
|
||||
---
|
||||
|
||||
|
||||
## [v0.40.1] — 2026-04-09
|
||||
|
||||
### Bug Fixes
|
||||
- **Default locale on first install** (PR #185): A fresh install would start in
|
||||
English based on the server default, but `loadLocale()` could resurrect a
|
||||
stale or unsupported locale code from `localStorage`. Now `loadLocale()` falls
|
||||
back to English when there is no saved code or the saved code is not in the
|
||||
LOCALES bundle. `setLocale()` also stores the resolved code, so an unknown
|
||||
input never persists to storage.
|
||||
|
||||
---
|
||||
|
||||
## [v0.40.0] — 2026-04-09
|
||||
|
||||
### Features
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<body>
|
||||
<div class="layout">
|
||||
<aside class="sidebar">
|
||||
<div class="sidebar-header"><div class="logo">H</div><div><h1 style="margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em">Hermes</h1><div style="font-size:10px;color:var(--muted);opacity:.8;margin-top:1px">v0.40.0</div></div></div>
|
||||
<div class="sidebar-header"><div class="logo">H</div><div><h1 style="margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em">Hermes</h1><div style="font-size:10px;color:var(--muted);opacity:.8;margin-top:1px">v0.40.1</div></div></div>
|
||||
<div class="sidebar-nav">
|
||||
<button class="nav-tab active" data-panel="chat" data-label="Chat" onclick="switchPanel('chat')" title="Chat">💬</button>
|
||||
<button class="nav-tab" data-panel="tasks" data-label="Tasks" onclick="switchPanel('tasks')" title="Tasks">📅</button>
|
||||
|
||||
Reference in New Issue
Block a user