Skip to content

Releases: fsinfuhh/Bitpoll

0.9.2

20 Jan 19:53
Compare
Choose a tag to compare

Bugfixes

  • Error when creating new user without first name #58

0.9.1

15 Jan 17:47
Compare
Choose a tag to compare

Bugfixes

  • fix an issue in the dependency django_token_bucket which prevented new installs of Bitpoll (#55)

0.9 - Ratelimit on Comments

31 Dec 16:14
Compare
Choose a tag to compare

New

  • Added a rate limit for posting comments on a poll if not logged in.
    • Burst of 5 comments, 1 comment /30 min
  • Fix ordering of comments

0.8.1 Security Update

19 Dec 07:56
Compare
Choose a tag to compare

Update dependencies after Django update for CVE-2019-19844

0.8.0

15 Dec 20:40
Compare
Choose a tag to compare

New Features:

  • CSV Export of polls
  • The vote view is now looking the same with and without JS
  • Option to allow unauthenticated users to change votes
  • Anti spam implementation in the comment form

Fixes/Updates:

  • initialization with current choices when changing the choices on datetime polls
  • Updated dependencies
  • Updated Translations
  • Fixed registration mailing
  • Fixed some UI errors
  • Fixed the option "invitation required to vote", it previously prevented any vote

v0.7.0 - First Tagged Release

18 Jul 14:08
Compare
Choose a tag to compare

This is the first tagged release of Bitpoll. It should be mostly bug free, going forward we want make regular releases after new features. We plan some refactorings and want to make some improvements to the ui in the feature.