Update CHANGELOG.txt for v0.6.5

This commit is contained in:
Alessio 2024-03-11 21:30:56 -07:00
parent b6b9ff09b8
commit 51ae1d09a1
3 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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