chore: update changelog for 0.5.23 (#747)

This commit is contained in:
ekko
2026-05-15 13:03:03 +08:00
committed by GitHub
parent f6a6c1c228
commit 2dbc3e1c10
11 changed files with 57 additions and 347 deletions
+5 -31
View File
@@ -1148,28 +1148,12 @@ export default {
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',
new_0_5_23_3: 'Isolate gateway profile environment variables to prevent credentials leaking across profiles',
new_0_5_23_4: 'Reserve the Web UI port during gateway allocation to avoid startup conflicts',
new_0_5_23_5: 'Fix self-update restart handling so successful helper exits are not reported as failures',
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',
new_0_5_13_4: 'Add Termux/proot environment compatibility for mobile and embedded deployments',
new_0_5_13_5: 'Handle chat run abort lifecycle: proper cleanup and state reset on user cancellation',
new_0_5_13_6: 'Remove streaming indicator from history message list for cleaner display',
new_0_5_13_7: 'Fix context resolution for custom providers with improved model matching',
new_0_5_13_8: 'Fix IPv6 listen default to ensure correct address binding',
new_0_5_13_9: 'Improve chat message display and context compression logic',
new_0_5_13_10: 'Fix chat completion sound toggle not taking effect and cron silent run history empty issue',
new_0_5_12_1: 'Add batch session deletion: checkbox multi-select, select all, and batch delete for improved session management',
new_0_5_12_2: 'Add visual context length editor: click token count to open edit modal with custom limit support',
new_0_5_12_3: 'Fix group chat mention keyboard selection: replace NDropdown with custom dropdown supporting keyboard navigation and scroll following',
new_0_5_12_4: 'Add chat completion sound: auto-play toggle for better user experience',
new_0_5_12_5: 'Improve chat message display: filter empty assistant messages and better history/compression logic',
new_0_5_12_6: 'Improve update mechanism: use npm prefix -g for dynamic path resolution supporting Homebrew and non-standard Node.js installations',
new_0_5_10_1: 'Automate Docker image builds on GitHub release with versioned tags (e.g., :v0.5.10)',
new_0_5_10_2: 'Add session authorization mode configuration: approvals.mode (off/manual)',
new_0_5_10_3: 'Add automatic OpenAPI documentation generation (94 endpoints across 24 tags)',
new_0_5_10_4: 'Enhance media rendering: support images, videos, and files in Markdown',
new_0_5_10_5: 'Optimize group chat prompts and fix media handling',
new_0_5_6_1: 'Add voice playback feature with Web Speech API: manual button, auto-play toggle, rainbow border animation, and mobile optimization',
new_0_5_6_2: 'Add robust LLM JSON parser with tolerance for Python format and extract text from streaming events',
new_0_5_6_3: 'Add Skills enhancements: usage stats, source filtering, archived skills, provenance, and pin toggle',
@@ -1178,16 +1162,6 @@ export default {
new_0_5_6_6: 'Redesigned attachment handling using Anthropic-style ContentBlock array format with type discriminated unions (text, image, file)',
new_0_5_6_7: 'Added frontend file download functionality supporting both ContentBlock and Markdown formats with authentication',
new_0_5_6_8: 'Fixed multi-process conflict causing SQLite database resets by eliminating redundant nodemon instances',
new_0_5_9_1: 'Unify profile management across the application with consistent API and state management',
new_0_5_9_2: 'Add GitHub issue and pull request templates for better contribution workflow',
new_0_5_8_1: 'Add drawer panel with mobile sidebar support and customizable rainbow button',
new_0_5_8_2: 'Fix profile switching state sync issue with immediate UI update and backend verification',
new_0_5_8_3: 'Filter special characters and emoji in speech playback for better text-to-speech',
new_0_5_8_4: 'Add missing i18n key and unify session data source to prioritize database',
new_0_5_8_5: 'Optimize Vite build configuration for faster Docker builds with esbuild and chunk splitting',
new_0_5_7_1: 'Optimize context compression to support rich content (images, files) with improved tool message handling',
new_0_5_7_2: 'Improve session sync with batch inserts and transaction protection for data consistency',
new_0_5_7_3: 'Fix usage.updated event reception to ensure accurate token tracking across runs',
new_0_5_5_1: '🎉 Happy Labor Day! No work this Labor Day, please bear with us if there are any issues',
new_0_5_5_2: 'Add History page for browsing Hermes session history',
new_0_5_5_3: 'History page manages session state independently without interfering with active chat',