Update changelog for 0.5.33 (#899)
This commit is contained in:
@@ -1201,41 +1201,6 @@ export default {
|
||||
|
||||
// Changelog
|
||||
changelog: {
|
||||
new_0_5_17_1: 'Full Windows compatibility: path handling, process management, terminal, log parsing',
|
||||
new_0_5_17_2: 'Refactor Gateway process management with cross-platform start/stop/health-check',
|
||||
new_0_5_17_3: 'Fix plugin discovery on Termux by parsing hermes shebang to locate Python',
|
||||
new_0_5_17_4: 'Tolerate duplicate YAML keys in config parsing',
|
||||
new_0_5_17_5: 'Improve auth lock window and dev shutdown flow',
|
||||
new_0_5_17_6: 'Add Chinese (ZCOOL KuaiLe), Japanese (Zen Maru Gothic), Korean (Gaegu) handwritten fonts for Comic theme',
|
||||
new_0_5_17_7: 'Add Comic/doodle theme style',
|
||||
new_0_5_17_8: 'Change license to BSL-1.1',
|
||||
new_0_5_17_9: 'Add read-only Hermes plugins page',
|
||||
new_0_5_17_10: 'Convert image uploads to base64 multimodal format',
|
||||
new_0_5_17_11: 'Fix Kanban board selection and isolation',
|
||||
new_0_5_17_12: 'Add voice playback settings with 4-provider TTS support',
|
||||
new_0_5_17_13: 'Lower context compression message threshold from 200 to 150',
|
||||
new_0_5_17_14: 'Fix Web UI self-update restart logic',
|
||||
new_0_5_17_15: 'Fix opencode-zen and opencode-go shared env var causing config coupling',
|
||||
new_0_5_17_16: 'Add Traditional Chinese (zh-TW) language support',
|
||||
new_0_5_17_17: 'Support managing visible models in Web UI',
|
||||
new_0_5_17_18: 'Kanban: complete task action chain (comments, logs, assign, dispatch) with capability boundaries',
|
||||
new_0_5_17_19: 'Fix provider auth entries not cleared on delete',
|
||||
new_0_5_17_20: 'Fix Codex credential-pool auth recognition',
|
||||
new_0_5_17_21: 'Add Edge TTS rate/pitch sliders to voice settings',
|
||||
new_0_5_17_22: 'Config YAML duplicate keys no longer crash parsing',
|
||||
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_22_1: 'Fix Hermes session list API reading the Web UI local session store instead of the Hermes profile database',
|
||||
new_0_5_23_1: 'Add bridge-only chat slash commands with localized command suggestions',
|
||||
new_0_5_23_2: 'Persist command history for session replay without polluting model context, usage, or compression',
|
||||
@@ -1282,6 +1247,13 @@ export default {
|
||||
new_0_5_31_4: 'Profile avatars now appear in single chat, group chat, and collapsed sidebar, with Web UI profile metadata storage and Windows-safe paths',
|
||||
new_0_5_31_5: 'Improve Docker, Termux, and Windows gateway detection and restart checks by using gateway_state/gateway.pid for managed gateway liveness',
|
||||
new_0_5_31_6: 'Add APIKEY.FUN image-generation media endpoint and bundled apikey-image-gen skill for text-to-image, image-to-image, and image editing via the active Profile fun-codex provider',
|
||||
new_0_5_33_1: 'Single chat and group chat now keep run failures and socket errors as red Agent messages in the message list instead of flashing them briefly',
|
||||
new_0_5_33_2: 'Session search can now scope results to the selected Profile, while still searching all Profiles when no Profile is selected',
|
||||
new_0_5_33_3: 'Skills page now shows Chinese and English recommendation documents when no skill is selected, and clicking the selected skill again clears the selection',
|
||||
new_0_5_33_4: 'Remove unused changelog localization entries to reduce frontend i18n size',
|
||||
new_0_5_33_5: 'Fix agent bridge startup failures on Chinese Windows systems caused by netstat output encoding',
|
||||
new_0_5_33_6: 'Refresh the Nous Portal preset model list from the public catalog and Portal recommendations',
|
||||
new_0_5_33_7: 'Profile lists and runtime status now read Profile names from disk and default models from config, avoiding CLI table column-width parsing errors',
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user