Releases: nextcloud/polls
Releases · nextcloud/polls
v8.0.0-alpha2
This release is the first Vue 3 release
The app is completely migrated to Vue 3 and pinia
Basically it works, but bugs and other flaws are expected
Full Changelog: v7.2.0...v8.0.0-alpha2
v7.2.0
Changelog 7.2.0
Changes
- Add Nextcloud 30
What's Changed
Other Changes
- Migrate REUSE to toml format by @AndyScherzinger in #3615
Full Changelog: v7.1.4...v7.2.0
v7.1.4
Changelog 7.1.4
Fix
- Fix autoreminder again
- Fix acticities display of circles
- remove colons from exported file names
What's Changed
🐛 Fixed bugs
- fix: Display circle share activities correctly by @hamza221 in #3602
- fix: strip illegal colon from sheet name by @hamza221 in #3603
- fix: Catch exceptions thrown by NotificationMail constructor by @come-nc in #3608
New Contributors
Full Changelog: v7.1.3...v7.1.4
v7.1.3
v7.1.2
Changelog 7.1.2
Fix
- Fix owner detection (prevented deleting comments by poll owners)
- Fix exporting of polls
- Fix poll loading on some MySQL configurations
- Fix context menu in polls list
What's Changed
🐛 Fixed bugs
- fix poll download by @dartcafe in #3576
- fix owner detection by @dartcafe in #3577
- Fix joinGroupShares by @dartcafe in #3578
- fix detection of archived polls and fix context menu by @dartcafe in #3581
Other Changes
Full Changelog: v7.1.1...v7.1.2
v7.1.1
Changelog 7.1.1
Fix
- Fix opening and closing of sidebar after changed component
- try avoiding update error by removing class registering
Change
- Support Nextcloud 27
What's Changed
🚀 Enhancements
🐛 Fixed bugs
- Fix opening and closing of sidebar by @dartcafe in #3552
- Add missing SPDX header by @AndyScherzinger in #3555
- Remove service registration by @dartcafe in #3554
Full Changelog: v7.1.0...v7.1.1
v7.1.0
Changelog 7.1.0
!!! changed API structure, please refer to the documentation
Fix
- Fixed counting of orphaned votes
- Disable registration button while registration is pending
- Disable "resolve group share" while resolving
- Fix showing booked up options in polls with hidden results
Changes
- Mainly performance improvements
- Changed API structure for polls, please refer to the documentation
Performance
- Added an option to allow to add polls to the navigation (default)
- Limited polls inside the navigation to 6 items
- Render the polls list in chunks of 20 items
[7.0.3] - 2024-04-05
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🚀 Enhancements
- add common indices by @dartcafe in #3421
- updated strings and rearrangement of admin settings by @dartcafe in #3422
- Improve API documentation by @Bagoult in #3455
- Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3461
- Optimize poll loading by @dartcafe in #3460
- Count user's votes by subquery by @dartcafe in #3477
- Enable chunk loading polls in list and limit polls in navigation. by @dartcafe in #3479
- intoduce internal UserSession by @dartcafe in #3498
- Add shares to poll schema by @dartcafe in #3513
- Disable buttons after click by @dartcafe in #3520
- bring back PHP 8.0 - fixes #3530 by @dartcafe in #3532
🐛 Fixed bugs
- fix: Add visual loading feedback for polls list by @susnux in #3444
- fix attributes namespace by @dartcafe in #3509
- do not send autoreminders for archived polls by @dartcafe in #3521
- Fix/hiden-results-and-limited-votes by @dartcafe in #3523
- fix dashboard by @dartcafe in #3524
- fix closing and tidy by @dartcafe in #3525
- Fix poll list content by @dartcafe in #3538
Other Changes
- Default to "My polls" view by @artonge in #3450
- Revert "Default to "My polls" view" by @artonge in #3454
- refactoring of polls list with leaner flexbox by @dartcafe in #3458
- fix(l10n): typo fix for threshold by @roliverio in #3500
- removed all async component loading by @dartcafe in #3505
- Add SPDX header by @AndyScherzinger in #3496
New Contributors
- @susnux made their first contribution in #3444
- @Bagoult made their first contribution in #3455
- @roliverio made their first contribution in #3500
- @AndyScherzinger made their first contribution in #3496
Full Changelog: v7.0.3...v7.1.0
v6.4.2
v6.4.1
Changelog 6.4.1
Fix
- Fix database error with PostgreSQL
What's Changed
🐛 Fixed bugs
Full Changelog: v6.4.0...v6.4.1