Releases: nextcloud/collectives
Releases · nextcloud/collectives
v0.7.0
✨New
- 🔎 Fulltext search support in app context.
- 🔝 Sort pages by activity or alphabetically.
- 📋 Sort collectives alphabetically.
- 💘 Add app navigation order '11'.
🌎Translations
- 🗣️ Initial Norwegian translation thanks to Allan Nordhøy.
- 🗣️ Initial Russion translation thanks to Artem.
- 🗣️ Improved German translation thanks to J. Lavoie.
🏗️Fixes
- 👓 Allow to expand/collapse subpage lists with keyboard.
- 📛 Fix renaming pages with subpages.
- 📝 Improve page list and editor handling in frontend.
- 🏗️ Various fixes regarding subpages support.
🚧Updates
- 👷 Refactored Makefile.
v0.6.2
v0.6.1
v0.6.0
✨New
- 📝 Create subpages to organize your shared knowledge.
- 🏛️ Restructured page sidebar and version history.
- 🌄 Many small user interface improvements.
Fixes
- 🧱 Don't break OCC commandline when Circles app is missing.
- ⭐ Use app icon as placeholder for collectives without emojis.
- 🗑️ Don't display empty list of deleted collectives.
- 👷 Huge code refactoring under the hood.
- 🔎 Use app icon for collectives-related search results.
Updates
- 🔌 Update all dependencies.
v0.5.1
v0.5.0
✨New
- ⭕ Pick an existing circle when creating a new collective.
- 🗑️ Dialog to decide if the circle should be deleted when deleting a collective.
- 📋 Cleaner pages list, including info for the start page.
- 📱 Better workflows for mobile use.
Fixes
- ✂️ Split emojis from collective names.
- 🧽 Always use sanitized filename for mountpoint.
- 📲 Fix overlapping elements in mobile view.
- 💽 Fix database query in ExpirePageVersions background job.
- ⏱️ Show loading spinner when list of collectives isn't available yet.
Updates
- 🔌 Update all dependencies.
v0.4.0
✨ New
- ♻️ Restore deleted collectives.
- 🗑️ Permanently remove deleted collectives.
- 💱 Rename an existing collective.
- ⭕ Create a collective for an existing circle.
Fixed
- 🌐 Loading Collectives and Pages via Links.
- 🏖️ Links from the Collective Startpage.
Upgrades
- 🚀 Update all npm dependencies.
v0.3.1
v0.3.0
✨ New
- 🖼️ New icon for the Collectives app \o/.
- 📂 In the files app you now find Collectives in a dedicated subfolder.
- 👁️ Collective folders now have their own icon.
- 🗺️ Support for localized start page for new collectives.
- 🗑️ Collectives can finally be deleted (by their owners).
- 📱 Improved mobile experience - you can now see the page content.
Fixed
- 🚚 Garbage collector for obsolete database entries.
- 3️⃣ Treat digits as non-emoji characters in collective names.
- 🔎 Check if Circles app is installed in SearchProviders.
Upgrades
- 🚀 Improved support for PHP 8.0 and Nextcloud 21.
v0.2.3
0.2.3 - 2021-03-10
Fixed
- 👥 Adding groups to a collective is now supported.
Upgrades
- 🛡️ Upgrade all vulnerable dependencies.
- ✨ Upgrade all eslint releated development dependencies.
- 🚀 Use new Doctrine class name for Nextcloud 21 compatibility.
Tests
- ✅ Add initial end-to-end tests for collectives.
- 🔎 Add regression test for missing circles app.