Releases: JamesJonesConsulting/VoterWarehouse
Releases · JamesJonesConsulting/VoterWarehouse
3.4.2
Fixing universal new line mode on Florida (#24) * Performing a back merge (#18) * Fixing Null field on empty string (#17) * Adding handling for North Carolina voter and history importing * Adding handling for North Carolina voter and history importing * Changing this to build against the oldest GCC I can make python 3.11 work on * Changing this to build against the oldest GCC I can make python 3.11 work on * Finishing up the build changes * Refactoring voter parsing to history pattern * Refactoring this to conform to new csv patterns * Trying to fix the database issue on CodeQL * Switching florida to universal new line mode * Switching florida to universal new line mode * Switching florida to universal new line mode * Switching florida to universal new line mode
3.4.1
Refactoring this to use the cleaner common import pattern (#22) * Performing a back merge (#18) * Fixing Null field on empty string (#17) * Adding handling for North Carolina voter and history importing * Adding handling for North Carolina voter and history importing * Changing this to build against the oldest GCC I can make python 3.11 work on * Changing this to build against the oldest GCC I can make python 3.11 work on * Finishing up the build changes * Refactoring voter parsing to history pattern * Refactoring this to conform to new csv patterns
3.4.0
Develop (#21) * Performing a back merge (#18) * Fixing Null field on empty string (#17) * Adding handling for North Carolina voter and history importing * Adding handling for North Carolina voter and history importing * Changing this to build against the oldest GCC I can make python 3.11 work on * Changing this to build against the oldest GCC I can make python 3.11 work on * Finishing up the build changes
3.3.0
Fixing Null field on empty string (#17)
3.2.1
Fixing the windowed issue
3.2.0
Merge pull request #7 from JamesJonesConsulting/develop Code security scanning additions
Updating with the dependabot pyinstaller update
Merge pull request #4 from JamesJonesConsulting/release/3.1.1 Release/3.1.1
Added RPM Signing and ability to publish to Nexus
This release is mostly pipeline changes so RPM's are signed and also published to a self-hosted instance of Nexus Repository where the GPG Public Key is also stored (as well as the jamjon3-voters.repo file).
In addition, a few abstract 'State' classes were added to allow certain repetitive methods to be inherited by every state class as well as require consistent parameters and method names. In the long run, this will reduce repetitive code and require a parent abstract class to keep things consistent.