Releases: nodejs/caritat
Releases · nodejs/caritat
v1.6.0
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
1.5.0 (2024-06-07)
Features
- core: add
pushToRemote
option to more places (#39) (a73d9a8)
v1.4.1
1.4.1 (2024-06-06)
Bug Fixes
v1.4.0
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
1.3.1 (2024-04-30)
Bug Fixes
v1.3.0
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
1.2.1 (2023-10-25)
Bug Fixes
- core: do not remove folders that were not created by us (0562e19)
v1.2.0
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
1.1.1 (2023-08-14)
Bug Fixes
- cli: add hashbangs to all executables (98750a9)
v1.1.0
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)