- Fix multipart upload parsing to use Buffer operations instead of latin1 string conversion, preserving multi-byte characters in filenames (#72) - Support RFC 5987 filename* encoding for cross-platform compatibility - Fix in-page update by running npm install directly instead of CLI command that kills the server process before response is sent (#71) - Add no-cache header to version check to avoid stale latest version - Change version check interval from 4 hours to 1 hour Closes #72, Closes #71 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hermes-web-ui",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Web dashboard for Hermes Agent — multi-platform AI chat, session management, scheduled jobs, usage analytics & channel configuration (Telegram, Discord, Slack, WhatsApp)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user