Skip to content

Releases: KenEucker/biketag-api

v3.2.2

26 Dec 01:48
313ef7e
Compare
Choose a tag to compare

3.2.2 (2023-12-26)

Bug Fixes

  • sanity: adds updatePlayer method for sanity including achievements (8e84a52)

v3.2.1

23 Dec 06:41
e34426b
Compare
Choose a tag to compare

3.2.1 (2023-12-23)

Bug Fixes

  • achievements: adds achievements to the API and adds support for sanity as a source (28631f9)
  • client: this should resolve issues with caching requests (e1875ff)

v3.2.0

22 Dec 18:30
cdef7fe
Compare
Choose a tag to compare

3.2.0 (2023-12-22)

Features

  • imgur: timestamps are now saved into the decription of each Imgur image in a readable format (3646ba3), closes #207

v3.1.11

22 Dec 08:57
baeafd9
Compare
Choose a tag to compare

3.1.11 (2023-12-22)

Bug Fixes

  • imgur: missed a couple of things in the last release (ad98e21)

v3.1.10

22 Dec 06:57
87e4e22
Compare
Choose a tag to compare

3.1.10 (2023-12-22)

Bug Fixes

  • imgur: now ensuring that the game album cache is replaced when cached is set to false (f45b586)

v3.1.9

21 Dec 23:57
acd689d
Compare
Choose a tag to compare

3.1.9 (2023-12-21)

Bug Fixes

  • imgur: now using the cache in deleteTag, deleteTags, and updateTag (2e47040)

v3.1.8

19 Dec 05:10
07797d0
Compare
Choose a tag to compare

3.1.8 (2023-12-19)

Bug Fixes

  • imgur: resolves caching issues and other nested calls from previous commits (e75a9e2)

v3.1.7

18 Dec 18:01
fad4c52
Compare
Choose a tag to compare

3.1.7 (2023-12-18)

Bug Fixes

  • client: fixes issue with the queueTag method for imgur (2e3e543)

v3.1.6

15 Dec 18:17
b55e2af
Compare
Choose a tag to compare

3.1.6 (2023-12-15)

Bug Fixes

  • client: small fixes to various parts of the client (7314754)

v3.1.5

25 Nov 07:10
a8de55a
Compare
Choose a tag to compare

3.1.5 (2023-11-25)

Bug Fixes

  • expressions: fixes regular expressions for hint and foundLocation to include parens (b3cc5df), closes #204