Update CHANGELOG.txt for v0.6.6
This commit is contained in:
parent
158710df8d
commit
9f192ea31d
@ -261,3 +261,14 @@ v0.6.5
|
|||||||
- UI improvements:
|
- UI improvements:
|
||||||
- Add image full-size on-click viewer
|
- Add image full-size on-click viewer
|
||||||
- Add images, videos and links to DMs
|
- Add images, videos and links to DMs
|
||||||
|
|
||||||
|
v0.6.6
|
||||||
|
------
|
||||||
|
|
||||||
|
- BUGFIX: fix server crashing if a media download HTTP request times out
|
||||||
|
- BUGFIX: scraping user feeds now gets long tweets properly
|
||||||
|
- UI improvements:
|
||||||
|
- Fix image sizing issues in link preview images and DM images
|
||||||
|
- Add support for pinned tweets (both fetching and displaying)
|
||||||
|
- New search bar filters: "tombstone:<tombstone_type>" and "followed_by:<userhandle>"
|
||||||
|
- Add boilerplate for Progressive Web App
|
||||||
|
@ -31,3 +31,6 @@ Source: "{#EXE_PATH}"; DestDir: "{app}"; Flags: recursesubdirs
|
|||||||
Name: "{group}\{#NAME}"; Filename: "{app}\{#EXE_NAME}"; WorkingDir: "{commondocs}"; Tasks: createstartmenushortcut; Parameters: "webserver --auto-open --default-profile"
|
Name: "{group}\{#NAME}"; Filename: "{app}\{#EXE_NAME}"; WorkingDir: "{commondocs}"; Tasks: createstartmenushortcut; Parameters: "webserver --auto-open --default-profile"
|
||||||
Name: "{group}\Uninstall {#NAME}"; Filename: "{uninstallexe}"; Tasks: createstartmenushortcut
|
Name: "{group}\Uninstall {#NAME}"; Filename: "{uninstallexe}"; Tasks: createstartmenushortcut
|
||||||
Name: "{commondesktop}\{#NAME}"; Filename: "{app}\{#EXE_NAME}"; WorkingDir: "{commondocs}"; Tasks: createdesktopshortcut; Parameters: "webserver --auto-open --default-profile"
|
Name: "{commondesktop}\{#NAME}"; Filename: "{app}\{#EXE_NAME}"; WorkingDir: "{commondocs}"; Tasks: createdesktopshortcut; Parameters: "webserver --auto-open --default-profile"
|
||||||
|
|
||||||
|
; [Registry]
|
||||||
|
; Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "Path"; ValueData: "{olddata};{app}";
|
||||||
|
10
doc/TODO.txt
10
doc/TODO.txt
@ -14,9 +14,6 @@ TODO video-bitrates
|
|||||||
TODO: videos-view-count
|
TODO: videos-view-count
|
||||||
- videos don't parse properly in APIv2
|
- videos don't parse properly in APIv2
|
||||||
|
|
||||||
TODO: APIv2-pinned-tweets
|
|
||||||
- feed with pinned tweet
|
|
||||||
|
|
||||||
TODO video-not-downloading: https://twitter.com/JustinPulitzer/status/1496709662602932224
|
TODO video-not-downloading: https://twitter.com/JustinPulitzer/status/1496709662602932224
|
||||||
|
|
||||||
TODO get-user-tweets-user-doesn't-exist
|
TODO get-user-tweets-user-doesn't-exist
|
||||||
@ -50,6 +47,7 @@ TODO tweets-with-italics
|
|||||||
|
|
||||||
TODO authenticated-only-request-warning
|
TODO authenticated-only-request-warning
|
||||||
- warn when attempting to run requests which require authentication without a session active
|
- warn when attempting to run requests which require authentication without a session active
|
||||||
|
- right now it will try and then produce an HTTP error (404)
|
||||||
|
|
||||||
TODO unknown-user-upgrading
|
TODO unknown-user-upgrading
|
||||||
- if an unknown user (created to satisfy SQLite integrity check on user_id foreign key) has user details fetched, the "Join Date" and other zero-value fields should update with the new value
|
- if an unknown user (created to satisfy SQLite integrity check on user_id foreign key) has user details fetched, the "Join Date" and other zero-value fields should update with the new value
|
||||||
@ -82,7 +80,6 @@ TODO: newer-version-tombstone
|
|||||||
TODO: failed-tweets
|
TODO: failed-tweets
|
||||||
- https://twitter.com/_HARVEY__DENT_/status/1755665502385377720
|
- https://twitter.com/_HARVEY__DENT_/status/1755665502385377720
|
||||||
- "Empty tweet": https://twitter.com/wispem_wantex/status/1581333495393107968
|
- "Empty tweet": https://twitter.com/wispem_wantex/status/1581333495393107968
|
||||||
- "video not available in your location" (geoblock) (this one should be fixed, but check it): https://twitter.com/espnmma/status/1764026985775333761
|
|
||||||
|
|
||||||
TODO: new-content-type
|
TODO: new-content-type
|
||||||
- https://twitter.com/itsbackwereover/status/1757947530506043872
|
- https://twitter.com/itsbackwereover/status/1757947530506043872
|
||||||
@ -105,8 +102,6 @@ TODO: login-routes-tests
|
|||||||
TODO: webserver-session-arg-active-user
|
TODO: webserver-session-arg-active-user
|
||||||
- make the active user get set on initializing the Application object if a --session flag is given
|
- make the active user get set on initializing the Application object if a --session flag is given
|
||||||
|
|
||||||
TODO: progressive-web-app
|
|
||||||
|
|
||||||
TODO: paste-twitter-urls-in-search-bar
|
TODO: paste-twitter-urls-in-search-bar
|
||||||
- pasting a link from twitter.com into the search bar should handle it properly
|
- pasting a link from twitter.com into the search bar should handle it properly
|
||||||
- space
|
- space
|
||||||
@ -124,8 +119,9 @@ 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
|
||||||
- unshorten URLs
|
|
||||||
- fetch chat room history on opening
|
- fetch chat room history on opening
|
||||||
|
- add scrollback / pagination
|
||||||
|
- add search
|
||||||
|
|
||||||
TODO: search-terms-highlighted
|
TODO: search-terms-highlighted
|
||||||
- on Search page, highlight matches for the search keywords
|
- on Search page, highlight matches for the search keywords
|
||||||
|
Loading…
x
Reference in New Issue
Block a user