Update CHANGELOG.txt for v0.6.5
This commit is contained in:
parent
b6b9ff09b8
commit
51ae1d09a1
@ -254,3 +254,10 @@ v0.6.4
|
||||
- command-line supports 2FA challenges
|
||||
- web UI notifies login failure if challenged for 2FA instead of failing silently
|
||||
- Home page now has a "User Feed" timeline (shows people logged-in user follows) in addition to the "Offline Timeline"
|
||||
|
||||
v0.6.5
|
||||
------
|
||||
|
||||
- UI improvements:
|
||||
- Add image full-size on-click viewer
|
||||
- Add images, videos and links to DMs
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Offline Twitter
|
||||
Comment=Twitter client that auto-archives as you go
|
||||
Exec=/usr/local/bin/twitter --default-profile --addr localhost:1400 webserver --auto-open
|
||||
Exec=/usr/local/bin/twitter --default-profile webserver --addr localhost:1400 --auto-open
|
||||
Icon=/usr/share/pixmaps/twitter.png
|
||||
Terminal=true
|
||||
Type=Application
|
||||
|
@ -124,9 +124,7 @@ TODO: features-from-qt-version
|
||||
- when previous tweet in thread is missing, put a "fetch tweet" button to get it
|
||||
|
||||
TODO: dms
|
||||
- embedded image and video
|
||||
- unshorten URLs / show previews
|
||||
- remove empty text bubble for no text-content posts, e.g., shared tweets
|
||||
- unshorten URLs
|
||||
- fetch chat room history on opening
|
||||
|
||||
TODO: search-terms-highlighted
|
||||
|
Loading…
x
Reference in New Issue
Block a user