Skip to content

v8.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 10:44
· 176 commits to main since this release

Changelog 8.1.0

New

  • Support Nextcloud 30
  • Added user shares to poll groups
  • Added a forbidden route and page
  • Added WatchController to OCS-API
  • Sticky option headers in vote table
  • Lazy loading of participants on scroll, if too many vote cells are rendered

Changes

  • Optimized janitor cron
  • Optimized rebuild command
  • Optimized poll loading by migrating subqueries to join (#3692)
  • Accelerated loading performance of polls
  • Separated pollGroups from polls (Store, Service, Mapper, ...)
  • Catch CronJob runs and report as error, but avoid crash at higher thread levels
  • Changed poll loading triggers (mainly navigation affected)
  • Added some status to the watchWorker
  • Removed performance user setting in favor of lazy loading participants
  • Reduce noise by avoiding toasts for obvious changes

Fixes

  • Fixed broken endpoint for manually calling autoReminderCron
  • Fix avatar foreground color
  • Fix window title

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: v8.0.6...v8.1.0