Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Releases: honguyenminh/VotingPC

v1.0.2 - Changed vote validating rule

16 Jan 13:46

Choose a tag to compare

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

16 Jan 05:08

Choose a tag to compare

Quick fix for rename function of DbMaker, it works as intended now.

v1.0.0 - Major release! First stable version!

11 Jan 08:36
4260968

Choose a tag to compare

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 in ArduinoPIO/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 actually master now. 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!

11 Aug 02:40

Choose a tag to compare

Added database maker! Pre-release
Pre-release

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!

08 Aug 03:03

Choose a tag to compare

Added VoteCounter! Pre-release
Pre-release

Changelog

Added VoteCounter!
Added multi-file exporting
Fixed bugs
etc.

Installer not tested

Minor release

12 Jul 06:47

Choose a tag to compare

Minor release Pre-release
Pre-release

Added vc++ dependency and binaries are now signed!

Version 0.2.24 out

08 Jul 16:55

Choose a tag to compare

Version 0.2.24 out Pre-release
Pre-release

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.ext with ext being 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!

07 Jul 17:19

Choose a tag to compare

Major Update! Pre-release
Pre-release

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!

23 Jun 08:47

Choose a tag to compare

First beta release! Pre-release
Pre-release

Optional folder contains driver for Arduino

Extract installer zip file and run Setup.msi

First alpha release!

11 Jun 12:41

Choose a tag to compare

First alpha release! Pre-release
Pre-release

Download and extract the zip file, then run setup.exe in the folder extracted.