Skip to content

Releases: Derpseh/Spyglass

[3.0.5] Bugfix

13 Jan 19:42
69dee3d
Compare
Choose a tag to compare

[3.0.4] Frontier Flags

19 Dec 02:30
1157618
Compare
Choose a tag to compare

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!

08 May 21:09
f8b808d
Compare
Choose a tag to compare

Fixes tag cloud pulls so that this program works again.

v3.0.2

10 Apr 05:33
359621b
Compare
Choose a tag to compare

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

04 Apr 00:42
59d5313
Compare
Choose a tag to compare

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

01 Apr 00:13
f46a23d
Compare
Choose a tag to compare

Changes:

  • Command-line flag for not downloading latest daily dump

  • Increased speed by switching parsing to lxml from xml.etree.ElementTree

  • Switched to argparse instead of sys.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

02 Nov 05:11
a4c83ad
Compare
Choose a tag to compare

Bugfixes:

  • Properly handles dump download behavior (#26)

Features:

  • Re-adds command-line flags for update speed (#25)

v2.0.2

11 Aug 17:33
Compare
Choose a tag to compare

Bugfixes:

  • Fixes an oversight where the request to pull the data dump didn't have an attached UAgent.

v2.0.1.1

13 Apr 00:52
b9ab474
Compare
Choose a tag to compare

v2.0.1.1 includes new Windows, Linux, and MacOS builds for Spyglass generated by a new build system, but is otherwise identical to v2.0.1.

v2.0.1

12 Apr 22:57
54bbb83
Compare
Choose a tag to compare

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.