Releases: honguyenminh/VotingPC
v1.0.2 - Changed vote validating rule
BREAKING CHANGE
Empty votes (ones with all candidate crossed out) are now considered invalid. Who would want that?
v1.0.1 - Quick rename bug fix for DbMaker
Quick fix for rename function of DbMaker, it works as intended now.
v1.0.0 - Major release! First stable version!
Version 1.0 has arrived!
Introducing the config file, revamped vote UI, and a brand new code structure (not that anyone cares about this one though...)
This is a BREAKING VERSION
Breaking changes note
- Update your device with the new signal table. We changed how the scanner communicate.
The new signal table can be found inArduinoPIO/include/SignalTable.h.
We'll update the README to tell you how it actually works soon, so stay tuned! - Old .db files wouldn't work. Create new one instead, we changed how the master table is named.
It's actuallymasternow. Idk why we haven't done that from the start. - IMPORTANT: The ArduinoPIO code is tailored to use with an Arduino Nano and FPC1020A sensor module made by these guys here.
But I believe that you can make your module work on your own, right? 😉 - Moved to .NET 6, because time has moved on, and we need to change too.
Install the new .NET 6 Desktop Runtime, then run the app. Man C# 10 is amazing.
Added features and/or fixed bugs. Or both?
- You can adjust how the intro page works with config files now.
- REVAMPED VOTE UI BABE!
- The vote counting actually works now. IKR?
- New dialogs! They somewhat look like the Material Design that Google envisioned it to be now.
Notes
We're also ditching the installer, just unzip the file to anywhere and run. Hella lot simpler, and I don't need to create a
Also, if you want the best experience, install Quicksand and Roboto fonts. Trust me, I know what I'm saying.
Enjoy! - From the VotingPC team
Added database maker!
Changelog
- Added VotingDatabaseMaker
- Fixed bugs in file creation and saving in VotingPC
- Other bug fixes
p/s: should have called the db maker DbCreator. Sound way cooler...
Added VoteCounter!
Changelog
Added VoteCounter!
Added multi-file exporting
Fixed bugs
etc.
Installer not tested
Minor release
Added vc++ dependency and binaries are now signed!
Version 0.2.24 out
Change list:
- Added more db file validation, color check and text trimming, 128/64 max now
- Open file now shown after app is opened, no more alt tabbing
- Added custom logo! Just put the image in app folder, and rename it to
logo.extwithextbeing png, jpeg or ico,... - Removed the dotted lines that shows up around loading box after hitting enter at the password box. That is utterly stupid, but fixed.
- Currently working on the db file maker, but progress will be slow
Major Update!
Change log
- Lots of bug fixes. I mean a hella lot of them.
- Added db file validation. Somewhat :)
- New Installer!
- New Arduino Architecture. Sketch re-upload is required. Worth it though.
First beta release!
Optional folder contains driver for Arduino
Extract installer zip file and run Setup.msi
First alpha release!
Download and extract the zip file, then run setup.exe in the folder extracted.