v0.3.99
Pre-release
Pre-release
Added
- π‘ added DocString.
- β¨ added
get_state
method aClientNoteActions
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
atConfig
class.- π‘ became
is_ayuskey
attribute is deprecated(I'll remove with v0.4.0)
- π‘ became
- β¨ added
get_exception_from_id
function. - β¨ Return an exception appropriate for the error encountered.
- β¨ @omg-xtao added
users_search_by_username_and_host
method aUserActions
class #24. - β¨ @omg-xtao added
note_translate
method aUserActions
class #24. - β¨ @omg-xtao added
users_search
method aUserActions
class #24.
Changed
- π rename
ActiveUsersChartPayload
class toIActiveUsersChart
class. - π rename
DriveLocalChartPayload
class toIDriveLocalChart
class. - π rename
DriveRemoteChartPayload
class toIDriveRemoteChart
.class. - π rename
DriveChartPayload
class toIDriveChart
class. - π₯ BREAKING CHANGE
- The
action
property in the model has been changed toapi
.- π‘ Change
note.action.send
tonote.api.action.send
.
- π‘ Change
- Moved the reaction attribute of
ClientActions
toNoteManager
.- π‘ Change
api.reaction
toapi.note.reaction
.
- π‘ Change
- Moved methods from
AdminEmojiManager
toAdminEmojiActions
.- π‘ Change
api.admin.emoji.add
toapi.admin.emoji.action.add
.
- π‘ Change
- Moved methods from
AdminModeratorManager
toAdminModeratorActions
.- π‘ Change
api.admin.moderator.add
toapi.admin.moderator.action.add
.
- π‘ Change
- Moved methods from
ChartManager
toChartActions
.- π‘ Change
api.chart.get_active_user
toapi.chat.action.get_active_user
.
- π‘ Change
- Moved methods from
FollowManager
toFollowActions
.- π‘ Change
api.user.follow.add
toapi.user.follow.action.add
.
- π‘ Change
- Moved methods from
FollowRequestManager
toFollowRequestActions
.- π‘
api.user.follow.action.get_all
.
- π‘
- Moved some attributes of
NoteActions
toNoteManager
.- π‘ Change
api.note.action.reaction.add
toapi.note.reaction.action.add
.
- π‘ Change
- Moved the reaction attribute of
NoteActions
toClientNoteManager
.- π‘ Change
api.note.action.reaction
toapi.note.reaction.action
. - π‘ Change
api.note.action.favorite
toapi.note.favorite.action
.
- π‘ Change
- The
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
- β‘οΈ refactor: errors classes by @omg-xtao in #22
- β¨ feat: upload_file by @omg-xtao in #23
- β¨ More features by @omg-xtao in #24
- ποΈ fix: upload_file TypeError by @omg-xtao in #25
Full Changelog: 0.3.1...0.3.99