Skip to content

Releases: nextcloud/polls

0.10.0 Release

22 Feb 07:56
b26f837
Compare
Choose a tag to compare

[0.10.0] - 2019-02-24

Added

  • main list page
    • rewrite as a vue app
    • improved UI
  • ability to clone any poll and shift date options (#323, #245)
  • design updates to vote page
  • some more UI enhancements
  • Maybe option for a poll is configurable

Fixed

  • #82 - "user_" / "group_" prefix
  • #206 - User name is prefixed with user_, + incorrect translation
  • #461 - Polls with expire date could not be created/edited
  • #478 - Send comment bug
  • #479 - Not possible to vote for none of the options
  • #498 - "Create Poll" button disabled after failed validation
  • #507 - Fix query params in eventmapper
  • #511 - No difference between hidden and open poll

0.9.5 Release - Migration bugfix

22 Dec 18:30
3c4f568
Compare
Choose a tag to compare

#457 - update to 0.9.4 failed for postgres database
#454 - Update to 0.9.3 failed for postgresql database

0.9.4 Release

22 Dec 10:51
b24446c
Compare
Choose a tag to compare

Migration fix

#453 - Polls upgrade leads to NotNullConstraintViolationException
#454 - Update to 0.9.3 failed for postgresql database
#455 - Fix color variable name in list.scss

0.9.3 Release

18 Dec 07:08
ddabc57
Compare
Choose a tag to compare

Fix minor problem with migration

Fix vote page

16 Dec 08:34
08ee39f
Compare
Choose a tag to compare

#445 - Vote options view is distorted

0.9.1 Release

11 Dec 19:18
d0a9ede
Compare
Choose a tag to compare

[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.

Release Candidate 2 for 0.9 Release

10 Nov 17:32
1620ee8
Compare
Choose a tag to compare
Pre-release
Merge pull request #414 from nextcloud/vue-components0.3.1

Vue components 0.4.2

v0.8.3

30 Aug 18:15
e4ed767
Compare
Choose a tag to compare

Last version for Owncloud (10).

Added

Changed

Fixed

  • Display own participation in polls in list view

v.0.8.2

29 Aug 06:30
61067c1
Compare
Choose a tag to compare

Added

  • Compatibility to NC 14 #360

Changed

Fixed

  • 'Edit poll' did not work from poll's details view #294
  • Reload of public polls with ownCloud 10 #344 #340 #283 #96

See OC and NC packeges below.
Releases in the makretplace and appstore soon.

v0.8.1

18 Jan 23:21
21cd5ec
Compare
Choose a tag to compare

Changelog

Added

  • Unit tests
  • App favicon
  • More languages

Changed

  • New vote page design (responsive)
  • New comment design
  • A lot of clean up

Fixed

  • Linebreak bug
  • Fixed time picker
  • a lot of minor fixes