Fixed error when displaying URL'S in multiline tweets. Fixes #305

This commit is contained in:
2019-08-13 09:55:50 -05:00
parent 0f2662e52d
commit bca6861bcb
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
## changes in this version
* 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])
## Changes in version 0.95
* TWBlue can open a Tweet or user directly in Twitter. There is a new option in the context menu for people and tweet buffers, and also, the shortcut control+win+alt+Enter will open the focused item in Twitter.
* Some keystrokes were remapped in the Windows 10 Keymap:
* Read location of a tweet: Ctrl+Win+G. ([#177](https://github.com/manuelcortez/TWBlue/pull/177))