Skip to content

Releases: stanvanrooy/instauto

V2.1.0

07 Jun 22:57
Compare
Choose a tag to compare
chore: prepare for release

V2.0.8

24 Jan 18:15
e488219
Compare
Choose a tag to compare

Full Changelog: 2.0.7...2.0.8

V2.0.7

30 Apr 18:19
7aa76e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...2.0.7

V2.0.6

28 Aug 19:35
Compare
Choose a tag to compare

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

13 Aug 08:09
651f1ff
Compare
Choose a tag to compare

2.0.5 (2021-08-12)

Fixes

  • use property instead of getitem (#202)

Full set of changes: 2.0.4...2.0.5

v2.0.4

07 Aug 11:11
33ffede
Compare
Choose a tag to compare

2.0.4 (2021-08-07)

Fixes

  • use dict.get instead of key index

Full set of changes: 2.0.2...2.0.4

V2.0.3

02 Aug 18:10
Compare
Choose a tag to compare

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

29 Jul 18:52
Compare
Choose a tag to compare

Changelog

2.0.2 (2021-07-29)

Fixes

  • client.unfollow_user -> client.user_unfollow (#191)
  • change order of parameters (#192)

Docs

  • update readme

Full set of changes: 2.0.1...2.0.1

V2.0.1

27 Jul 23:12
9105173
Compare
Choose a tag to compare

2.0.1 (2021-07-28)

New Features

  • support both user_id and username 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

12 May 13:40
Compare
Choose a tag to compare

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