Fixed issue in autocomplete users feature. closes #367

This commit is contained in:
2021-02-04 12:30:20 -06:00
parent cba7c39a0e
commit 9cb6eafbbc
8 changed files with 13 additions and 28 deletions

View File

@@ -2,6 +2,7 @@
## changes in this version
* 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).
* TWBlue should be restarted gracefully. Before, the application was alerting users of not being closed properly every time the application restarted by itself.