Skip to content

Releases: M-Mueller/mattermost-poll

v1.2

21 Sep 14:09
Compare
Choose a tag to compare
  • Allow admins to end polls (#38)
  • Add options for default question and votes (#29)
  • Fix and improve Dockerfile
  • Fix bars showing progress when progress is disabled
  • Set required Python version to 3.6 or higher
  • Show bars in running poll (closes #28)
  • Add settings for default options (closes #29)
  • Add localization support (#27) (#30)

v1.1

02 Dec 10:27
3bee011
Compare
Choose a tag to compare
  • Show warning message if poll is public (thanks to @pjenicot)
  • Added 'bars' option that shows a bar chart at end of poll (thanks to @salacryl)
  • Added setting to fix issues with nignx HTTPS proxy (thanks to @NewEvolution)

v1.0

29 Jul 09:45
Compare
Choose a tag to compare
  • Improved README with better setup instructions
  • Connecting to the poll server in the browser shows status message

v0.3

12 Mar 19:05
Compare
Choose a tag to compare
  • Support for multipe Mattermost tokens
  • Fix missing help file in docker

Important: The MATTERMOST_TOKEN setting is deprecated and will be removed with the next release. Use MATTERMOST_TOKENS instead.

v0.2

18 Feb 12:47
Compare
Choose a tag to compare
  • Add help command (closes #6)
  • Show message when voting on invalid poll (closes #7)
  • Implement looking up usernames by using specific API (#8)
  • Add option to make votes public (#5)
  • Add option to allow multipe votes per user (#1)

Important: The database file from previous versions is not compatible. This means unfinished polls will stop working. Finished polls are not affected.

v0.1

11 Feb 18:31
Compare
Choose a tag to compare

Initial release