Releases: nextcloud/polls
Releases · nextcloud/polls
v1.6.0 RC1
[1.6.0 - RC1] - 2020-11-01
- [fix] some design fixes
- [fix] #1205 External users get internal link in notification mail
- [enhancement] Configure calendars for calendar lookup
- [enhancement] Change wording on hidden an public polls (#1158)
- [enhancement] #1168 Preferences dialog (#1120)
- [enhancement] #1156 Explicitly close poll (#1157)
- [enhancement] #1153 Add share, if logged in user enters hidden poll via public link (#1169)
- [enhancement] #204 Circles integration (#1128)
- [refactor] Remove deprecated app.php (#1162)
- [refactor] Separate assets
- [deps] updated dependencies
See also: https://github.com/nextcloud/polls/milestone/28?closed=1
v1.5.7
v1.5.6 Release
v1.5.5 Release
1.6-circles-alpha4
alpha1
- First implementation with circles integration
alpha2
- fixed broken migration step (failed)
alpha3
- fixed broken migration step
alpha4
- a lot of fixes
- refactored shares / invitations
v1.5.4 Release
Changes Since 1.4.3
Features
- Added setting for defining default view for
- text polls, defaults to mobile/list layout and
- date polls, defaults to desktop/table layout #744
- Better UX for site users, which enter a poll via public link and could login #1096
- Lookup calendars for conflict #1056 #747
- Convert URIs in description into clickable links #1067
- Added a poll option to force the poll appear under relevant polls navigation entry for all users #1072
- Added user settings
- Stop immediatley sending of invitation mails after adding a share #1007 #935
- Adding a REST-API and documentation (still Draft) #966
- Fix with adding empty dates #961 #958
- Changed misleading prompt for username in public polls #956 #938
- Raised minute step to 5 minutes in datepicker #963 #957
- Added the ability to confirm options #939 #136
- Add time zone info to date polls #1076
Refactoring, Fixes and Minor Changes
- Exclude disabled users from shares #1008
- Exclude mails to disabled users in group invitations #960
- Don't invite disabled users #997
- Hide usernames in notification mail, if results in poll are hidden #990 #980
- Increase speed of option cloning #1058
- Changed some icons #862
- Added Support for Nextcloud 20
- Drop support for Nextcloud 16
- Updated dependencies
- A lot of refectoring and hardening
- Adding Github Actions as checks
- Travis and Scrutinizer optimizations
v1.5.3-RC3
Planned as the last RC before release
The released is scheduled before 2020-10-03
Changes Since 1.4.3
Features
- Added setting for defining default view for
- text polls, defaults to mobile/list layout and
- date polls, defaults to desktop/table layout #744
- Better UX for site users, which enter a poll via public link and could login #1096
- Lookup calendars for conflict #1056 #747
- Convert URIs in description into clickable links #1067
- Added a poll option to force the poll appear under relevant polls navigation entry for all users #1072
- Added user settings
- Stop immediatley sending of invitation mails after adding a share #1007 #935
- Adding a REST-API and documentation (still Draft) #966
- Fix with adding empty dates #961 #958
- Changed misleading prompt for username in public polls #956 #938
- Raised minute step to 5 minutes in datepicker #963 #957
- Added the ability to confirm options #939 #136
- Add time zone info to date polls #1076
Refactoring, Fixes and Minor Changes
- Exclude disabled users from shares #1008
- Exclude mails to disabled users in group invitations #960
- Don't invite disabled users #997
- Hide usernames in notification mail, if results in poll are hidden #990 #980
- Increase speed of option cloning #1058
- Changed some icons #862
- Added Support for Nextcloud 20
- Drop support for Nextcloud 16
- Updated dependencies
- A lot of refectoring and hardening
- Adding Github Actions as checks
- Travis and Scrutinizer optimizations
Different default view
relates to #744
- default view for date polls is table layout (desktop)
- default for text polls is list layout (mobile)
Update: - settings added