From fdfc75655c6e2e219301700993b1840eaad6aff6 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Sat, 1 Aug 2020 12:48:30 -0400 Subject: [PATCH] L --- README.md | 5 +++-- app/build.gradle | 2 +- fastlane/metadata/android/changelogs/{35.txt => 36.txt} | 9 +++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) rename fastlane/metadata/android/changelogs/{35.txt => 36.txt} (56%) diff --git a/README.md b/README.md index 9b7e2b56..77346d28 100755 --- a/README.md +++ b/README.md @@ -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 it1! 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 it1! 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 list2! * Searching usernames and hashtags. diff --git a/app/build.gradle b/app/build.gradle index 269a7912..3f8e4769 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/fastlane/metadata/android/changelogs/35.txt b/fastlane/metadata/android/changelogs/36.txt similarity index 56% rename from fastlane/metadata/android/changelogs/35.txt rename to fastlane/metadata/android/changelogs/36.txt index 2ff1628d..74bbce56 100644 --- a/fastlane/metadata/android/changelogs/35.txt +++ b/fastlane/metadata/android/changelogs/36.txt @@ -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 \ No newline at end of file