Skip to content

Releases: eveopsec/zk2s

Minor Enhancement and Fixes

07 Apr 16:36
Compare
Choose a tag to compare
  • Added support for excludeLosses, which will exclude any loss for a watched entity. (see issue #20)
  • Memory leak from v2.1 is fixed in the binaries of this release.

Small fixes and enhancements

24 Feb 22:59
Compare
Choose a tag to compare
  • Changed the configuration JSON tag template_file to templateFile.
  • Renamed the data model passed to templates from data to TemplateData.
  • Reduced the fields in template data for the sake of simplicity. However, these fields are still accessible (in one way or another) from TemplateData.Killmail.
  • Updated default template to reflect changes to aforementioned TemplateData model.
  • Default template now links to attackers on ZKillboard.

General Improvements and Stability Fixes

02 Feb 18:54
Compare
Choose a tag to compare

[x] Template file path is now specified in configuration. If the file path is not specified, defaults to response.tmpl of the working directory.
[x] Improved API such that it can be used in other applications.
[x] More code cleanup... I'm cringing at my own code.
[x] Fixed posting to private groups (hopefully).

Bumped major version over minor due to package API changes.

v1.0 Release

03 Sep 21:36
Compare
Choose a tag to compare

First stable/major/full release!

Old configurations and templates will not work

Templates can be fixed easily by simply changing their names.

Changes:

  • Multiple Slack Team support
  • Configuration changes to accommodate the above.
  • Templates killtitle and killbody renamed to kill-title and kill-body
  • Lots and lots of code changes and packages created/deleted/consolidated.

Configuration Changes, Refactoring for Reuse

28 Jul 22:34
Compare
Choose a tag to compare
  • Docker support - rough and needs testing.
  • Zuke started discovering how git works.
  • Repository ownership migration -> imports adjusted
  • More code refactoring/cleanup
  • Changes to CLI for configuration setup
  • Moved primary functionality to a sub package, so that the application can be used standalone or incorporated in to other applications.
  • Added flag to allow for template file path to be set (defaults to working/executable directory if not specified)

v0.3 - Minor enhancmenets

05 May 19:30
Compare
Choose a tag to compare

Changes:

  • Involved Corporations and Alliances passed to templates.
  • Updated for evelib API Changes
  • Small log formatting changes
  • Default template now inserts corporation name when no character exists for the victim (i.e. structures)

v0.2 - Improved Functionality

25 Apr 05:03
Compare
Choose a tag to compare

See PR #1 for more complete list of changes.

Old configurations will no longer work, configuration file name changed to cfg.zk2s.json.

Wiki now contains documentation on configuration/customization.

  • Execute zk2s configure to setup
  • Execute zk2s start to start application

v0.1 - First Release

16 Apr 23:51
Compare
Choose a tag to compare

Initial Release + a bugfix