Releases: kiesraad/eml2csv
Releases · kiesraad/eml2csv
v1.0.1
What's Changed
- Update README with VC redist dependency by @chrismostert in #10
- Set up dependabot by @jschuurk-kr in #11
- Bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #13
- Handle blank lists by @chrismostert in #15
New Contributors
- @dependabot[bot] made their first contribution in #13
Full Changelog: v1.0.0...v1.0.1
v1.0.0
eml2csv version 1.0.0 converts eml files to the csv format used by OSV2020-U. The csv output file can be opened using spreadsheet software such as ms excel or libreoffice.
Important
When running the packaged binary on Windows, Visual C++ Redistributable must be installed. If you're using Abacus, you already have this dependency.
What's Changed
- Add tests and run before build by @oliver3 in #1
- UTF8 BOM and fix election id in generated output file name by @jschuurk-kr in #2
- Added how to use by @lama-d3v in #3
- make types:check pass and add it to pipelines by @jschuurk-kr in #4
- remove unused code by @jschuurk-kr in #5
- remove 'gemeente' from default output file name for GR elections by @jschuurk-kr in #7
- Updated typer by @Lionqueen94 in #8
- Fix build pipeline by @chrismostert in #9
New Contributors
- @oliver3 made their first contribution in #1
- @lama-d3v made their first contribution in #3
- @Lionqueen94 made their first contribution in #8
- @chrismostert made their first contribution in #9
Full Changelog: https://github.com/kiesraad/eml2csv/commits/v1.0.0