Skip to content

Releases: Agadar/NationStates-Telegrammer-Client

NationStates-Telegrammer-3.0.0

16 Aug 21:12
Compare
Choose a tag to compare

Requirements and dependencies

  • Consumes version 11 of the NationStates API;
  • Requires Java 14 to be installed.

Changelog

  • Upped Java version from 11 to 14 to solve the SSL handshake error;
  • Upped NationStates API version from 9 to 11;
  • Upped all dependencies;
  • Errors besides the 'recipient not found' error are no longer stored in history, allowing retries to be performed.

NationStates-Telegrammer-2.2.0

20 Nov 23:23
Compare
Choose a tag to compare

Requirements and dependencies

  • Consumes version 9 of the NationStates API;
  • Requires Java 11 to be installed.

Changelog

  • Updated underlying libraries to latest versions;
  • Improved logging.

NationStates-Telegrammer-2.1.0

31 Oct 00:12
Compare
Choose a tag to compare

Requirements and dependencies

  • Consumes version 9 of the NationStates API;
  • Requires Java 11 to be installed.

Changelog

  • Added filter for filtering out nations with numbers in their names;
  • Added filter for filtering out nations containing specified keywords in their names;
  • Errors and relevant info are now logged to a log file;
  • Numerous improvements under the hood.

NationStates-Telegrammer-2.0.0

22 Dec 15:08
388e8a0
Compare
Choose a tag to compare

Requirements and dependencies

  • Consumes version 9 of the NationStates API;
  • Requires Java 11 to be installed.

Changelog

  • Updated Java version from Java 8 to Java 11;
  • Errors while refreshing the filters during startup or while sending telegrams are now printed to the output instead of breaking the flow;
  • Added a 'refresh' button for manually refreshing the filters in case the refreshing failed earlier;
  • Huge improvements to the code which you will probably never notice at all.

NationStates-Telegrammer-1.6.0

12 Mar 21:42
91c0185
Compare
Choose a tag to compare

Version 1.6.0 of Agadar's Telegrammer, for version 9 of the NationStates API.

Changelog


  • Added new 'options' menu and moved the existing 'run indefinitely' option to it;
  • Added an option for refreshing the recipients after every sent telegram (which is for example useful for ensuring your recruitment telegrams are sent to the newest of nations);
  • Added an option for hiding recipients that were skipped from the output box;
  • Added an option for automatically starting sending telegrams on application launch;
  • Added an option for launching the application minimized;
  • The 'from region' value can now also be supplied for campaign telegrams (previously you could only supply it for recruitment telegrams);
  • Vastly improved the speed and reduced the memory usage of recipient filters that rely on data from the daily dump files.

NationStates-Telegrammer-1.5.0

30 Dec 04:30
f9167cd
Compare
Choose a tag to compare

Version 1.5.0 of Agadar's Telegrammer, for version 9 of the NationStates API.

Changelog


  • Added support for the new filter type 'filter by inclusion'
  • Selected filters are now part of the application properties, meaning they persist after closing the application and are loaded on start-up just like the other properties
  • Added an explicit 'run indefinitely' mode (replacing variations on some filters which accomplished the same), which allows you to tell the application to refresh the recipients list and keep on running when it's gone through the recipients, which is handy for example for indefinitely sending recruitment telegrams
  • Removed the 'dry run' mode as it's only ever useful for testing during development anyway
  • Fixed a bug that caused discrepancies between nation/region names retrieved by different filters

NationStates-Telegrammer-1.4.0

15 Mar 23:16
Compare
Choose a tag to compare

Version 1.4.0 of Agadar's Telegrammer, for version 9 of the NationStates API.

Changelog


  • The history of sent telegrams is now loaded from and saved to a generated history file, so that the application will never send a specific telegram more than once to a specific nation even after restarting the application;
  • The name of the generated properties file is now prepended with a dot, making it automatically hidden on Linux and Unix systems.

NationStates-Telegrammer-1.3.2

20 Feb 21:41
Compare
Choose a tag to compare

Version 1.3.2 of Agadar's Telegrammer, for version 9 of the NationStates API.

Changelog


  • Spaces in the telegram id, client key, and secret key fields are now automatically removed when the 'Start sending' button is pressed.

NationStates-Telegrammer-1.3.1

06 Feb 02:49
Compare
Choose a tag to compare

Version 1.3.1 of Agadar's Telegrammer, for version 9 of the NationStates API.

Changelog


  • Fixed bug where '+ WA Delegates' and '- WA Delegates' filters were switched.

NationStates-Telegrammer-1.3.0

01 Feb 01:01
Compare
Choose a tag to compare

Version 1.3.0 of Agadar's Telegrammer, for version 9 of the NationStates API.

If you find any bugs, please report them so that they can be fixed.

Changelog


  • Updated graphical interface so that it should now look the same on all desktop operating systems;
  • Fixed a bug that sometimes caused rate limit violations;
  • Removed 'loop' checkbox, replaced it with new special filters;
  • Added 'dry run' checkbox, which when checked makes the program do everything normally except for actually sending telegrams, making it useful for debugging purposes;
  • Renamed filters and added descriptions to expected user inputs, hopefully making the program easier to understand;
  • Many other minor changes and fixes.