mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-05-27 06:20:15 +00:00
chore: add 0.5.20 changelog and remove old entries (#702)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,21 @@ export interface ChangelogEntry {
|
||||
}
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '0.5.20',
|
||||
date: '2026-05-14',
|
||||
changes: [
|
||||
'changelog.new_0_5_18_1',
|
||||
'changelog.new_0_5_18_2',
|
||||
'changelog.new_0_5_18_3',
|
||||
'changelog.new_0_5_18_4',
|
||||
'changelog.new_0_5_18_5',
|
||||
'changelog.new_0_5_18_6',
|
||||
'changelog.new_0_5_18_7',
|
||||
'changelog.new_0_5_18_8',
|
||||
'changelog.new_0_5_18_9',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.17',
|
||||
date: '2026-05-11',
|
||||
@@ -141,45 +156,4 @@ export const changelog: ChangelogEntry[] = [
|
||||
'changelog.new_0_5_7_3',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.6',
|
||||
date: '2026-05-02',
|
||||
changes: [
|
||||
'changelog.new_0_5_6_1',
|
||||
'changelog.new_0_5_6_2',
|
||||
'changelog.new_0_5_6_3',
|
||||
'changelog.new_0_5_6_4',
|
||||
'changelog.new_0_5_6_5',
|
||||
'changelog.new_0_5_6_6',
|
||||
'changelog.new_0_5_6_7',
|
||||
'changelog.new_0_5_6_8',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.5',
|
||||
date: '2026-05-01',
|
||||
changes: [
|
||||
'changelog.new_0_5_5_1',
|
||||
'changelog.new_0_5_5_2',
|
||||
'changelog.new_0_5_5_3',
|
||||
'changelog.new_0_5_5_4',
|
||||
'changelog.new_0_5_5_5',
|
||||
'changelog.new_0_5_5_6',
|
||||
'changelog.new_0_5_5_7',
|
||||
'changelog.new_0_5_5_8',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.4',
|
||||
date: '2026-05-01',
|
||||
changes: [
|
||||
'changelog.new_0_5_4_1',
|
||||
'changelog.new_0_5_4_2',
|
||||
'changelog.new_0_5_4_3',
|
||||
'changelog.new_0_5_4_4',
|
||||
'changelog.new_0_5_4_5',
|
||||
'changelog.new_0_5_4_6',
|
||||
'changelog.new_0_5_4_7',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
@@ -843,6 +843,16 @@ jobTriggered: 'Job ausgelost',
|
||||
new_0_5_17_23: 'Gateway-Port-Eigentum basiert jetzt auf PID-Datei und verhindert profiluebergreifende Port-Entfuehrung',
|
||||
new_0_5_17_24: 'Verlaufsseite zeigt jetzt Cron-Sitzungsaufzeichnungen an',
|
||||
new_0_5_17_25: 'Sprachwechsel- und Themen-Symbole in eingeklappter Seitenleiste nicht mehr gequetscht',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: 'Nachrichtenwarteschlange für sequenzielle Run-Verarbeitung hinzugefügt, um gleichzeitige Konflikte zu vermeiden',
|
||||
new_0_5_13_2: 'Zwei-Ebenen-Skills-Verzeichnisstruktur mit Sonstige-Kategorie für flache Skills unterstützt',
|
||||
new_0_5_13_3: 'Temporäre Sitzungen (eph_*) beim Start-Sync filtern, um interne Sitzungen nicht zu importieren',
|
||||
|
||||
@@ -1119,6 +1119,17 @@ export default {
|
||||
new_0_5_17_23: 'Gateway port ownership now based on PID file, preventing cross-profile port hijacking',
|
||||
new_0_5_17_24: 'History page now shows Cron session records',
|
||||
new_0_5_17_25: 'Fix language switch and theme icons squeezed in collapsed sidebar',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
|
||||
new_0_5_13_1: 'Add message queue for sequential run processing to prevent concurrent request conflicts',
|
||||
new_0_5_13_2: 'Support two-level skills directory structure with misc category for flat skills',
|
||||
new_0_5_13_3: 'Filter out ephemeral sessions during startup sync to avoid importing internal sessions',
|
||||
|
||||
@@ -839,6 +839,16 @@ jobTriggered: 'Job ejecutado',
|
||||
new_0_5_17_23: 'La propiedad del puerto del gateway ahora se basa en archivo PID, evitando secuestro de puerto entre perfiles',
|
||||
new_0_5_17_24: 'La página de historial ahora muestra registros de sesiones Cron',
|
||||
new_0_5_17_25: 'Corregir iconos de cambio de idioma y tema comprimidos en la barra lateral colapsada',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: 'Cola de mensajes para procesamiento secuencial de ejecuciones, evitando conflictos concurrentes',
|
||||
new_0_5_13_2: 'Soporte para estructura de directorios de skills de dos niveles con categoría misc',
|
||||
new_0_5_13_3: 'Filtrar sesiones efímeras (eph_*) durante la sincronización de inicio',
|
||||
|
||||
@@ -838,6 +838,16 @@ jobTriggered: 'Job declenche',
|
||||
new_0_5_17_23: 'La propriété du port de passerelle est maintenant basée sur un fichier PID, empêchant le détournement de port entre profils',
|
||||
new_0_5_17_24: 'La page d\'historique affiche désormais les enregistrements de sessions Cron',
|
||||
new_0_5_17_25: 'Corriger les icônes de changement de langue et de thème écrasées dans la barre latérale réduite',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: 'File d\'attente de messages pour le traitement séquentiel des exécutions, évitant les conflits concurrents',
|
||||
new_0_5_13_2: 'Prise en charge de la structure de répertoire de skills à deux niveaux avec catégorie divers',
|
||||
new_0_5_13_3: 'Filtrer les sessions éphémères (eph_*) lors de la synchronisation au démarrage',
|
||||
|
||||
@@ -839,6 +839,16 @@ export default {
|
||||
new_0_5_17_23: 'ゲートウェイポートの所有権をPIDファイルベースに変更し、プロファイル間のポート乗っ取りを防止',
|
||||
new_0_5_17_24: '履歴ページにCronセッションレコードを表示するように変更',
|
||||
new_0_5_17_25: '折りたたまれたサイドバーでの言語切替・テーマアイコンの圧縮表示を修正',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: 'メッセージキューによる順次実行処理で同時リクエストの競合を防止',
|
||||
new_0_5_13_2: '2階層スキルディレクトリ構造をサポート、フラットスキルは「その他」カテゴリに分類',
|
||||
new_0_5_13_3: '起動同期時に一時セッション(eph_*)をフィルタリング',
|
||||
|
||||
@@ -839,6 +839,16 @@ export default {
|
||||
new_0_5_17_23: '게이트웨이 포트 소유권이 PID 파일 기반으로 변경되어 프로필 간 포트 탈취 방지',
|
||||
new_0_5_17_24: '기록 페이지에 Cron 세션 기록 표시',
|
||||
new_0_5_17_25: '접힌 사이드바에서 언어 전환 및 테마 아이콘이 눌리는 문제 수정',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: '메시지 큐를 통한 순차 실행 처리로 동시 요청 충돌 방지',
|
||||
new_0_5_13_2: '2단계 스킬 디렉토리 구조 지원, 플랫 스킬은 기타 카테고리로 분류',
|
||||
new_0_5_13_3: '시작 동기화 시 임시 세션(eph_*) 필터링',
|
||||
|
||||
@@ -839,6 +839,16 @@ jobTriggered: 'Job acionado',
|
||||
new_0_5_17_23: 'Propriedade da porta do gateway agora baseada em arquivo PID, prevenindo sequestro de porta entre perfis',
|
||||
new_0_5_17_24: 'Página de histórico agora exibe registros de sessões Cron',
|
||||
new_0_5_17_25: 'Corrigir ícones de troca de idioma e tema comprimidos na barra lateral recolhida',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: 'Fila de mensagens para processamento sequencial de execuções, evitando conflitos concorrentes',
|
||||
new_0_5_13_2: 'Suporte à estrutura de diretório de skills de dois níveis com categoria diversos',
|
||||
new_0_5_13_3: 'Filtrar sessões efêmeras (eph_*) durante a sincronização na inicialização',
|
||||
|
||||
@@ -1121,6 +1121,16 @@ export default {
|
||||
new_0_5_17_23: 'Gateway 連接埠所有權檢查改為基於 PID 檔案,防止跨 Profile 連接埠佔用',
|
||||
new_0_5_17_24: '歷史頁面現在顯示 Cron 工作階段記錄',
|
||||
new_0_5_17_25: '修復收起側邊欄時語言切換和佈景主題圖示擠壓問題',
|
||||
|
||||
new_0_5_18_1: 'Add Skills Usage monitoring page with daily trend chart and top skills statistics',
|
||||
new_0_5_18_2: 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions',
|
||||
new_0_5_18_3: 'Add Ollama Cloud provider preset with dynamic model catalog',
|
||||
new_0_5_18_4: 'Support model display name renaming (aliases)',
|
||||
new_0_5_18_5: 'Support model visibility management in Web UI',
|
||||
new_0_5_18_6: 'Enhance usage analytics dashboard',
|
||||
new_0_5_18_7: 'Docker single-container deployment with docker-compose and gateway startup fixes',
|
||||
new_0_5_18_8: 'Fix plugins page HERMES_HOME fallback warning for non-default profiles',
|
||||
new_0_5_18_9: 'Fix gateway stability across dev restarts and improve Windows compatibility',
|
||||
new_0_5_13_1: '新增訊息佇列,順序處理執行請求,避免並發衝突',
|
||||
new_0_5_13_2: '支援二級 Skills 目錄結構,扁平化 Skill 歸入「雜項」分類',
|
||||
new_0_5_13_3: '啟動同步時過濾暫時工作階段(eph_*),避免匯入內部工作階段',
|
||||
|
||||
@@ -1121,6 +1121,17 @@ export default {
|
||||
new_0_5_17_23: 'Gateway 端口所有权检查改为基于 PID 文件,防止跨 Profile 端口占用',
|
||||
new_0_5_17_24: '历史页面现在显示 Cron 会话记录',
|
||||
new_0_5_17_25: '修复收起侧边栏时语言切换和主题图标挤压问题',
|
||||
|
||||
new_0_5_18_1: '新增技能使用情况监控页面,支持每日趋势图和热门技能统计',
|
||||
new_0_5_18_2: '新增 CLI 聊天会话桥接,通过 Python Agent Bridge 实现 WebSocket 会话',
|
||||
new_0_5_18_3: '新增 Ollama Cloud 供应商预设,支持动态模型目录',
|
||||
new_0_5_18_4: '支持模型显示名重命名(别名)',
|
||||
new_0_5_18_5: '支持在 Web UI 中管理模型可见性',
|
||||
new_0_5_18_6: '增强使用量分析仪表盘',
|
||||
new_0_5_18_7: 'Docker 单容器部署,更新 docker-compose 配置并修复 gateway 启动问题',
|
||||
new_0_5_18_8: '修复插件页面非默认 profile 下 HERMES_HOME fallback 警告',
|
||||
new_0_5_18_9: '修复 dev 模式重启时网关稳定性,改善 Windows 兼容性',
|
||||
|
||||
new_0_5_13_1: '新增消息队列,顺序处理运行请求,避免并发冲突',
|
||||
new_0_5_13_2: '支持二级 Skills 目录结构,扁平化 Skill 归入"杂项"分类',
|
||||
new_0_5_13_3: '启动同步时过滤临时会话(eph_*),避免导入内部会话',
|
||||
|
||||
Reference in New Issue
Block a user