This commit is contained in:
Austin Huang 2020-08-01 12:48:30 -04:00
parent 0e83a757b3
commit fdfc75655c
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
3 changed files with 11 additions and 5 deletions

View File

@ -4,11 +4,12 @@
InstaGrabber is an app that allows...
* Viewing **and downloading** Instagram posts, stories (including highlights)\*, DM\*, and profile pictures, **without** letting people know you viewed it<sup>1</sup>! Works for followed private accounts\*!
* Viewing **and downloading** Instagram posts (including tagged, and your own saved posts\*), stories (including highlights)\*, DM\*, and profile pictures, **without** letting people know you viewed it<sup>1</sup>! Works for followed private accounts\*!
* Like/bookmark posts\*!
* Downloading multiple posts at once (hold & select)!
* (Un)follow/restrict/block people\*, and (un)follow hashtags\*! (Or you can add shortcuts to them, without logging in!)
* **Copy** post captions, comments, DM messages\*, and profile bios.
* **View, copy, like\*, reply\*, & delete\*** comments!
* **Copy** post captions, DM messages\*, and profile bios.
* **Compare** follower/following list<sup>2</sup>!
* Searching usernames and hashtags.

View File

@ -13,7 +13,7 @@ android {
// 16.7 is 32, 16.9 is 35 (34 is public beta)
versionCode 36
versionName '16.9'
versionName '17.0'
multiDexEnabled true

View File

@ -1,9 +1,14 @@
* You can now see tagged/"saved" posts. Tagged will work without login.
* You can now write comments, and reply/like/delete comments through the menu (by clicking the comment)
* Liked comments are shown with a pink background
* You can now share posts in the post viewer
* Liked comments are shown with a pink background.
* You can now share posts in the post viewer.
* You can now respond to green/red polls in stories (you also get to see results before voting)
* You can now open Spotify if a story has linked it (non-playing ones)
* Geotag viewing/searching support
* Search field is now empty if you're viewing your own profile while logged in
* Post like counts are now displayed (The button texts are slightly reduced to accomodate @world_record_egg) (logged in only)
* Mute buttons are changed to display the current status (i.e. muted icon when muted, sound icon when not muted)
* Added some new user guidance stuff
* Fixed bugs related to the "Downloaded" icon
* Fixed a bug relating to viewing feed stories
* Fixed a bug where scrolling in full screen causes it to quit full screen