From 5582842d267ebfc84e2682ed7c56d47468b18af9 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Fri, 27 Jun 2025 16:31:18 +0800 Subject: [PATCH] Add changelog for Seafile community edition --- manual/changelog/server-changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/manual/changelog/server-changelog.md b/manual/changelog/server-changelog.md index 75ba39a1..35f54767 100644 --- a/manual/changelog/server-changelog.md +++ b/manual/changelog/server-changelog.md @@ -3,6 +3,28 @@ > You can check Seafile release table to find the lifetime of each release and current supported OS: +## 13.0 + +**Upgrade** + +Please check our document for how to upgrade to [13.0](../upgrade/upgrade_notes_for_13.0.x.md) + +### 13.0.6 beta (2025-07-15) + + +Deploying Seafile with binary package is no longer supported for community edition. We recommend you to migrate your existing Seafile deployment to docker based. + +* SeaDoc: SeaDoc is now version 2.0 +* Thumbnail server: A new thumbnail server component is added to improve performance for thumbnail generating and support thumbnail for videos +* Metadata server: A new metadata server component is available to manage extended file properties +* Notification server: The web interface now support real-time update when other people add or remove files if notification-server is enabled +* Database and memcache configurations are added to `.env`, it is recommended to use environment variables to config database and memcache +* Redis is recommended to be used as memcache server +* For security reason, WebDAV no longer support login with LDAP account, the user with LDAP account must generate a WebDAV token at the profile page +* [File tags] The old file tags feature can no longer be used, the interface provide an upgrade notice for migrate the data to the new file tags feature +* Some UI updated and fixes + + ## 12.0 **Upgrade**