Skip to content

1.8.2

Compare
Choose a tag to compare
@Kinematics Kinematics released this 17 Apr 19:27
· 232 commits to VS2017 since this release

April 17, 2017

  • Bug fix: Ranked votes were not being filtered when the user set a custom task filter.

  • Changing the Debug Mode option in Global Options will trigger an immediate regeneration of the tally output so that ranked vote debug information is more easily seen.

  • Fix typo in options tooltip.

  • Percent-encoded URLs will be decoded for display.

For example, if the name of the quest is "louis-vallière-znt", copying the URL out of the browser address bar will give you the string

https://forum.site.com/threads/louise-valli%C3%A8re-znt.1111/

And the default quest name in NetTally will look like "louise-valli%C3%A8re-znt.1111".

NetTally will now automatically decode those so that the string will be shown in the drop-down as "louis-vallière-znt.1111", and if you look at the URL it will show

https://forum.site.com/threads/louise-vallière-znt.1111/

Likewise the string shown in the output display while loading the pages will be the decoded form.

Links and links to images within the vote itself will also be decoded.