Skip to content

Releases: decidim/decidim-bulletin-board

v0.19.0

16 Apr 13:16
Compare
Choose a tag to compare

Added

  • The voter encrypt method now returns the plainVote and the electionUniqueId so it will be included when the user audits the ballot.

v0.18.0

16 Apr 09:42
Compare
Choose a tag to compare

Added

  • The bulletin board client now accepts the polling_stations param with a list of valid polling stations identifiers for running hybrid elections.
  • The bulletin board client now includes a in_person_vote to inform the server about physical votes.

v0.17.1

15 Apr 14:07
Compare
Choose a tag to compare

Fixed

  • Use the correct main file in the bulletin board javascript client.

v0.17.0

12 Apr 15:03
Compare
Choose a tag to compare

Added

  • The bulletin board client now accepts the ballot_styles param when creating an election.

v0.16.1

12 Apr 09:13
Compare
Choose a tag to compare
chore: bump to version 0.16.1

v0.16.0

06 Apr 12:50
Compare
Choose a tag to compare

Added

  • The bulletin board client now includes a reset_test_database method that can be called in the test environment to clear the bulletin board database.

v0.14.0

25 Feb 17:23
Compare
Choose a tag to compare

Changed

  • The onSetup event is no longer supported when adding the key ceremony, tally and voter components.

v0.13.1

25 Feb 17:24
Compare
Choose a tag to compare

Changed

  • The create_election method doesn't need the weight field for questions and answers anymore. It will use the given order to create the sequence_order value.

v0.12.1

25 Feb 17:24
Compare
Choose a tag to compare

Changed

  • The VoteComponent event names have been changed to more suitable ones.

v0.12.0

25 Feb 17:25
Compare
Choose a tag to compare

Added

  • The Voter returns the ballot hash after encrpyting the plain vote and before auditing or casting it

Changed

  • The create_election command now expects objects representing the parts public keys.