cherry-studio/src
Hao He a4c0224ab5
feat(loader): optimize EpubLoader memory usage with file streams (#3074)
* Enhance update error logging and fix duplicate type import

- Improve error logging in AppUpdater with more detailed error information and timestamps
- Remove duplicate MCPServer type import in Inputbar component

* feat(loader): optimize EpubLoader memory usage with file streams

Replace in-memory arrays with file streams for EPUB processing to reduce
memory consumption when handling large e-books. Use temporary files for
chapter content, add completion logs, and ensure proper cleanup.

This prevents memory overflow issues with large EPUB files (>5MB).
2025-03-09 17:36:19 +08:00
..
main feat(loader): optimize EpubLoader memory usage with file streams (#3074) 2025-03-09 17:36:19 +08:00
preload feat: add Model Context Protocol (MCP) support (#2809) 2025-03-06 11:35:29 +08:00
renderer fix: Standardize file creation timestamp to ISO string format 2025-03-09 17:28:00 +08:00