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

v1.15.0

Compare
Choose a tag to compare
@michael-lazar michael-lazar released this 31 Mar 04:14
· 629 commits to master since this release

Features

  • Added the ability to open comment threads using the submission's
    permalink. E.g. /comments/30rwj2

Bugfixes

  • Updated requests requirement to fix a bug in version 2.3.0.
  • Fixed an edge case where comment trees were unfolding out of order.

Codebase

  • Removed dependency on the PyPI praw package. A version of PRAW 3
    is now bundled with rtv. This should make installation easier because
    users are no longer required to maintain a legacy version of praw in
    their python dependencies.
  • Removed update-checker dependency.