|
301e3d4361
|
Display properly HTML Entities in tweets
|
2022-01-10 05:30:14 -06:00 |
|
|
a645e0b964
|
TWBlue should no longer load old items in buffer
|
2022-01-10 04:35:23 -06:00 |
|
|
ebf7916ae0
|
Merge pull request #444 from manuelcortez/error_saving_config
Fixed TWBlue asking for a restart due to old reference to the events …
|
2021-12-22 08:16:07 -06:00 |
|
|
33338ba09a
|
Merge pull request #442 from manuelcortez/templates
Add Templates for invisible interface
|
2021-12-22 08:15:45 -06:00 |
|
|
ed765117a5
|
Merge branch 'next-gen' into Win11Keymap
|
2021-12-21 15:45:06 -06:00 |
|
|
911e8d3cfd
|
Fixed TWBlue asking for a restart due to old reference to the events buffer in settings. Fixes #413
|
2021-12-21 15:35:35 -06:00 |
|
|
b6ae9f4b79
|
Updated changelog
|
2021-12-21 15:10:12 -06:00 |
|
|
86a2eb7c0d
|
Restored conversation and threads support powered by Twitter API V2
|
2021-12-09 10:46:07 -06:00 |
|
Nikola Jovic
|
cfd4fd12d3
|
Updated Windows 11 keymap
|
2021-11-17 19:35:02 +01:00 |
|
|
e9f6fd529e
|
Updated changelog
|
2021-11-10 16:32:39 -06:00 |
|
|
cedb290956
|
fixed an issue when deleting a buffer in a session where there were trending topics opened
|
2021-11-05 22:35:50 -06:00 |
|
|
c4b7c35c7f
|
Updated changelog
|
2021-11-03 09:49:52 -06:00 |
|
|
6904c153d4
|
Display error if user has not provided a name for a filter upon creation
|
2021-11-03 09:10:35 -06:00 |
|
|
8b06437cad
|
Started to update documentation
|
2021-11-02 17:52:07 -06:00 |
|
|
ed80558273
|
Remove BOM from changelog
|
2021-11-01 17:04:03 -06:00 |
|
|
84fa2fad91
|
Fixed title for Trending topic buffers after a restart. Closes #421
|
2021-11-01 05:18:46 -06:00 |
|
|
ff0a2b5692
|
Retrieve all tweets from a thread properly. closes #417
|
2021-11-01 00:11:46 -06:00 |
|
|
ffb11b8226
|
Updated changelog
|
2021-10-31 19:27:59 -06:00 |
|
|
e3e0ac9457
|
Added an alias manager dialog in the application menu
|
2021-10-26 10:45:11 -05:00 |
|
|
dfdbe3c5f4
|
Close VLC window after video playback ends. Close #399
|
2021-09-10 15:05:05 -05:00 |
|
|
fbe93ea4be
|
Made FreakyBlue The default soundpack for new twitter sessions
|
2021-09-02 09:59:13 -05:00 |
|
|
3d8519313e
|
Switched Geocoding library to OpenStreetMap's Nominatim API. Closes #390
|
2021-08-26 08:56:51 -05:00 |
|
|
f4ecf10885
|
Allow to copy tweet URLS from tweet displayer dialog
|
2021-08-25 16:30:37 -05:00 |
|
|
c67b415934
|
Updated changelog
|
2021-08-25 12:49:53 -05:00 |
|
|
10511d3022
|
Improvements to reading tweets with many mentions on them
|
2021-08-25 11:13:12 -05:00 |
|
|
9ea36a26d2
|
Updated changelog with windows 11 keymap
|
2021-07-31 22:33:32 -05:00 |
|
|
97286496fc
|
fixed changelog in diverged commits
|
2021-07-31 22:28:46 -05:00 |
|
|
ff0fbeafa3
|
Modified keystrokeEditor to allow undefined keystrokes
|
2021-07-13 17:22:20 -05:00 |
|
|
e314cf0599
|
Allow search users by names in autocomplete users
|
2021-07-10 05:24:56 -05:00 |
|
|
8ff6809f08
|
Updated changelog
|
2021-07-06 16:22:52 -05:00 |
|
|
81d18d4656
|
Updated changelog
|
2021-07-04 04:47:13 -05:00 |
|
|
97afc379e8
|
Pushed a new snapshot
|
2021-06-28 00:47:23 -05:00 |
|
|
e35f37fcc2
|
Updated changelog
|
2021-06-26 01:49:55 -05:00 |
|
|
b10aeb046d
|
Changed label of direct message's text field so it will not reference any username in the hint. Closes #366
|
2021-05-07 17:18:21 -05:00 |
|
|
7d6e230fd9
|
Fix issue that avoids TWBlue to use Shift+F10 as menu key. Fixes #353
|
2021-05-07 16:52:10 -05:00 |
|
|
45deae3402
|
Fixed rendering of retweets of quoted tweets. Fixes #365
|
2021-03-09 16:41:58 -06:00 |
|
|
5b0b26799d
|
Install platform_utils, accessible_output2, libloader and sound_lib from upstream. Closes #369
|
2021-03-09 16:36:23 -06:00 |
|
|
9cb6eafbbc
|
Fixed issue in autocomplete users feature. closes #367
|
2021-02-04 12:30:20 -06:00 |
|
|
c95a2feb5e
|
Faster implementation of dm loading due to a call to lookup_users instead to get_user
|
2021-01-27 10:36:44 -06:00 |
|
|
351f700927
|
Replaced translation services. Fixes #355
|
2021-01-26 16:01:26 -06:00 |
|
Jose Manuel Delicado
|
29b8a645db
|
Updated changelog
|
2021-01-22 18:22:07 +01:00 |
|
|
747290e16a
|
Require extended tweets for quoted tweets. Fixes #352
|
2021-01-22 09:15:47 -06:00 |
|
|
b80a342f92
|
Count tweet characters and URLS as specified by Twitter. Fixes #199. Fixes #315
|
2021-01-21 17:12:18 -06:00 |
|
|
a2a8cc5b79
|
Updated changelog
|
2021-01-20 17:44:29 -06:00 |
|
|
ac20ced5fa
|
Expand URL in user profiles. Closes #275
|
2020-06-03 12:32:01 -05:00 |
|
|
866cd53328
|
Fixed typo in changelog
|
2020-06-03 11:24:20 -05:00 |
|
|
f523e3e81e
|
Updated changelog
|
2020-06-03 11:22:07 -05:00 |
|
|
bdd7d617c3
|
Update title on user changes when sending a DM. Fixes #276
|
2020-06-03 11:19:23 -05:00 |
|
|
3f238635f2
|
Fixed a typo
|
2020-05-29 21:25:13 -05:00 |
|
|
c300476ad2
|
Updated changelog to add a reference to an issue
|
2020-05-29 21:22:00 -05:00 |
|