v9.0.4
Hmbown/Codewhalev9.0.4Oct 21, 2023by rumtid
AI Summary
This release focuses on improving error handling for file checkout and sync operations, adding configuration options for websockets, and upgrading the application framework to Qt 6.5.2.
Key Highlights
- Enhanced error reporting for failed file checkouts
- New option to enable building websockets
- Improved handling of missing synchronization blocks
- Upgrade to Qt 6.5.2
New Features
- File-level error logging when checkout fails
- Configuration option to build websockets
- Logic to handle missing sync blocks
- Compile macro for Linux websockets
Full Release Notes
## What's Changed * Add a file-level error when failed to checkout file by @feiniks in https://github.com/haiwen/seafile/pull/2692 * Add option to build websockets by @feiniks in https://github.com/haiwen/seafile/pull/2693 * Add block missing sync error by @feiniks in https://github.com/haiwen/seafile/pull/2694 * Only record a file-level error,don't send notification by @feiniks in https://github.com/haiwen/seafile/pull/2701 * Upgrade to Qt 6.5.2 by @rumtid in https://github.com/haiwen/seafile/pull/2695 * Add compile linux websockets macro by @feiniks in https://github.com/haiwen/seafile/pull/2703 **Full Changelog**: https://github.com/haiwen/seafile/compare/v9.0.3...v9.0.4