Skip to content

Releases: nextcloud/collectives

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.

v1.3.0

13 Dec 11:10
3fc29ef
Compare
Choose a tag to compare

✨New

  • 📋 Major refactoring and improvements of page list.
  • 😀 Page list: Emojis for pages (#194).
  • 🎚️ Page list: Make resizable.
  • 👁️ Page list: Improved icons for pages and collapse/expand badge.
  • 🧹 Page list: Remove last edited info. (#344)
  • 🔨 Page list: Three-dot menu for actions on a page.
  • ℹ️ Page list: Add tooltip showing the full page title if it got truncated.
  • 🏛️ Display last edited information in page info bar between title and content.

🐛Fixes

  • 🔗 Link handling fixes. (#286, #349)
  • 💱 Fix error when renaming pages. (#354)
  • 🌄 Page list: Make header and landingpage sticky on mobile.
  • ✏️ Fix edit/done button on mobile.
  • 🧹 Invalidate mountcache when list of collectives changed. (#332)

🌎Translations

  • 🗣️ French translation updated thanks to Kaiz3r63.
  • 🗣️ Portuguese translation added thanks to leonardokr.
  • 🗣️ Brasilian-Portuguese translation updated thanks to leonardokr.

🚧Updates & Tooling

  • ✅ Cypress test for link handling.

v1.2.1

13 Dec 11:10
559badd
Compare
Choose a tag to compare

🐛Fixes

  • 🔝 Fix persistent user-selected page order for collectives.
  • 🖱️ Harmonize bottom padding in edit and read mode to improve autoscroll.

🌎Translations

  • 🗣️ Don't use fuzzy matching for translation strings.
  • 🗣️ Czech translation updated thanks to Pavel Borecki.
  • 🗣️ Dutch translation updated thanks to Jeroen Bos.
  • 🗣️ German translations updated.

v1.2.0

13 Dec 11:10
7e36c6f
Compare
Choose a tag to compare

✨New

  • 🔝 Make user-selected page order for collectives persistent. (#342)

🐛Fixes

  • 🖼️ Fix displaying images in read mode with latest Nextcloud 24. (#336)
  • 🔗 Open non-empty list of collectives on app start on mobile. (#341)
  • 🔲 Remove textarea border around editor. (#345)
  • 🖱️ Scroll page content when scrolling whitespace on the side. (#338)
  • 📝 Further improvements to the view/edit switch.
  • 🆕 Focus editor when opening an empty page. (#325)
  • 🧹 Delete cruft collectives by listening to CircleDestroyed event. (#326, #327)
  • 📄 Always load latest page content when switching to read mode.
  • 📜 Improve accessibility of version and backlinks lists.
  • 🔻 Shrink app package by about 1MB.
  • 🖨️ Expose "Export or print" function in collective actions.
  • 🚫 Prevent creating an empty collective. (#331)
  • ⚠️ Several improvements to backend exception handling and logging.
  • 🐎 Improved performance when fetching Collectives, thanks to Claus-Justus Heine.

🌎Translations

  • 🗣️ Czech translation updated thanks to Pavel Borecki.
  • 🗣️ Brasilian-Portuguese translation updated thanks to Alexandre Lopes.
  • 🗣️ French translation updated thanks to Nathan.
  • 🗣️ German translations updated thanks to Joachim Sokolowski.

🚧Updates & Tooling

  • 🔌 Update @nextcloud/text to 25.0.0-alpha.3.
  • 🔌 Update all possible javascript dependencies.
  • ☝️ Migrate icons from SCSS mixins to Vue components.
  • 🖼️ Update Collectives app screenshots.

v1.1.0

13 Dec 11:10
f314edc
Compare
Choose a tag to compare

✨New

  • 🖨️ Completely rework print collective functionality.
  • 🌄 Rework view mode layout, sticky title bar. (#291)
  • 📝 Retain scroll position when switching between view and edit mode.
  • 🖱️ Always scroll active page into viewport in pagelist.

🐛Fixes

  • 🖼️ Render images in view mode. (#296)
  • 📶 Fix alignment of document status message. (#315)
  • ❌ Don't expose image delete button in view mode.
  • 🖱️ Remove superfluous horizontal scrollbar in view mode. (#320)
  • 📜 Fix view of older page versions.
  • 🆕 Fix an error when loading editor for existing empty pages.
  • 📝 Fix layout of sticky landing page list. (#324)

🌎Translations

  • 🗣️ Swedish translation added thanks to Simon N.
  • 🗣️ Dutch translation updated thanks to Jeroen Bos.
  • 🗣️ French translation updated thanks to Nathan.
  • 🗣️ Czech translation updaed thanks to Pavel Borecki.
  • 🗣️ German translation updated thanks to Joachim Sokolowski.

🚧Updates & Tooling

  • 🔌 Update @nextcloud/text to 0.1.0.
  • 🔌 Various improvements to our tests.

v1.0.0

13 Dec 11:10
9fd2c03
Compare
Choose a tag to compare

✨New

  • 📝 Link shares can be editable now.
  • 🔎 Add a search field to filter the page list. (#302)
  • 🥟 Improve page list UX via sticky header bar and landing page. (#305)
  • ⬆️ Add support for PHP 8.1.

🐛Fixes

  • 📋 Fix styling of collapse/expand badge in page list. (#306)
  • 📜 Scroll selected page into view after sorting page list. (#309)
  • 💄 Minor fixes when viewing a shared collective.
  • 👽 Fix mountpoint setup with mountpoint improvements in Nextcloud 24.

🚧Updates & Tooling

  • 🔌 Update all possible javascript dependencies.
  • 📋 Use modern browser clipboard interface.
  • ♻️ Refactorings in the backend code.

🌎Translations

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

v0.22.22

13 Dec 11:10
c9cd743
Compare
Choose a tag to compare

🏗️Fixes

  • ✂️ Fix migration when upgrading to 0.20.22 or newer (#294)

v0.21.22

13 Dec 11:10
4043281
Compare
Choose a tag to compare

✨New

  • ✨ Support Nextcloud Version 24.

🏗️Fixes

  • ✂️ Fix migration when upgrading from 0.20.22 to 0.21.22 (#293)

v0.20.22

13 Dec 11:10
373dc4f
Compare
Choose a tag to compare

✨New

  • 🛂 Permission management for collectives. (#191)
  • 🔝 Allow to configure default page order for collectives. (#273)
  • 🙂 Assign a random emoji to new collectives. (#281)

🏗️Fixes

  • ⚙️ Several improvements to the collective settings.
  • 📝 Don't load editor in view mode.
  • 🚚 Improve database initialization on initial installation.
  • 🧹 Mark background jobs as time insensitive.

🌎Translations

  • 🗣️ Chinese translation added thanks to Wang Jiaxiang.
  • 🗣️ French translation updated thanks to Nathan.
  • 🗣️ Czech translation updaed thanks to Pavel Borecki.
  • 🗣️ German translation updated thanks to Joachim Sokolowski.

🚧Updates & Tooling

  • 🔌 Update all possible javascript dependencies.
  • 🔌 Update all possible PHP dependencies.

v0.19.22

13 Dec 11:10
342dd4f
Compare
Choose a tag to compare

0.19.22 - 2022.02.08

✨New

  • ⚙️ Settings for a collective moved into a modal (#258)
  • 💱 Collectives can be renamed from their settings (#162)
  • 🙂 The emoji of a collective can be changed in its settings (#257)

🏗️Fixes

  • 🏛️ Fix argument type for folders in VersionsBackend

🌎Translations

  • 🗣️ Czech translation updaed thanks to Pavel Borecki.
  • 🗣️ French translation updated thanks to Nathan.
  • 🗣️ German translation updated thanks to Joachim Sokolowski.
  • 🗣️ Japanese translation updated thanks to あわしろいくや.