-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Release 1.2.0 ### Bug Fixes ``` 🐛 add new resource IDs to support more instagram versions 🐛 add short sleep before checking if the screen is unlocked to reduce issues 🐛 modify story watching to reduce crashes 🐛 substitute the .down with .find that caused a crash 🐛 fix analytics report when there is broken data 🐛 fix errors related to resourceid refactor 🐛 fix unfollow after unfollowing a follower 🐛 fix error on hashtag in biography 🐛 fix an infinite loop issue when running unfollow plugin 🐛 fix follow button class 🐛 fix follow not count when profile private 🐛 fix issue with sort followers and overlaying element ``` ### New Features ``` 🎁 add support for config files 🎁 add support for cloned apps 🎁 add feature - hashtag-posts-recent 🎁 add feature - hashtag-posts-top 🎁 add feature - interact-from-file 🎁 add feature - unfollow-any-non-followers 🎁 add feature - debug flag for debug output to console 🎁 add feature - speed modifier 🎁 add feature - add option to pause when exiting with ctrl-c 🎁 add feature - exit source after scrolling a configurable number of times 🎁 add filter - following 🎁 add filter - follower 🎁 add back optional fling support 🎁 add support for uia1 (kinda) ``` ### Improvements ``` 🐎 increase speed of things that don't need to be slow 🐎 sped up sleep after unfollow 🐈 kill uia2 agent while closing instagram app 🐈 ensure we are on profile at start of each job 🐈 improve swipe on hashtag-likers to support more instagram versions 🐈 randomize swipe points for better human-like emulation 🐈 refactor resource ids 🐈 include time in analytics report filename so you can generate multiple a day 🐈 change distro method to pypi 🐈 improve the unfollow message (only show if unfollowed) 🐈 remove other unnecessary `while True` loops 🐈 add more debug output to help with fixing issues 📝 fix some issues with argument help not matching 📝 add new logo 📝 add new demo 📝 update formatting and info ``` Co-authored-by: Philip Ulrich <[email protected]> Co-authored-by: Dennis <[email protected]> Co-authored-by: narkopolo <[email protected]> Co-authored-by: Arthur Silva <[email protected]>
- Loading branch information
1 parent
f1548e7
commit aeb9466
Showing
39 changed files
with
2,897 additions
and
890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Process for Deploying Releases | ||
- Make sure you are in the `master` branch and do a `git pull` prior to continuing | ||
- Ensure version number in both `__version__.py` and `setup-beta.py` are both set to the new version number, without any `b` designation. e.g. 1.2.0, 1.2.1 | ||
- Ensure you have `twine` installed | ||
- Remove any existing distribution data: `rm -rf dist/ gramaddict.egg-info/` | ||
- Run the command: `python3 setup.py sdist` | ||
- Run the command: `twine upload dist/*` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.