Update CHANGELOG.txt for v0.2.0
This commit is contained in:
parent
1384aa73e9
commit
6f2ef8953b
@ -107,3 +107,9 @@ v0.1.8
|
||||
- Add indexes to tweet content types to improve fetching performance (index `tweet_id`)
|
||||
- BUGFIX: can now fetch retweets with "visibility results"
|
||||
- BUGFIX: search changed how cursors work at end-of-feed
|
||||
|
||||
v0.2.0
|
||||
------
|
||||
|
||||
- Add index on tweets user_id column to accelerate loading of user feeds
|
||||
- Implement login and authenticated requests!
|
||||
|
@ -25,7 +25,7 @@ mkdir dpkg_tmp/DEBIAN
|
||||
echo "Package: offline-twitter-engine
|
||||
Version: $1
|
||||
Architecture: all
|
||||
Maintainer: me@playfulpachyderm.com
|
||||
Maintainer: alex@playfulpachyderm.com
|
||||
Installed-Size: 7998
|
||||
Depends:
|
||||
Section: web
|
||||
|
@ -5,6 +5,10 @@ set -x
|
||||
|
||||
PS4='+(${BASH_SOURCE}:${LINENO}): '
|
||||
|
||||
if [[ -z "$OFFLINE_TWATTER_PASSWD" ]]; then
|
||||
echo "OFFLINE_TWATTER_PASSWD not set! Exiting."
|
||||
exit 1
|
||||
fi
|
||||
FAKE_VERSION="1.100.3489"
|
||||
./compile.sh $FAKE_VERSION
|
||||
|
||||
|
15
doc/TODO.txt
15
doc/TODO.txt
@ -55,3 +55,18 @@ TODO implement-custom-unmarshal
|
||||
|
||||
TODO twitter-spaces
|
||||
- add `is_details_available` flag
|
||||
|
||||
TODO authenticated-requests
|
||||
- likes tab
|
||||
- media tab
|
||||
- quote-tweets
|
||||
- notifications
|
||||
|
||||
TODO post-tweets
|
||||
- post tweet
|
||||
- liking / replying to / quoting / retweeting a tweet
|
||||
|
||||
TODO fetch-DMs
|
||||
|
||||
TODO spaces-timestamps-millis
|
||||
- spaces timestamps are in milliseconds. Need to be converted to seconds
|
||||
|
Loading…
x
Reference in New Issue
Block a user