feat(changelog): add v0.5.1 release notes (9 updates) (#313)

- Auto-sync Hermes history sessions on first startup
- Fix session sync backward compatibility with old Hermes versions
- Smart cleanup of exclusive platform credentials on profile clone
- Auto-normalize profile names to lowercase
- Fix tool_call_id missing for OpenAI API compatibility
- Unify SQLite table schema management
- Optimize model list layout in Provider cards
- Fix long code blocks display issue
- Fix web terminal Docker deployment errors

Added to all 8 languages: en, zh, de, es, fr, ja, ko, pt
(Non-English languages use English as placeholder for future translation)
This commit is contained in:
ekko
2026-04-29 21:08:09 +08:00
committed by GitHub
parent 3e6c96a896
commit f74cdd1256
10 changed files with 88 additions and 1 deletions
+15
View File
@@ -5,6 +5,21 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.1',
date: '2026-04-29',
changes: [
'changelog.new_0_5_1_1',
'changelog.new_0_5_1_2',
'changelog.new_0_5_1_3',
'changelog.new_0_5_1_4',
'changelog.new_0_5_1_5',
'changelog.new_0_5_1_6',
'changelog.new_0_5_1_7',
'changelog.new_0_5_1_8',
'changelog.new_0_5_1_9',
],
},
{
version: '0.5.0',
date: '2025-04-29',