update 0.5.31 changelog (#874)
This commit is contained in:
@@ -905,7 +905,6 @@ export default {
|
||||
edgePitch: 'Pitch',
|
||||
edgePitchHint: 'Adjust speech pitch (-20 ~ +20 Hz)',
|
||||
|
||||
|
||||
// Test
|
||||
testTitle: 'Test Voice',
|
||||
testText: 'Test Text',
|
||||
@@ -1201,26 +1200,6 @@ export default {
|
||||
|
||||
// Changelog
|
||||
changelog: {
|
||||
new_0_5_14_1: 'Add session export with full and compressed modes (JSON or plain text)',
|
||||
new_0_5_14_2: 'Fix terminal panel connecting on mount causing PTY resource exhaustion, switch to lazy connect',
|
||||
new_0_5_14_3: 'Fix WSL2 health check failure caused by IPv6 dual-stack binding',
|
||||
new_0_5_14_4: 'Fix SQLite connection not released on shutdown causing database lock on restart',
|
||||
new_0_5_14_5: 'Update FUN-Codex/FUN-Claude model lists, add builtin badge and API relay link',
|
||||
new_0_5_15_1: 'Add Kanban board for visual task and session management',
|
||||
new_0_5_15_2: 'Add official landing page and documentation website',
|
||||
new_0_5_15_3: 'Fix group-chat agent client to use dynamic port instead of hardcoded 8648',
|
||||
new_0_5_15_4: 'Add node-edge-tts voice module',
|
||||
new_0_5_15_5: 'Fix WSL default listen host binding',
|
||||
new_0_5_15_6: 'Add website homepage metadata for SEO',
|
||||
new_0_5_15_7: 'Add IP-based login brute-force protection',
|
||||
new_0_5_15_8: 'Fix double-wrapping of download URLs in MarkdownRenderer',
|
||||
new_0_5_15_9: 'Fix Hermes markdown media rendering and sync retry',
|
||||
new_0_5_15_10: 'Refactor to remove upstream env dependency',
|
||||
new_0_5_15_11: 'If the Kanban feature is not available, please upgrade hermes-agent',
|
||||
new_0_5_16_1: 'Migrate chat streaming from /v1/runs to /v1/responses API for lower latency',
|
||||
new_0_5_16_2: 'Persist real API usage (tokens, cache, reasoning) to usage table',
|
||||
new_0_5_16_3: 'Add QQ group QR code to website navigation bar',
|
||||
new_0_5_16_4: 'Remove unused codex_reasoning_items field from message schema',
|
||||
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',
|
||||
@@ -1296,29 +1275,13 @@ export default {
|
||||
new_0_5_30_7: 'Fix config writes and provider presets: validate .env keys, route FUN-Codex through the Responses API, and refresh Z.AI/GLM model lists',
|
||||
new_0_5_30_8: 'Polish frontend details including collapsed sidebar layout, short group labels, sidebar divider, and conversation outline styling',
|
||||
new_0_5_30_9: 'Context compression now follows Profile compression settings and hardens stale snapshots by reusing previous summaries with a safe tail instead of recompressing full history',
|
||||
new_0_5_31_1: "Harden Bridge broker restarts, fix final group-chat stream rendering, and add {'@'}all routing for group chat",
|
||||
new_0_5_31_2: 'File manager can copy absolute paths, and the mobile session drawer overlay no longer falls behind chat content',
|
||||
new_0_5_31_3: 'Profile selector now shows avatars, custom avatar uploads, runtime status modal, and gateway/profile restart actions',
|
||||
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_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',
|
||||
new_0_5_6_4: 'Expand daily usage stats with detailed token breakdown including cache read/write separation',
|
||||
new_0_5_6_5: 'Clarify session history scope with improved descriptions in chat and history views',
|
||||
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_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',
|
||||
new_0_5_5_4: 'History page auto-loads and selects first CLI session by default',
|
||||
new_0_5_5_5: 'Add HistoryMessageList component with session prop injection support',
|
||||
new_0_5_5_6: 'Filter empty content messages and tool messages without toolName for better display',
|
||||
new_0_5_5_7: 'Remove localStorage session cache, all session data now fetched directly from backend',
|
||||
new_0_5_5_8: 'Optimize profile switching logic by removing废弃 cache cleanup calls',
|
||||
new_0_5_4_1: 'Fix concurrent chat sessions event cross-talk with WebSocket event routing refactoring',
|
||||
new_0_5_4_2: 'Fix cron job edit payloads with partial PATCH to support long prompt name-only edits',
|
||||
new_0_5_4_3: 'Fix web terminal Hermes CLI availability after Docker deployment',
|
||||
new_0_5_4_4: 'Add workspace dialog i18n translations for title and improve session persistence',
|
||||
new_0_5_4_5: 'Support code block copy feedback with user notifications',
|
||||
new_0_5_4_6: 'Align usage analytics with Hermes state DB schema',
|
||||
new_0_4_7_1: 'Real-time streaming display of thinking/reasoning blocks',
|
||||
new_0_4_7_2: 'Skip prepare script during Docker build',
|
||||
new_0_4_7_3: 'Group chat mobile UX improvements and UI polish',
|
||||
|
||||
Reference in New Issue
Block a user