diff --git a/doc/changelog.md b/doc/changelog.md index e20517a4..267cf3f2 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,7 @@ ## changes in this version +* Fixed an error that was causing TWBlue to be unable to output to screen readers at times. ([#369,](https://github.com/manuelcortez/TWBlue/issues/369)) * Fixed autocomplete users feature. ([#367,](https://github.com/manuelcortez/TWBlue/issues/367)) * Fixed error when displaying an URL at the end of a line, when the tweet or direct message contained multiple lines. Now the URL should be displayed correctly. ([#305,](https://github.com/manuelcortez/TWBlue/issues/305) [#272,](https://github.com/manuelcortez/TWBlue/issues/272)) * TWBlue has been migrated completely to Python 3 (currently, the software builds with Python 3.8). diff --git a/requirements.txt b/requirements.txt index b95337d7..ae1296b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ cx_freeze tweepy twitter-text-parser pyenchant -git+https://github.com/manuelcortez/libloader -git+https://github.com/manuelcortez/platform_utils -git+https://github.com/manuelcortez/accessible_output2 -git+https://github.com/jmdaweb/sound_lib \ No newline at end of file +git+https://github.com/accessibleapps/libloader +git+https://github.com/accessibleapps/platform_utils +git+https://github.com/accessibleapps/accessible_output2 +git+https://github.com/accessibleapps/sound_lib \ No newline at end of file