Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 4.0.0 - 2026.02.26

⚠️ Note: With this release, the Collectives folder in the Files app will be hidden by
default. See [the documentation](https://nextcloud.github.io/collectives/usage/) if you
still want to access it.

### ✨New
* 📂 Hide Collectives folder per default in Files app (#2095).
* 📎 Enhanced attachments support in sidebar tab. Supports non-embedded attachments.
* 📎 List folder attachments in sidebar tab.
* 📥 Import Markdown files as pages and adjust relative links and attachment paths.
* 🧹 Drop support for Nextcloud 31.

### 🐛Fixes
* 🐛 Setup filesystem if user folder was not found (#2264).
* 💄 Add default value for text editor width (#2290).
* 🚚 Copy metadata of subpages when copying a page.
* 🔗 Fix missing page content in read-only shares in some cases (#2257).
* 🐛 Catch error when adding members to collective. Thanks to @provokateurin.
* 🐛 Scope trash node lookup to requested collective. Thanks to @benjaminfrueh.
* 🔎 Continue full-text search indexing after one collective failed.

### 🌎Translations
* 🗣️ Translation updates from Transifex. Thanks to all contributors.

### 🚧Updates & Tooling
* ⬆️ Update NPM dependencies.
* ⬆️ Update PHP composer dependencies.


## 3.6.1 - 2026.02.12

### 🐛Fixes
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Teams«** and **»Collectives«** apps and enable them.

]]></description>
<version>3.7.0</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down
Loading