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
|
- command-line supports 2FA challenges
|
||||||
- web UI notifies login failure if challenged for 2FA instead of failing silently
|
- 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"
|
- 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]
|
[Desktop Entry]
|
||||||
Name=Offline Twitter
|
Name=Offline Twitter
|
||||||
Comment=Twitter client that auto-archives as you go
|
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
|
Icon=/usr/share/pixmaps/twitter.png
|
||||||
Terminal=true
|
Terminal=true
|
||||||
Type=Application
|
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
|
- when previous tweet in thread is missing, put a "fetch tweet" button to get it
|
||||||
|
|
||||||
TODO: dms
|
TODO: dms
|
||||||
- embedded image and video
|
- unshorten URLs
|
||||||
- unshorten URLs / show previews
|
|
||||||
- remove empty text bubble for no text-content posts, e.g., shared tweets
|
|
||||||
- fetch chat room history on opening
|
- fetch chat room history on opening
|
||||||
|
|
||||||
TODO: search-terms-highlighted
|
TODO: search-terms-highlighted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user