Skip to content

Releases: nodejs/caritat

v1.6.0

26 Jun 18:33
376fd8e
Compare
Choose a tag to compare

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)

v1.5.0

07 Jun 21:14
6431b1e
Compare
Choose a tag to compare

1.5.0 (2024-06-07)

Features

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

v1.4.1

06 Jun 23:13
a34f991
Compare
Choose a tag to compare

1.4.1 (2024-06-06)

Bug Fixes

v1.4.0

01 Jun 22:50
139576a
Compare
Choose a tag to compare

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)

v1.3.1

30 Apr 08:11
9eb3a38
Compare
Choose a tag to compare

1.3.1 (2024-04-30)

Bug Fixes

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

v1.3.0

07 Dec 14:38
8bfd7ef
Compare
Choose a tag to compare

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)

v1.2.1

25 Oct 18:30
6357c08
Compare
Choose a tag to compare

1.2.1 (2023-10-25)

Bug Fixes

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

v1.2.0

03 Sep 18:19
623698b
Compare
Choose a tag to compare

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)

v1.1.1

14 Aug 13:44
604d9ac
Compare
Choose a tag to compare

1.1.1 (2023-08-14)

Bug Fixes

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

v1.1.0

14 Aug 13:39
a904795
Compare
Choose a tag to compare

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)