Skip to content

Releases: sopel-irc/sopel-twitter

sopel-twitter 1.2.0

05 Jul 15:51
@dgw dgw
Compare
Choose a tag to compare

Breaking:

  • Twitter cookies are now required

Changed:

  • Updated to tweety-ns 0.8 (#48)

sopel-twitter 1.1.0

26 May 05:21
@dgw dgw
Compare
Choose a tag to compare

Changed:

  • Updated to tweety-ns 0.7, including revamped exceptions (#46)

sopel-twitter 1.0.1

16 Apr 22:05
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • Don't cache Tweety object; it stops working after some hours (#43)

sopel-twitter 1.0.0

14 Apr 21:43
@dgw dgw
Compare
Choose a tag to compare

Important: Package name is now sopel-twitter

Added:

  • Option to specify additional domains that can be treated as Twitter links (#34, #37)

Changed:

  • Use BooleanAttribute setting type where appropriate (#27)
  • Use future-proof plugin decorators (#30)
  • Migrate from namespace package to entry point (#41)
  • Migrate to Tweety library for data access; no more API keys (#42)
  • Minimum Sopel version raised to 7.1 (#27); 8.x allowed (during release)

Fixed:

  • /i/web/status links (#33)
  • Collapse consecutive newlines (#36)
  • Properly set up logger (#38)

sopel-twitter 0.4.1

04 Mar 16:44
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • Detecting user profile links with trailing slash or query params (#28)
  • Error when quoted tweet has been deleted (#31)

sopel-twitter 0.4.0

29 Dec 03:10
@dgw dgw
Compare
Choose a tag to compare

Added:

  • .twitinfo command for user lookup (#20)
  • Support for mobile links (#21)

Changed:

  • Updated documentation for configuration (#25) and setup of Twitter API account

Fixed:

  • Media link output when quoted tweets are involved (#24)

sopel-twitter 0.3.2

10 May 05:48
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • Regression in profile link handling (#16)

sopel-twitter 0.3.1

04 May 08:28
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • Stricter /i/ URL matching (#15)

sopel-twitter 0.3.0

25 Apr 05:59
@dgw dgw
Compare
Choose a tag to compare

Changed:

  • Tweet output includes a timestamp now (#13)
  • Improved media link handling (#5, #12)

Added:

  • Handling for profile/user links (#7)
  • Handling for less common /i/web/status style links (#11)

Fixed:

  • Decode HTML entities before output (#14)

sopel-twitter 0.2.1

16 Feb 09:03
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • Some quoted tweets would cause KeyError: 'text' (#9)