Skip to content

Latest commit

 

History

History
166 lines (79 loc) · 8 KB

File metadata and controls

166 lines (79 loc) · 8 KB

Changelog

1.7.0 (2026-04-28)

Features

  • chore: add option to strip additional lines in summary (#59) (3535a04)
  • core: give feedback on invalid ballot (#72) (c600389)
  • core: pass --no-verify flag to git commit (#71) (14fae72)
  • core: refuse to open vote impossible to decrypt (#76) (e87c5b8)
  • web-ui: add invalidity reason alongside ballot summary (#74) (fdfe7b2)
  • web-ui: add optional ballot text summary (#56) (2296c34)

Bug Fixes

  • crypto: improve handling of a share key being passed twice (#75) (f571a24)
  • web-ui: shuffling candidates with line returns (#57) (0dc81c9)

1.6.0 (2024-06-26)

Features

  • core: add missingVoices property to vote result (#43) (dac0a32)

Bug Fixes

  • core: do not assume cwd is on top of the vote branch (#46) (ed00bfd)
  • core: do not crash the vote count in case of invalid ballot (#45) (4fcce30)

1.5.0 (2024-06-07)

Features

  • core: add pushToRemote option to more places (#39) (a73d9a8)

1.4.1 (2024-06-06)

Bug Fixes

1.4.0 (2024-06-01)

Features

  • core: add an option to skip pushing init vote commit (#31) (7da1c6a)

Bug Fixes

  • core: use git restore to remove vote files (#25) (562f49b)

1.3.1 (2024-04-30)

Bug Fixes

  • chore: run $EDITOR within a shell (#23) (df3fade)

1.3.0 (2023-11-10)

Features

  • core: expose vote summary methods (ffa5d55)
  • core: generate ballots with non-zero preferences (6dca5fb)

Bug Fixes

  • core: fix abort request detection (769fbba)
  • web-ui: do not fetch data about irrelevant commits (3e80952)

1.2.1 (2023-10-25)

Bug Fixes

  • core: do not remove folders that were not created by us (0562e19)

1.2.0 (2023-09-03)

Features

  • core: expose private key as an armored string (aa7a6ec)

Bug Fixes

  • cli: output the private key as armored string in vote summary (648b10a)

1.1.1 (2023-08-14)

Bug Fixes

  • cli: add hashbangs to all executables (98750a9)

1.1.0 (2023-08-14)

Features

  • cli: add doNotShuffleCandidates flag to generateNewVoteFolder (bc41029)
  • cli: expose decryptKeyPart (d7b60b1)
  • core: add an abort option when casting a vote (ef5d63c)

Bug Fixes

  • cli: add back support for boolean --gpg-sign (54f1967)
  • core: treat elections with no list of allowed voters as public votes (46147b5)
  • web-ui: restore support for unauthenticated votes on public repos (d9b1912)
  • web-ui: support vote happening on the root folder (a4e75cf)

1.0.1 (2023-06-28)

Bug Fixes

  • core: fix typescript errors (e263608)

1.0.0 (2023-06-28)

⚠ BREAKING CHANGES

  • switch to @node-core scope (#11)

Features

Miscellaneous Chores

0.6.2 (2023-06-13)

Bug Fixes

  • empty commit to test the release automation (831c44f)

0.6.1 (2023-06-13)

Bug Fixes

  • cli: add README to the npm package (d6e7d26)

0.6.0 (2023-06-13)

Features

  • empty commit to test the release automation (63bf4ee)