Releases: nextcloud/collectives
Releases · nextcloud/collectives
v2.12.0
✨New
- 🔎 Add content search to filter in page list. (#1094)
- 🔔 Track notify_push sessions, notify all active users. (#1118)
🐛Fixes
- 🗑️ Always return trashed collectives as simple list. (#1289)
- 🔃 Don't update last edit user when changing sort order. (#1122)
- 📱 Unbreak editing on mobile. (#1232, #1293)
- 🚪 Show 'Leave collective' option conditionally. (Fixes: #1103, #1259)
- 💄 Fix displaying user bubble in view mode.
- 💄 Center empty content in home and notfound view.
- 💄 Fix resizing members widget according to available space.
- 🐛 Fix console errors about debounced methods in different contexts.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.11.0
✨New
- 🔒 Allow to protect shares with a password. (#505)
- ✅ Add setup checks for PHP SQLite dependency. Thanks @hweihwang. (#1031)
- 💄 Automatically open collective if only one exists for user. (#1241)
🐛Fixes
- 🖱️ Fix sorting in page list using drag and drop. (#1246, #1257)
- 📄 Fix outdated page content in view mode. (#1194)
- 🔎 List subpages when filtering page list. Thanks @grnd-alt. (#1190)
- 📝 Improve documentation about app dependencies. (#1220)
- 🗑️ Make trash backend compatible with Nextcloud 30.
- 🔗 Improve wording for sharing options. Thanks @Jerome-Herbinet. (#1225)
- 💄 Fix layout of delete collective modal. Thanks @elzody. (#1189, #1250)
- 💄 Make sort order pill in page list pixel perfect when scrolling.
- 🐛 Fix JS console error for recent page tiles without last changed user.
- 💄 Use standard
""
quotes in collectives trash modal. (#1190) - ♿ Completely migrate from v-tooltip to native browser tooltips.
- 📝 Add documentation about using group_everyone app. (#1202)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.10.1
🐛Fixes
- 🔎 Improve filtering large page lists. Thanks @grnd-alt. (#1090)
- 🔎 Set default language for TNTSearch. Thanks @Koc.
- 💄 Fix alignments and padding of page list header items.
- 🔗 Fix anchor link scrolling. Thanks @Koc.
- 📎 Fix image and attachment loading in print view. (#1068)
- 🔗 Fix bugs with page reference provider.
- 👥 Link to teams overview from landing page. Thanks @grnd-alt. (#1168)
- 🔗 Fix link shares of subpages. (#1147)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.10.0
✨New
- 🔗 Add support public page shares. (#515)
- 🔗 Allow to create several shares for a collective. (#633)
- ✨ Add Nextcloud 29 support.
- 🧹 Remove Nextcloud 25 and PHP 7.4 support.
- 👪 Rename Circles to Teams (change from Nextcloud 29).
- 👪 Add a team resource provider.
🐛Fixes
- 💄 Show 'open sidebar' when sidebar is closed.
- 📂 Don't revert subfolders for leaf pages.
- 🔗 Improved link handling for links to collectives pages.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.9.2
🐛Fixes
- 📎 Fix several issues with displaying attachments. (#620, #964)
- 🔎 Always search for page content, not only in app realm.
- 📌 Dashboard: respect passed in item limit. Thanks @jld3103.
- 📋 Changelog: Correct styling. Thanks @SimJoSt.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.9.1
🐛Fixes
- 🆕 Improve UX when creating a new collective without members.
- 📌 Dashboard: Display parent page path in recent pages widget. (#1010)
- 🔗 Accept
<link>
syntax in parsed markdown when searching for backlinks.
(#1007) - 🐛 Fix dashboard issue for users without a collective.
- 💄 Fix alignment of page heading loading skeleton.
- 📋 Improve wording around user entities: members can be accounts, circles or
groups. - ⌨️ Save document on -
when page title is focussed. (#989) - ℹ️ Don't always show file app info header for guest users. (#893)
- 🧹 Fix
ExpireTrashPages
background job if no trash backend available. (#968)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update PHP composer dependencies.
v2.9.0
✨New
- 🛺 Allow to copy/move pages in and between collectives. (#488)
- 📌 Add recent pages dashboard widget. (#113)
- 👽 Use Text editor via API on Nextcloud 26 and newer. (#18, #932, #969)
- ✨ Add Nextcloud 28 support.
🐛Fixes
- 📝 Don't autofocus editor when opening page in edit mode. (#596)
- 🔗 Fix backlink detection with special chars in trusted_domains config. (#330)
- 🧹 Don't show 'Leave collective' action in public shares.
- 🧹 Don't show Nextcloud footer in public shares. (#848, #944)
- 💄 Fix layout of text editor when opened in viewer.
- 🖨️ Several print layout fixes and improvements. (#542, #543)
- 📋 Added documentation on searching. Thanks @pjrobertson.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.8.2
v2.8.1
🐛Fixes
- 🐛 Fixes not null violation for new not null column. Thanks @tcitworld.
v2.8.0
✨New
- 📝 Add toggle for full width page view. (#242)
- 👁️ Allow to collapse recent pages widget on landing page. (#835)
- 😀 Allow to unselect collective and page emojis. (#422)
🐛Fixes
- 🔎 Handle removed files gracefully when searching for page content. (#873)
- 💄 Fix several visual glitches in user interface. (#831)
- 📋 Improve documentation wording around public shares. Thanks @pjrobertson.
- ℹ️ Show collectives info box in Files app on Nextcloud 28. (#860)
- 🔨 Reorder page actions menu.
- 🐛 Fix spurious backend error log in page trash.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.