Skip to content

Releases: nextcloud/collectives

v1.6.1

13 Dec 11:12
a878afb
Compare
Choose a tag to compare

🐛Fixes

  • 🐛 Fix app upgrade through web installer. (#427)

v1.6.0

13 Dec 11:11
083e42d
Compare
Choose a tag to compare

✨New

  • 📝 Add collective setting for default page mode. (#418)
  • ❌ Remove support for Nextcloud 22 (not supported anymore).

🐛Fixes

  • ⏪ Revert usage for users with quota 0B (e.g. guest users).
  • 📱 Improve and consolidate page title on mobile. (#388)
  • ✨ Fix creating new collectives with latest Circles app version.

🚧Updates & Tooling

  • 🔌 Downgrade TNTsearch to 2.9 to retain PHP 7.3 support.

v1.5.1

13 Dec 11:11
fdd970f
Compare
Choose a tag to compare

🐛Fixes

  • 🖱️ Fix moving pages in public shares.
  • 👽 Force-setup the full filesystem if collective folder not found. (#332)
  • 🎩 Start html title with actual page name. (#361)
  • 🧹 Hide unneeded UI elements in public share.
  • 🔎 Consider landing pages in fulltext search results. (#391)
  • Fix max width of the page list item.
  • Fix auto-expansion of parent pages in page list.
  • Fix and document usage for users with quota 0B (e.g. guest users). (#231)
  • Use default font size for page list items. (#373)
  • Encode collective name in share URL. (#401)
  • Timeout when loading missing images in print view. (#333)

🚧Updates & Tooling

  • 👷 Don't include composer dev packages in release builds.
  • 🔌 Update PHP composer dependencies.

v2.0.0

13 Dec 11:11
dd91471
Compare
Choose a tag to compare

2.0.0 - 2022.10.25

✨New

  • 💄 Migrate to Nextcloud 25 design.
  • 🍾 Support Nextcloud version 25.
  • 🧹 Drop support for Nextcloud version 24 and earlier.

🐛Fixes

  • 🔎 Consider landing pages in fulltext search results. (#391)
  • 🖱️ Fix moving pages in public shares.
  • 👽 Force-setup the full filesystem if collective folder not found. (#332)
  • 🎩 Start html title with actual page name. (#361)
  • 🧹 Hide unneeded UI elements in public share.
  • 🙍 Display users display name in frontend of user id. (#359)
  • Fix max width of the page list item.
  • Fix auto-expansion of parent pages in page list.
  • Fix and document usage for users with quota 0B (e.g. guest users). (#231)
  • Use default font size for page list items. (#373)
  • Encode collective name in share URL. (#401)
  • Timeout when loading missing images in print view. (#333)

🌎Translations

  • 🗣️ Czech translation updated thanks to Pavel Borecki.
  • 🗣️ Dutch translation updated thanks to Jeroen Bos.
  • 🗣️ Danish translation updated thanks to Jens Peter Nielsen.
  • 🗣️ German translations updated thanks to Joachim Sokolowski.
  • 🗣️ Slovenian translation added thanks to Matej U.
  • 🗣️ Polish translation added thanks to Norbert Truszkiewicz.
  • 🗣️ French translation updated thanks to Nathan.

🚧Updates & Tooling

  • 🔌 Update NPM dependencies.
  • 👷 Don't include composer dev packages in release builds.

v1.5.0

13 Dec 11:11
59b177e
Compare
Choose a tag to compare

✨New

  • Allow to sort pages in custom order. (#303)
  • Move pages between subpages via drag and drop. (#252)

🌎Translations

  • 🗣️ Danish translation added thanks to Jens Peter Nielsen.
  • 🗣️ Dutch translation updated thanks to Jeroen Bos.
  • 🗣️ German translations updated thanks to Joachim Sokolowski.
  • 🗣️ Chinese translation updated thanks to Jason Clermont.

v1.5.0-beta1

13 Dec 11:11
0dba0b0
Compare
Choose a tag to compare

✨New

  • Allow to sort pages in custom order. (#303)
  • Move pages between subpages via drag and drop. (#252)

v1.4.3

13 Dec 11:11
d6662da
Compare
Choose a tag to compare

🐛Fixes

  • 🔝 Don't try to persist user-selected page order in public shares.
  • 🚀 Fix search index occ commands and background jobs without sqlite. (#371)

🌎Translations

  • 🗣️ Czech translation updated thanks to Pavel Borecki.
  • 🗣️ Dutch translation updated thanks to Jeroen Bos.
  • 🗣️ French translation updated thanks to Nathan.

v1.4.2

13 Dec 11:11
b56bfcd
Compare
Choose a tag to compare

🐛Fixes

  • 🥟 Really fix sticky editor menubar. (#367)
  • 💄 Fix sticky app-details toggle.

v1.4.1

13 Dec 11:11
887b330
Compare
Choose a tag to compare

🐛Fixes

  • 🔎 Fix search errors when sqlite is not available.
  • 🥟 Fix sticky editor menubar. (#367)
  • ☝️ Migrate icons for search providers to pure CSS+SVG. (#366)

🚧Updates & Tooling

  • 🔌 Update NPM dependencies.

v1.4.0

13 Dec 11:11
b4708f0
Compare
Choose a tag to compare

✨New

  • 🔎 Indexed full-text search, replacing the former inefficient search.

🐛Fixes

  • 🔗 Fix links to pages in public share view. (#329, #337)
  • 😀 Remove emoji outline below page emojis. (#194)
  • 🤸 Several accessibility improvements.
  • ➖ Remove duplicate button to toggle app details.
  • 🚀 Fix occ commands when Circles app is disabled.

🌎Translations

  • 🗣️ Czech translation updated thanks to Pavel Borecki.
  • 🗣️ Dutch translation updated thanks to Jeroen Bos.
  • 🗣️ German translations updated thanks to Joachim Sokolowski.
  • 🗣️ French translation updated thanks to Nathan.
  • 🗣️ Russian translation updated thanks to Andrey Rozentals.

🚧Updates & Tooling

  • 🔌 Remove unnecessary NPM dependencies. Thanks to Ferdinand Thiessen.
  • 🔌 Update composer dependencies.