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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.4.2 - 2026.06.22

### 🐛Fixes
* 🔎 Improve full text search: better multi-word results, ranking and snippet preview. (#2577)
* 🖨️ Ensure all images are loaded before opening print dialog. (#2562)
* 🔗 Fix page previews on some instances with reverse proxy. (#2558)

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


## 4.4.1 - 2026.05.27

Collectives now has its own little homepage: https://collectives.cloud/
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to structure shared knowledge and cultivate trust.
* **🔤 Well-known [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax** for page formatting.
* **🔎 Full-text search** to find content straight away.
]]></description>
<version>4.4.1</version>
<version>4.4.2</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down
Loading