Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (41 loc) · 2 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 2 KB

Changelog

A notice containing the modifications from this project will be included in each published version. Please submit an issue if you believe something is missing.

「0.2.8」 » Dec. 22, 2022

If you're concerned by these changes, you may always look at examples.

Changed Features

  • Changed return list into PropertiesManager.url or PropertiesManager.text when user use generate parameter.
  • Updated Base class
  • Updated CLI
  • Updated requirements packages
  • Formatted source codes
  • Renamed user_id & token_id » client_id and client_secret
  • Renamed OsuClient properties client_id & client_secret » osu_client_id & osu_client_secret

Added Features

  • Added with_account property when user use generate parameter
  • Added original_response property to PropertiesManager
  • Added Requester, AccountProperties, AccountStatistics classes
  • Added a Test Requests on CLI
  • Added a custom path file for Trivia

「0.2.7」 » Oct. 23, 2022

📃 View Previous Updates

🚧 If you are upgrading to v0.2.7, please see Examples.

Changed Features

  • Fixed loop save() when saving files
  • Formatted & Simplified Code of the AutoUpdate class
  • Moved trivia & osu class from games.py to its own category file
  • Updated host url (base_url)
  • Updated description of this project
  • Updated the cli functions

Added Features

  • Added post_api to http.py
  • Added InvalidNumber error
  • Added Maintain Track of Requests
  • Added PropertiesManager class
  • Added user_id & user_token to every category class (EstraClient)

Removed Features

  • Removed @staticmethod from every category class
  • Removed Data class
  • Removed ObjectConverter from base