ITADN

版本发布 4

v7.8.1
? · 2024-10-25

7.8.1 (2024/10/25) ------------------ **Changed** - Bumped prawcore to 2.4.0.

v7.8.0
? · 2024-10-20

7.8.0 (2024/10/20) ------------------ **Added** - :meth:`~.SubredditLinkFlairTemplates.reorder` to reorder a subreddit's link flair templates. - :meth:`~.SubredditRedditorFlairTemplates.reorder` to reorder a subreddit's redditor flair templates. - :func:`.stream_generator` now accepts the ``continue_after_id`` parameter, which starts the stream after a given item ID. - Support for new share URL format created from Reddit's mobile apps. - :class:`.Reddit` has a new configurable parameter, ``window_size``. This tells PRAW how long reddit's rate limit window is. This defaults to 600 seconds and shouldn't need to be changed unless reddit changes the size of their rate limit window. **Fixed** - An issue where submitting a post with media would fail due to an API change. **Changed** - Drop support for Python 3.7, which is end-of-life on 2023-06-27.

v7.7.1
? · 2023-07-11

7.7.1 (2023/07/11) ------------------ **Fixed** - An issue with replying to a modmail conversation results in a error.

v7.7.0
? · 2023-02-25

7.7.0 (2023/02/25) ------------------ **Added** - :meth:`.delete_mobile_banner` to delete mobile banners. - :meth:`.upload_mobile_banner` to upload mobile banners. **Fixed** - An issue with iterating :class:`.ModNote` when a user has more than a hundred notes. - Removal reasons are now returned in the same order as they appear on Reddit.