➕ Added
.pin to manage pinned submissions on the authenticated user's profile..update_display_layout to update the display layout of posts in a
:class:.Collection..SubredditCollectionsModeration.create keyword argument display_layout for
specifying a display layout when creating a :class:.Collection.~.Message.parent to get the parent of a :class:.Message..ModNote to represent a moderator note..ModNote.delete to delete a single moderator note..RedditModNotes to interact with moderator notes from a :class:.Reddit
instance. This provides the ability to create and fetch notes for one or more
redditors from one or more subreddits..RedditorModNotes to interact with moderator notes from a :class:.Redditor
instance..RedditorModNotes.subreddits to obtain moderator notes from multiple
subreddits for a single redditor..SubredditModNotes to interact with moderator notes from a
:class:.Subreddit instance..SubredditModNotes.redditors to obtain moderator notes for multiple redditors
from a single subreddit.~.BaseModNotes.create to create a moderator note..Redditor.notes to interact with :class:.RedditorModNotes..SubredditModeration.notes to interact with :class:.SubredditModNotes.~.ModNoteMixin.create_note create a moderator note from a :class:.Comment or
:class:.Submission.~.ModNoteMixin.author_notes to view the moderator notes for the author of a
:class:.Comment or :class:.Submission.🔄 Changed
.conversations now returns a :class:.ListingGenerator allowing you to page
through more than 100 conversations.🗄 Deprecated
after argument for :meth:.conversations will now have to be included in
params keyword argument.➕ Added
comment_sort attribute is updated after the
submission has already been fetched and a warn_comment_sort config setting to turn
off the warning..user_selectable to get available subreddit link flairs.🛠 Fixed
libsqlite3-dev is needed to
utilize the sqlite3 builtin..Draft.submit would
not have an effect.