Skip to content

Releases: nextcloud/collectives

v0.7.0

13 Dec 11:08
0ff14c8
Compare
Choose a tag to compare

✨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

13 Dec 11:08
v0.6.2
16dee25
Compare
Choose a tag to compare

Fixes

  • 📝 Loading the text editor on some instances.

Tests

  • ✅ Make a flaky test pass more reliably.

v0.6.1

13 Dec 11:08
v0.6.1
1bef4a1
Compare
Choose a tag to compare

Fixes:

  • 🗑️ Deleting pages.
  • 🌐 Creating Links between Pages.
  • 🧷 Opening Links in the page preview.

v0.6.0

13 Dec 11:08
b1680cf
Compare
Choose a tag to compare

✨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

13 Dec 11:08
6dd5ec1
Compare
Choose a tag to compare

Fixes

  • ✂️ Fix migration step to split emojis from collective names.

v0.5.0

13 Dec 11:07
v0.5.0
1b793ec
Compare
Choose a tag to compare

✨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

13 Dec 11:07
c1f0113
Compare
Choose a tag to compare

✨ 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

13 Dec 11:07
v0.3.1
02e8a6c
Compare
Choose a tag to compare

Fixed

  • ✨ Attempting to create collective with same name
    redirects to existing collective
  • ℹ️ Have Info and Warning notices for naming conflices.

Upgrades

  • 🚀 Update all npm dependencies.

Tests

  • ✅ Completely rework the CI setup and make it 2x faster.

v0.3.0

13 Dec 11:07
v0.3.0
8439d0e
Compare
Choose a tag to compare

✨ 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

13 Dec 11:07
Compare
Choose a tag to compare

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.