Display error if user has not provided a name for a filter upon creation

This commit is contained in:
2021-11-03 09:10:35 -06:00
parent 8b06437cad
commit 6904c153d4
3 changed files with 9 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ TWBlue Changelog
* TWBlue should retrieve tweets from threads and conversations in a more reliable way. Tweets in the same thread (made by the same author) will be sorted correctly, although replies to the thread (made by different people) may not be ordered in the same way they are displayed in Twitter apps. ([#417](https://github.com/manuelcortez/TWBlue/issues/417))
* fixed a bug when clearing the direct messages buffer. ([#418](https://github.com/manuelcortez/TWBlue/issues/418))
* fixed an issue that was making TWBlue to show incorrectly titles for trending topic buffers upon startup. ([#421](https://github.com/manuelcortez/TWBlue/issues/421))
* When creating a filter, TWBlue will show an error if user has not provided a name for the filter. Before, unnamed filters were a cause of config breaks in the application.
## Changes in Version 2021.10.30