Invert slider movement when up/down arrows are pressed. Fixes #261

This commit is contained in:
2018-11-13 17:16:51 -06:00
parent 7e42a096a5
commit 6f2e439ddc
2 changed files with 17 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
## changes in this version
* The volume slider, located in the account settings of TWBlue, now should decrease and increase value properly when up and down arrows are pressed. Before it was doing it in inverted order. ([#261](https://github.com/manuelcortez/TWBlue/issues/261))
* autoreading has been redesigned to work in a similar way for almost all buffers. Needs testing. ([#221](https://github.com/manuelcortez/TWBlue/issues/221))
* When displaying tweets or direct messages, a new field has been added to show the date when the item has been posted to Twitter.
* Added support for deleting direct messages by using the new Twitter API methods.