Skip to content

Version=>1.0.8.0

Choose a tag to compare

@kaifcodec kaifcodec released this 09 Dec 13:04
· 814 commits to main since this release
  • Replaced integer-based status codes with a new Result class and Status enum
    Now provides detailed error reporting instead of just returning 2, including auto-formatted exception messages (e.g., connection closed, hostname unresolved, etc.)
    #63 By @VamatoHD
    Code reviewed by @kaifcodec

  • Added huggingface username validation in dev/
    #74 By @HimanshuMandwal
    Code reviewed by @kaifcodec

  • Added soundcloud username validation in social/
    #76 By @avramidis123
    Code reviewed by @kaifcodec

  • Minor fixes and improvements by @kaifcodec from the above PRs