Skip to content

Releases: JamesJonesConsulting/VoterWarehouse

3.4.2

05 Jun 01:04
44251b1
Compare
Choose a tag to compare
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

04 Jun 13:57
a0e5e2f
Compare
Choose a tag to compare
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

03 Jun 13:12
72388e6
Compare
Choose a tag to compare
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

29 May 23:08
79aa14c
Compare
Choose a tag to compare
Fixing Null field on empty string (#17)

3.2.1

27 May 17:53
Compare
Choose a tag to compare
Fixing the windowed issue

3.2.0

23 May 02:14
7c7e966
Compare
Choose a tag to compare
Merge pull request #7 from JamesJonesConsulting/develop

Code security scanning additions

Updating with the dependabot pyinstaller update

06 Dec 12:04
b7a37bd
Compare
Choose a tag to compare
Merge pull request #4 from JamesJonesConsulting/release/3.1.1

Release/3.1.1

Added RPM Signing and ability to publish to Nexus

05 Dec 00:43
0f972b3
Compare
Choose a tag to compare

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.