v9.0.5
fregante/GhostTextv9.0.5Feb 27, 2024by rumtid
AI Summary
This release focuses on fixing critical bugs in the Seafile client, specifically addressing issues with daemon status checks, directory traversal errors, and command handling in the wt-monitor process.
Key Highlights
- Checks if server_url is NULL when subscribing to a repository.
- Verifies if the daemon is running before performing operations.
- Records index errors when directory traversal fails.
- Fixes command handling bugs in the wt-monitor process.
New Features
- Bug fixes for Seafile server interactions and daemon management.
Full Release Notes
## What's Changed * Check server_url is NULL when subscribe repo by @feiniks in https://github.com/haiwen/seafile/pull/2719 * check daemon is running by @feiniks in https://github.com/haiwen/seafile/pull/2734 * Record index error when faile to traverse dir by @feiniks in https://github.com/haiwen/seafile/pull/2733 * Fix command handling bug in wt-monitor by @feiniks in https://github.com/haiwen/seafile/pull/2736 **Full Changelog**: https://github.com/haiwen/seafile/compare/v9.0.4...v9.0.5