chore: bump version to 0.5.15 and update changelog (#557)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -650,6 +650,16 @@ export default {
|
||||
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',
|
||||
new_0_5_14_5: 'Update FUN provider models, add builtin badge and API relay link',
|
||||
new_0_5_15_1: 'カンバンボードでタスクとセッションを視覚的に管理',
|
||||
new_0_5_15_2: '公式ランディングページとドキュメントサイトを追加',
|
||||
new_0_5_15_3: 'グループチャットエージェントクライアントがハードコード8648の代わりに動的ポートを使用',
|
||||
new_0_5_15_4: 'node-edge-tts 音声モジュールを追加',
|
||||
new_0_5_15_5: 'WSLデフォルトリッスンホストバインディングを修正',
|
||||
new_0_5_15_6: 'ウェブサイトホームページのSEOメタデータを追加',
|
||||
new_0_5_15_7: 'IPベースのログインブルートフォース保護を追加',
|
||||
new_0_5_15_8: 'MarkdownRendererのダウンロードURL二重ラップを修正',
|
||||
new_0_5_15_9: 'Hermes Markdownメディアレンダリングと同期リトライを修正',
|
||||
new_0_5_15_10: 'アップストリーム環境変数依存をリファクタリングで削除',
|
||||
new_0_5_13_1: 'メッセージキューによる順次実行処理で同時リクエストの競合を防止',
|
||||
new_0_5_13_2: '2階層スキルディレクトリ構造をサポート、フラットスキルは「その他」カテゴリに分類',
|
||||
new_0_5_13_3: '起動同期時に一時セッション(eph_*)をフィルタリング',
|
||||
@@ -694,26 +704,6 @@ export default {
|
||||
new_0_5_4_5: 'Add workspace dialog i18n translations for title and improve session persistence',
|
||||
new_0_5_4_6: 'Support code block copy feedback with user notifications',
|
||||
new_0_5_4_7: 'Align usage analytics with Hermes state DB schema',
|
||||
new_0_5_3_1: 'Improve reasoning process display with persistence across page refreshes',
|
||||
new_0_5_3_2: 'Optimize stringified array format parsing to extract thinking/text/tool_calls',
|
||||
new_0_5_3_3: 'Improve log display by removing ellipsis and showing full content',
|
||||
new_0_5_3_4: 'Add detailed logging for format conversion and parsing',
|
||||
new_0_5_3_5: 'Optimize token calculation to accurately include tool results',
|
||||
new_0_5_2_1: 'Convert conversation history to Anthropic format before sending to Gateway',
|
||||
new_0_5_2_2: 'Add bidirectional reasoning sync between memory and database',
|
||||
new_0_5_2_3: 'Add message pagination with DESC query + array reverse for performance',
|
||||
new_0_5_2_4: 'Clean up debug code and unused imports',
|
||||
new_0_5_2_5: 'Remove auto-resumed event trigger to avoid timing issues',
|
||||
new_0_5_2_6: 'Use reasoning field consistently across codebase',
|
||||
new_0_5_1_1: 'Auto-sync Hermes history sessions on first startup',
|
||||
new_0_5_1_2: 'Fix session sync failure with old Hermes versions (backward compatible)',
|
||||
new_0_5_1_3: 'Smart cleanup of exclusive platform credentials on profile clone (Telegram, Discord, Slack, etc.)',
|
||||
new_0_5_1_4: 'Auto-normalize profile names to lowercase to avoid backend validation errors',
|
||||
new_0_5_1_5: 'Fix tool_call_id missing in tool messages for OpenAI API compatibility',
|
||||
new_0_5_1_6: 'Unify SQLite table schema management and initialization',
|
||||
new_0_5_1_7: 'Optimize model list layout in Provider cards (fixed height, tag alignment)',
|
||||
new_0_5_1_8: 'Fix display issue with single-line long code blocks in user messages',
|
||||
new_0_5_1_9: 'Fix web terminal rendering errors in Docker deployment',
|
||||
new_0_4_8_2: 'Fix nested markdown fence rendering truncation',
|
||||
new_0_4_8_3: 'Fix compressed session lineage projection and search',
|
||||
new_0_4_8_4: 'Optimize session list N+1 queries and fix search 500 on non-CJK input',
|
||||
|
||||
Reference in New Issue
Block a user