-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
Changes between 0.1.2 and 0.2.0 | ||
=============================== | ||
|
||
Changed: | ||
* Now requires Sopel 7.x | ||
* Newlines in tweet text will be replaced with a carriage return symbol, to | ||
indicate author intention | ||
|
||
Added: | ||
* Handling of 280-character tweets | ||
* More graceful handling of API errors | ||
|
||
Meta: | ||
* Package metadata updated (new maintainer, HTTPS links) | ||
|
||
|
||
Changes between 0.1.1 and 0.1.2 | ||
=============================== | ||
|
||
Added: | ||
* Tweet link handling | ||
|
||
|
||
Changes between 0.1.0 and 0.1.1 | ||
=============================== | ||
|
||
Fixed: | ||
* Unicode on Python 3 | ||
Changes between 0.2.0 and 0.2.1 | ||
=============================== | ||
|
||
Fixed: | ||
* Some quoted tweets would cause `KeyError: 'text'` (#9) | ||
|
||
|
||
Changes between 0.1.2 and 0.2.0 | ||
=============================== | ||
|
||
Changed: | ||
* Now requires Sopel 7.x (#8) | ||
* Newlines in tweet text will be replaced with a carriage return symbol, to | ||
indicate author intention (#4) | ||
|
||
Added: | ||
* Handling of 280-character tweets (#4) | ||
* More graceful handling of API errors (#6) | ||
|
||
Meta: | ||
* Package metadata updated (new maintainer, HTTPS links) | ||
|
||
|
||
Changes between 0.1.1 and 0.1.2 | ||
=============================== | ||
|
||
Added: | ||
* Tweet link handling | ||
|
||
|
||
Changes between 0.1.0 and 0.1.1 | ||
=============================== | ||
|
||
Fixed: | ||
* Unicode on Python 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
|
||
__author__ = 'dgw' | ||
__email__ = '[email protected]' | ||
__version__ = '0.2.0' | ||
__version__ = '0.2.1' | ||
|