Releases: stanvanrooy/instauto
Releases · stanvanrooy/instauto
V2.1.0
V2.0.8
Full Changelog: 2.0.7...2.0.8
V2.0.7
What's Changed
- Create unfollow_user by @ItsFlorkast in #205
- feat: add error message to generic bad response exception by @stanvanrooy in #206
- save & load from/to json by @hiaselhans in #207
- chore(deps): bump babel from 2.8.0 to 2.9.1 by @dependabot in #211
New Contributors
- @hiaselhans made their first contribution in #207
Full Changelog: 2.0.5...2.0.7
V2.0.6
2.0.6 (2021-08-28)
New Features
- add error message to generic bad response exception (#206)
Full set of changes: 2.0.5...2.0.6
V2.0.5
v2.0.4
V2.0.3
2.0.3 (2021-08-02)
New Features
- retrieve stories from a user
Docs
- add examples for retrieving stories
- add javad94 as a contributor for code (#197)
- fixed documentation link (#195)
Full set of changes: 2.0.2...2.0.3
V2.0.2
V2.0.1
2.0.1 (2021-07-28)
New Features
- support both
user_id
andusername
as arguments in helper functions - add helper function
- use structured models for helper functions
Fixes
- use correct order for arguments
Docs
- wasn't a typo
- fix typo
- add alperenkaplan as a contributor for code, doc (#183)
- add Fislix as a contributor (#175)
- update readme
- add examples for the helper functions
- add examples for search actions
- add examples for profile actions
- add examples for post actions
- add examples for friendship actions
- add examples for feed actions
- add examples for direct actions
- add examples for authentication actions
- add examples for activity actions
- update readme
- update readme
- add atnartur as a contributor (#171)
- fix code example in usage section in readme (#170)
Others
- (deps): bump urllib3 from 1.25.9 to 1.26.5 (#179)
- update contributor count
Full set of changes: 2.0.0...2.0.1
V2.0.0
2.0.0 (2021-05-12)
New Features
- retrieve recent activity
- retrieve post by id
- retrieve posts from your feed
- update instagram profile picture
Fixes
- (profile): do not set biography to an empty string when updating profile
- (examples): don't set a caption for null post :)
- (friendships): return False, when there are no more user accounts to retrieve
- (examples): use ctor, instead of .create
- (examples): use valid user id
- (examples): use ctor, instead of .Create
- (post): we should probably include the next max id
- (examples): use instead of , when updating profile picture
- (profile): add missing obj.fill calls
- (profile): always send (empty) parameter when updating gender.
Docs
- update/add examples
Others
- add example for retrieving your feed
- update readme
- update .gitignore
- rewrite
- (deps): bump pygments from 2.6.1 to 2.7.4 (#152)
- (deps): bump jinja2 from 2.11.2 to 2.11.3 (#151)
- delete 'ready' folder
Full set of changes: 1.0.6...2.0.0