Skip to content

Releases: StarWarsDev/legion-discord-bot

Cross platform image builds

21 Sep 20:39
8ee3ad6
Compare
Choose a tag to compare

This release introduces multi-platform releases.

v1.3.0

30 Aug 20:27
a29e797
Compare
Choose a tag to compare

What's Changed

  • Added slash commands and in memory lookups by @stevegood in #14
  • Release action by @stevegood in #15

Full Changelog: v1.2.2...v1.3.0

Bug fixes

03 Mar 00:05
cfe7ca7
Compare
Choose a tag to compare

Fixed a bug introduced by auto-refactoring.

Bug fixes

02 Mar 23:29
5b6bfd8
Compare
Choose a tag to compare
  • Removed the search footer when using the !help command.
  • Removed the LEGION_DATA_VERSION param from the Makefile.

Archives Rebuild

02 Mar 23:03
5525dbb
Compare
Choose a tag to compare

Rebuild

This is a major rebuilding of the bot to leverage the Archives GraphQL API rather than an embedded JSON file. This allows for more up to date data without the need to deploy when that data changes. This also moves data searching out of the bot and into the API. The bot is, effectively, now just a front end for the GraphQL API.

Change log

Commands

  • Removed !search command. Searching is now supported within the context of the items being queried.
  • New syntax. Items can now be queried using the following formats
    • !{COMMAND} {NAME FRAGMENT} will query for items where the name matches in whole or in part.
    • !{COMMAND} {FIELD} ~ {TERM} will now scope the search to that item's specified top level property.
  • All terms can be fully qualified regular expressions
  • Queries are all handled as case insensitive
  • Backwards compatibility. New name based searches are compatible with the old way of searching by item name.
  • New command !keyword has been added for searching keywords. This item has two fields, name and description and adheres to the new searching syntax.

Data

Data is no longer sourced from an embedded JSON file. Instead, the bot relies entirely on a new GraphQL API called, "The Archives". This new API is a public, read only aggregation of data from Legion-HQ and sw-legion-data.

Captain Rex and Count Dooku data

19 Nov 22:51
Compare
Choose a tag to compare

Update to legion-data 1.9.3

14 Nov 19:27
Compare
Choose a tag to compare
1.1.14

Updated legion-data to 1.9.3

Clone Wars Data

30 Oct 06:56
Compare
Choose a tag to compare

This release adds Clone Wars Data

legion-data 1.7.1

07 Sep 22:12
Compare
Choose a tag to compare

Upgraded to leagion-data version 1.7.1

legion-data 1.7.0

05 Sep 16:43
Compare
Choose a tag to compare