Skip to content

Releases: ldeluigi/mtg-fetch-action

v1.5.0

07 Nov 23:28
Compare
Choose a tag to compare

Commits

  • 6748973: Bump tmpl from 1.0.4 to 1.0.5 (dependabot[bot]) #176
  • 68eeae8: Bump minimist from 1.2.5 to 1.2.6 (dependabot[bot]) #246
  • 79bdb2f: Bump ansi-regex from 5.0.0 to 5.0.1 (dependabot[bot]) #263
  • 75cdfae: Add permissions for PRs (ldeluigi)
  • 1cf5eea: Update mtg-card-fetch.yml (ldeluigi)
  • 98486b0: Update README.md (ldeluigi)
  • 306f164: Update mtg-card-fetch-developer-only.yml (ldeluigi)
  • 4920d19: Update mtg-card-fetch.yml (ldeluigi)
  • 88e2c55: Update README.md (ldeluigi)
  • 1416344: Update to node 16 (ldeluigi)
  • cb904aa: Ignore quotations in messages. Fix #285 (ldeluigi)
  • f4684ad: Enable dependabot on github actions (ldeluigi)

v1.4.2

13 Sep 17:15
486b040
Compare
Choose a tag to compare
v1.4.2

v1.4.1

10 Sep 10:26
486b040
Compare
Choose a tag to compare

Commits

  • 83746a4: Update version (Luca Deluigi)
  • 02dda2a: Bump eslint from 7.25.0 to 7.26.0 (dependabot[bot]) #84
  • b942aac: Bump @typescript-eslint/parser from 4.22.0 to 4.23.0 (dependabot[bot]) #85
  • ea02f87: Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot]) #86
  • cd6f3e1: Bump lodash from 4.17.19 to 4.17.21 (dependabot[bot]) #87
  • 83d49af: Bump @types/node from 15.0.1 to 15.3.0 (dependabot[bot]) #90
  • dc11f7e: Update (Luca Deluigi)
  • ed177cf: Restore CI (Luca Deluigi)
  • 8b3b310: Update dependencies (Luca Deluigi)
  • 160efb0: Bump ws from 7.4.3 to 7.4.6 (dependabot[bot]) #101
  • 7354e9d: Bump eslint from 7.26.0 to 7.32.0 (dependabot[bot]) #141
  • 6addac1: Bump path-parse from 1.0.6 to 1.0.7 (dependabot[bot]) #147
  • 12e946c: Bump @actions/core from 1.2.7 to 1.5.0 (dependabot[bot]) #151
  • 635f5b5: Update CI.yml (ldeluigi)
  • 96c583f: Update CI.yml (ldeluigi)
  • 7f3f909: Update CI.yml (ldeluigi)

v1.4.0

28 Apr 19:42
Compare
Choose a tag to compare

New release! 😸

Changes

  • Fixed a bug caused by too many requests for a single issue that triggered a timeout error on sryfall
  • Added support for multiple (different) type of card fetch (for example image and legality) in a single message
  • Expect time for a request should be something near to 100 ms for each card fetch command in a single message, which is established after Scryfall guidelines (see here).

v1.3.5

11 Feb 13:46
Compare
Choose a tag to compare

Big update! 😄

Changes

  • Fixed tons of bugs
  • Now it is possible to react to pull_request_review and pull_request_review_comment
  • Fix workflow syntax that caused more bugs
  • Update README with fixes

v1.3.3

10 Feb 13:52
Compare
Choose a tag to compare

Hot Fix! 🥵

Updates:

  • Minor, very little change to format.
  • Fixed a fatal bug that didn't make the action work for noncollaborators....

v1.3.2

27 Jan 22:42
Compare
Choose a tag to compare

Little update! 🦖

Changes

  • Removed mandatory input. ✔️

v1.3.1

27 Dec 17:40
Compare
Choose a tag to compare

Update! 💯

Changes:

  • Add text preview of cards for default [[]] syntax
  • The text preview shows general info based on the card type

v1.2.2

27 Dec 13:23
Compare
Choose a tag to compare

Mini-patch! 💅

Changes:

  • Changed the link for images to jpg to avoid prompting the download form.

v1.2.1

26 Dec 23:10
Compare
Choose a tag to compare

A little fix to the the help command! 🆘

Changes:

  • Text of help command improved