Skip to content

Releases: xFGhoul/py-presencedb

2.0.3

19 Jan 16:42
Compare
Choose a tag to compare

🎉 Features

  • 📝 (docs): Switch From sphinx to mkdocs

Now documentation has been pretty outdated as I was using discord.py's documentation as a fork, where I did not exactly understand the architechture, switching to mkdocs allows a lot more upgradability and stability.

🔨 Fixes

  • 🐛 (api): Fix Old API URL's

♻️ Other Changes

Small Refactoring

2.0.2

07 Jan 00:50
Compare
Choose a tag to compare

🎉 Features

None :c

🔨 Fixes

  • Fix Client Responses To Return Only Required JSON Data
  • Fix API URL api.presencedb.com/v1/ -> presencedb.com/api/

♻️ Other Changes

None :c

2.0.1

01 Dec 22:22
Compare
Choose a tag to compare

It's been almost a year, it's time to update this.

🎉 Features

  • Add UserTopActivity and UserTrendingActivity

🔨 Fixes

  • Fix TopActivity and TrendingActivity missing kwarg
  • Fix API URL / -> /v1

♻️ Other Changes

  • switch to uv

2.0.0

12 Apr 02:32
Compare
Choose a tag to compare

This is a pretty major release, with almost a complete rewrite with many additions that I would be here for hours writing all lol, but here are some of the main ones

🎉 Features

  • Documentation (To Be Published)
  • CI/CD
  • Testing
  • Proper Typing

🔨 Fixes

  • Many Miscellaneous Bug Fixes
  • Spelling Error Fixes

♻️ Other Changes

  • switch to PDM