Skip to content

v0.3.99

Pre-release
Pre-release
Compare
Choose a tag to compare
@yupix yupix released this 25 Dec 13:32
· 723 commits to master since this release
968c894

Added

  • πŸ’‘ added DocString.
  • ✨ added get_state method a ClientNoteActions class.
  • ✨ added INoteState class.
  • ✨ added NoteState class.
  • ✨ added IBasePoll class.
  • ✨ added ICreatePoll class.
  • ✨ added MiPoll class.
  • ✨ added PollManager class.
  • ✨ added PollActions class.
  • ✨ added AdminEmojiActions class.
  • ✨ added AdminManager class.
  • ✨ added AdminModeratorManager class.
  • ✨ added ActiveUsersChart class.
  • ✨ added IDriveChart class.
  • ✨ added IDriveLocalChart class.
  • ✨ added IDriveRemoteChart class.
  • ✨ added attribute is_official at Config class.
    • πŸ’‘ became is_ayuskey attribute is deprecated(I'll remove with v0.4.0)
  • ✨ added get_exception_from_id function.
  • ✨ Return an exception appropriate for the error encountered.
  • ✨ @omg-xtao added users_search_by_username_and_host method a UserActions class #24.
  • ✨ @omg-xtao added note_translate method a UserActions class #24.
  • ✨ @omg-xtao added users_search method a UserActions class #24.

Changed

  • 🚚 rename ActiveUsersChartPayload class to IActiveUsersChart class.
  • 🚚 rename DriveLocalChartPayload class to IDriveLocalChart class.
  • 🚚 rename DriveRemoteChartPayload class to IDriveRemoteChart .class.
  • 🚚 rename DriveChartPayload class to IDriveChart class.
  • πŸ’₯ BREAKING CHANGE
    • The action property in the model has been changed to api.
      • πŸ’‘ Change note.action.send to note.api.action.send.
    • Moved the reaction attribute of ClientActions to NoteManager.
      • πŸ’‘ Change api.reaction to api.note.reaction.
    • Moved methods from AdminEmojiManager to AdminEmojiActions.
      • πŸ’‘ Change api.admin.emoji.add to api.admin.emoji.action.add.
    • Moved methods from AdminModeratorManager to AdminModeratorActions.
      • πŸ’‘ Change api.admin.moderator.add to api.admin.moderator.action.add.
    • Moved methods from ChartManager to ChartActions.
      • πŸ’‘ Change api.chart.get_active_user to api.chat.action.get_active_user.
    • Moved methods from FollowManager to FollowActions.
      • πŸ’‘ Change api.user.follow.add to api.user.follow.action.add.
    • Moved methods from FollowRequestManager to FollowRequestActions.
      • πŸ’‘ api.user.follow.action.get_all.
    • Moved some attributes of NoteActions to NoteManager.
      • πŸ’‘ Change api.note.action.reaction.add to api.note.reaction.action.add.
    • Moved the reaction attribute of NoteActions to ClientNoteManager.
      • πŸ’‘ Change api.note.action.reaction to api.note.reaction.action.
      • πŸ’‘ Change api.note.action.favorite to api.note.favorite.action.

Fixed

  • πŸ› can't delete emoji with v12.

Removed

  • πŸ”₯ The following attributes have been removed api.user.action.note
  • πŸ”₯ Delete RawActiveUsersChart class.
  • πŸ”₯ Delete RawDriveLocalChart class.
  • πŸ”₯ Delete RawDriveRemoteChart class.
  • πŸ”₯ Delete RawDriveChart class.

What's Changed

Full Changelog: 0.3.1...0.3.99