v9.0.5

juanfont/headscalev9.0.5Feb 27, 2024by rumtid

AI Summary

This release focuses on bug fixes for the Seafile client, including null checks for server URLs, daemon status verification, and improved error logging for directory traversal. It also resolves a command handling bug within the wt-monitor component.

Key Highlights

  • Null check for server_url when subscribing to a repository
  • Verification that the daemon is running
  • Improved error logging for directory traversal failures
  • Bug fix in wt-monitor command handling

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