Skip to content

Releases: Kinematics/NetTally

v5.1.0

08 Sep 16:16
Compare
Choose a tag to compare

Substantial rewrite.
Upgrade packages that had vulnerabilities.
Fix issue with linked quests.

v5.0.6

11 May 16:08
Compare
Choose a tag to compare
  • Bug fix: Error in cache due to datetime fixes.

v5.0.5

11 May 03:49
Compare
Choose a tag to compare
  • Bug fix: Rank votes failed because of duplicate entries.
  • Bug fix: Datetime conversion failed if user timezone had a positive offset.
  • Bug fix: Issues with regex matching on non-XenForo forums.
  • Feature: Allow setting the forum type in the quest information dialog.

v5.0.3

09 May 08:01
Compare
Choose a tag to compare
  • Add closing [/hr] for symmetry.
  • Add an [hr] before the final vote count.
  • Add Voter Summary display mode option, which displays just the users that voted for each task.
  • Fix notification on Copy to Clipboard button.
  • Fix notification/Undo in Manage Votes window.
  • Fix WPF Manage Votes window.

v5.0.2

08 May 21:58
Compare
Choose a tag to compare
  • Multiple implicit plans won't collide if they are voted on at the same time. Fixes issue #12.
  • The HR tag has been updated to account for changes in SpaceBattles and QuestionableQuesting.
  • A total vote count has been added per task.

Also, all x86 versions aside from the self-contained Avalonia build have been removed, as they aren't being downloaded. Just the x64 builds will be published from now on.

v5.0.1

08 May 06:24
Compare
Choose a tag to compare
  • Bug fix for a crash if you have no quests, and add a new one.

v5.0.0

08 May 04:25
Compare
Choose a tag to compare

NetTally has been updated to .NET 8 (the latest long-term support version of .NET). If you don't get the self-contained version, make sure you update your installed version of .NET.

  • Questionable Questing cookies have been updated to go along with the forum update to XenForo 2.
  • Quests 'remember' their last tally, so switching between quests won't cause you to lose tally results.
  • Fix a variety of minor bugs.
  • There's been a substantial rewrite, using a new UI framework which should make it feasible to expand which platforms NetTally runs on. This is currently untested.
  • The new UI framework is Avalonia. Downloads without that moniker use the standard WPF UI framework.

v4.0.2

24 Mar 00:39
Compare
Choose a tag to compare
  • Adjust parsing of redirect links on Sufficient Velocity and Spacebattles forums due to changes in formatting.

v4.0.1

29 Aug 03:27
Compare
Choose a tag to compare
  • Update to account for change in post formatting in XenForo2 for SpaceBattles.

v4.0.0

19 Nov 21:34
Compare
Choose a tag to compare
  • Update to .NET 7
    • If you get one of the non-self-contained builds, you will need to install .NET 7 on your system. The self-contained builds include the .NET runtime in them.
  • Incorporates Avalonia UI code from Miz Mahem. This allows running NetTally in Linux. The files are the .tar.gz releases.
    • The -dep version is framework-dependent, if you install .NET 7 yourself. The -sc version is self-contained.
    • It uses X11 for rendering.
    • Due to certain limitations, the tool to rearrange tasks when managing votes isn't available at this time.
    • An Avalonia build that runs on Windows is possible, but won't be part of the default downloads unless requested.
  • Self-contained builds are now built in single-file mode, so you get one large file (with a few support files) instead of dozens of small files.
    • Unfortunately code trimming isn't fully working, so the size reduction that that provides doesn't apply.
  • Various bug fixes have been made, but no notable user-facing changes.