Skip to content

Releases: Kinematics/NetTally

1.1.17

12 Aug 14:01
Compare
Choose a tag to compare

August 12, 2015

  • Extra restriction on nomination votes: Post cannot contain any text aside from nomination lines.

1.1.16

11 Aug 23:25
Compare
Choose a tag to compare

August 11, 2015

  • Fix some issues with updating config files. Should no longer lose data.
  • Restrictions on task names eased. Let me know if issues arise.
  • Ensure user-entered task names are filtered for unsafe characters.
  • Fix bug relating to deleting votes, in certain conditions.
  • Fix so that partitioning by task applies to base plans.
  • Add ability to parse user nomination votes. @username on a single line is considered a nomination vote, if there is no other vote in the post. May need to add additional restrictions later.

1.1.15

01 Aug 23:30
Compare
Choose a tag to compare

August 1, 2015

  • Fix issue with change in threadmark URL formatting: Should work with both short and long format URLs.

1.1.14

28 Jul 22:33
Compare
Choose a tag to compare

July 28, 2015

  • Changed the Compact display mode somewhat:
  • Compact display mode can now show two-line votes (if the second line is a sub-vote of the first line), instead of only the first line.
  • In compact mode, any votes longer than two lines will now show the name of the primary voter (or plan), and provide a link to the original post.
  • Streamlined display mode was renamed as Compact, No Voters, to provide a better description of its intent.
  • Fixed handling of manually-added tasks so that they sort properly when added.
  • Adjusted so that manually-added tasks are retained when changing partitioning modes. They are still reset when a new tally is run.

1.1.13

25 Jul 01:00
Compare
Choose a tag to compare

July 24, 2015

  • Bug fix: Failure to parse base plans without votes.

1.1.12

24 Jul 04:12
Compare
Choose a tag to compare

July 23, 2015

  • Bug fix: Base plans prevented normal votes from being tallied.

1.1.11

21 Jul 20:22
Compare
Choose a tag to compare

July 21, 2015

  • Display the total number of voters for ranked vote tallies.
  • Display the voted rankings for all runners up in ranked tally results.
  • Within the voter listings for each ranked option, also display those who did not vote for the given option.
  • Streamlined output should work for ranked votes.
  • Display up to 3rd runner up in ranked votes, rather than 2nd runner up.
  • Refine determination of last place option
  • Bug fix: A floating reference vote should not overwrite a later fixed vote.
  • Bug fix: A regular vote post that is posted after a ranked vote post should not erase the ranked vote selections.

1.1.10

16 Jul 23:07
Compare
Choose a tag to compare

July 16, 2015

  • Base plans can no longer be overridden by later posts. Users specifying "Base Plan X" will instead be considered to be voting for plan X.
  • Rewrote HTML text extraction. Fixes some corner cases where it failed, before.
  • Add vote prefix to the text output when generating Streamlined output. Generally only relevant when partitioning by line.

1.1.9

24 Jun 00:02
Compare
Choose a tag to compare

June 23, 2015

  • Add Streamlined text output. Similar to Compact, but without listing users' votes. Useful for simple vote summaries.
  • Make the check for a new version be periodic, in case people keep the program open for a long time. Does a check every couple days.
  • Fix missing page title in results output.

1.1.8

19 Jun 03:24
Compare
Choose a tag to compare

June 18, 2015

  • Changed the handling of floating vs pinned reference votes. Previously, all reference votes were considered pinned — that is, the vote always and only referred to the plan of the named vote that existed at the time the vote was made. Floating votes instead refer to the last vote made by the referred-to user, regardless of when that vote was made (including after the vote that references them).
  • [] Username — This format will create a floating reference, tracking Username's most recent vote indefinitely.
  • [] Plan Username - This format will create a pinned reference, using only the proposal of Username that was in place at the time the post was made.

Example:

User1:
[x] This is a plan

User2:
[x] User1

User3:
[x] Plan User1

User1:
[x] This is a modified plan

The tallied votes would then be:

User1: This is a modified plan
User2: This is a modified plan
User3: This is a plan