Skip to content

0.9.1 Release

Compare
Choose a tag to compare
@dartcafe dartcafe released this 11 Dec 19:18
· 7186 commits to master since this release
d0a9ede

[0.9.1] - 2018-12-11

Added

  • create/edit page

    • rewrite as a vue app
    • improved UI
    • introduced new NC date time picker from vue-nextcloud
    • introduced multiselect from vue-nextcloud
    • added option to allow "maybe" vote
  • vote page

    • made polls table scrollable
    • show new vote options after voting
    • open sidebar by default on wide screens
  • Users in the admin group should be able to edit polls (#386)

Changed

  • Compatibility to NC 14 and 15
  • Introduced vue
  • Changing database theme
  • Polls is a Nextcloud only app now. If you wish to proceed developing the ownCloud version, make a fork from the stable-0.8 branch.

Fixed

  • 'Edit poll' did not work from poll's details view (#294)
  • Bug which makes voting impossible after edit
  • Write escaped option texts to db (#341)
  • display user's display name instead of user name (#402)
  • support for asynchronus operations (#371)
  • ... a lot more minor bugs

See https://github.com/nextcloud/polls/milestone/9?closed=1 for all changes and additions.