Releases: KenEucker/biketag-api
Releases · KenEucker/biketag-api
v3.2.2
3.2.2 (2023-12-26)
Bug Fixes
- sanity: adds updatePlayer method for sanity including achievements (8e84a52)
v3.2.1
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
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
3.1.11 (2023-12-22)
Bug Fixes
- imgur: missed a couple of things in the last release (ad98e21)
v3.1.10
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
3.1.9 (2023-12-21)
Bug Fixes
- imgur: now using the cache in deleteTag, deleteTags, and updateTag (2e47040)
v3.1.8
3.1.8 (2023-12-19)
Bug Fixes
- imgur: resolves caching issues and other nested calls from previous commits (e75a9e2)
v3.1.7
3.1.7 (2023-12-18)
Bug Fixes
- client: fixes issue with the queueTag method for imgur (2e3e543)
v3.1.6
3.1.6 (2023-12-15)
Bug Fixes
- client: small fixes to various parts of the client (7314754)
v3.1.5
3.1.5 (2023-11-25)
Bug Fixes
- expressions: fixes regular expressions for hint and foundLocation to include parens (b3cc5df), closes #204