Releases: Derpseh/Spyglass
[3.0.5] Bugfix
[3.0.4] Frontier Flags
Adds more support for frontiers + automatic minor update calculations based off of LASTMINORUPDATE
XML tag in the daily dumps.
[3.0.3] Frontiers/Strongholds ready!
Fixes tag cloud pulls so that this program works again.
v3.0.2
Sometimes mistakes happen. This is one of those mistakes. I accidentally double-counted nations in half of the code and didn't in the other. This led to update times that were slightly off, but not by too much that anybody really noticed. Until somebody did. So remember that whole "3.0.1 is the last release" thing? Yeah nah fam. This is the last release. Unless, of course, me saying "this is the last release" prompts another bug to show up. Which it probably will.
But you know where to find us if you find one. Executables below, yada yada yada.
v3.0.1
WARNING
This release of Spyglass will be the final version considered compatible with all raider/defender tools currently released. Do not use any version later than this with Quickdraw, etc. until those tools release new versions. Column numbers may shift, new tabs may be added, etc.
This release fixes the bugs raised in #36 and #32 by @esfalsa. It is suggested to upgrade from v3.0.0 if you depend on these features. Otherwise, v3.0.0 is considered a valid candidate for use.
DEPRECATION NOTICE
As of the release of the Frontiers/Strongholds update to NationStates, all versions from v3.0.1 or older will fail due to incompatible data from NationStates. This cannot be avoided, and at that time, the tool must be upgraded to whatever stable version is released.
v3.0.0
Changes:
-
Command-line flag for not downloading latest daily dump
-
Increased speed by switching parsing to
lxml
fromxml.etree.ElementTree
-
Switched to
argparse
instead ofsys.argv
for command-line flag parsing -
Cleaned up data acquisition so that we don't use eighty billion lists now and new columns can be added with ease
-
Code committee approved
-
Documentation updated
-
readme.md
-
dev_environment.md
-
build.sh
attached -
GitHub Workflow updated to build binaries for new versions
v2.0.3
v2.0.2
v2.0.1.1
v2.0.1
Bugfixes
- Fixes a bug that caused WFE sanitization logic to fail on certain regions.
Credit to @Aptenodyte for improved WFE sanitization code that was ported to this version.