Releases: Kinematics/NetTally
Releases · Kinematics/NetTally
1.0.7
May 14, 2015
- Set program license to GPL2
- Add the ability to designate a portion of a user's post as a named "Base Plan". The named plan can be referenced in later votes just like a user's name.
- Add ability to provide a designated cookie when requesting a page. This allows reading forum threads that require login credentials.
- Added a cookie for the Questionable Questing forums.
- Add adjustment to set the number of posts per page for a forum. Currently still mainly hardcoded.
- Set number of posts per page to 30 for the Questionable Questing forums.
- Add a line to the tally results showing the total number of counted voters.
- Fix issue with handling https URLs.
1.0.6
May 12, 2015
- Order the listing of votes by number of votes for each proposal.
- Fix parsing of posts so that
<span>
elements that contain non-color information still have the inner text captured.
1.0.5
April 24, 2015
- Add a UI button for editing the thread name and URL, to provide better discovery than the
F2
key. - Increase the timeout when loading pages from 2 seconds to 10 seconds.
- Add README file.
1.0.4
March 17, 2015
- Retally the votes immediately (with no need for a reload) if the partition options are changed.
- Add a checkbox to put the list of voters in a
[spoiler]
block. - Make sure the combobox listing of quests is sorted by the quest name.
1.0.3
March 16, 2015
- Fix regex used to validate the thread name.
- Adjust how to get the last page of a thread.
- Allow implicit detection of XenForo forums.
- Implement handling of vBulletin v3/v4/v5 forums.
- Alphabetize the list of voters, aside from the first entry, who remains the initial creator of the vote.
- Lots of refactoring.
1.0.2
March 15, 2015
- Fix issues with the configuration manager, to properly store and retrieve thread information, and upgrade between versions.
- Significant refactoring and rewriting, and unit test writing.
1.0.1
March 12, 2015
- Significant refactoring and rewriting.
- Separated core (non-UI) functionality into its own DLL/project.
1.0
March 11, 2015
- 1.0 release