Skip to content

Commit

Permalink
🐛 Fix #75 opening stories (videos)
Browse files Browse the repository at this point in the history
  • Loading branch information
theus committed Oct 24, 2022
1 parent 1993aec commit 0c7167b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 28 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [instantgram] v5.0.2
# [instantgram] v5.0.3

![GitHub release](https://img.shields.io/badge/release-v5.0.2-blue)
![GitHub release](https://img.shields.io/badge/release-v5.0.3-blue)

![badge](https://img.shields.io/badge/for-instagram-yellow.svg?style=flat-square)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
Expand Down Expand Up @@ -31,30 +31,31 @@ Also it has now support for multiple images videos in any site feed or post with

## Roadmap

- ~~a way of notify updates in [instantgram]~~ :heavy_check_mark: in v2.0.0
- ~~make a gif explaining the [instantgram]~~ :heavy_check_mark:
- ~~video :smirk_cat:~~ :heavy_check_mark: in v2.2.0
- ~~a way of notify updates in [instantgram]~~ :heavy_check_mark: in v2.0.0
- ~~make a gif explaining the [instantgram]~~ :heavy_check_mark:
- ~~video :smirk_cat:~~ :heavy_check_mark: in v2.2.0

## Contributing

Read [CONTRIBUTING.md](CONTRIBUTING.md) for more information. :heart:

## Changelog

- v5.0.2 - Fix open correctly image in carousel
- v5.0.1 - Fix open correctly video on posts with more than 1 (thanks to @mklaber)
- v5.0.0 - Rewrite [instantgram] to work with the last chances in Instagram
- v4.0.8 - Fix stories (thanks to @mklaber)
- v4.0.7 - Fix grabbing some videos / posts (thanks to @mklaber)
- v4.0.5 - Fix loading of videos from story (and maybe posts) [#50](https://github.com/theus/instantgram/issues/50), [#48](https://github.com/theus/instantgram/issues/48) (thanks [@joe-wee](https://github.com/joe-wee)!)
- v4.0.4 - Fix open blob video files
- v4.0.3 - Fix search images (automatically) on page
- v4.0.2 - Fix [#32](https://github.com/theus/instantgram/issues/32) set language: undefined
- v4.0.1 - Fix [#33](https://github.com/theus/instantgram/issues/33) URL Signature Mismatch on Edge Chromium
- v4.0.0 - [instangram] now working again with full support of all media types also recognizes canvas images. Also it has now support for multiple images videos in any site feed or post with modal. (thanks to @ThinkBIG-Company)
- v2.4.0 - [instangram] now supports Stories.
- v2.3.0 - [instangram] now supports localization, both app and website. Initially it has en-US and pt-BR. You can help us translate [instantgram] for your language! Cool? Read [contributing](CONTRIBUTING.md) for more information.
- v2.2.0 - [instantgram] now supports video too! :movie_camera:
- After v2.0.0, [instantgram] has your data saved in `localStorage` and can be accessed entering `localStorage.getItem('instantgram')` in console inside instagram.com. If you can't access this item, you may be using a version before v2.0.0.
- v5.0.3 - Fix opening stories (videos) [#75](https://github.com/theus/instantgram/issues/75) (thanks to [@mklaber](https://github.com/mklaber) 🎉👑)
- v5.0.2 - Fix open correctly image in carousel
- v5.0.1 - Fix open correctly video on posts with more than 1 (thanks to [@mklaber](https://github.com/mklaber))
- v5.0.0 - Rewrite [instantgram] to work with the last chances in Instagram
- v4.0.8 - Fix stories (thanks to [@mklaber](https://github.com/mklaber))
- v4.0.7 - Fix grabbing some videos / posts (thanks to [@mklaber](https://github.com/mklaber))
- v4.0.5 - Fix loading of videos from story (and maybe posts) [#50](https://github.com/theus/instantgram/issues/50), [#48](https://github.com/theus/instantgram/issues/48) (thanks [@joe-wee](https://github.com/joe-wee)!)
- v4.0.4 - Fix open blob video files
- v4.0.3 - Fix search images (automatically) on page
- v4.0.2 - Fix [#32](https://github.com/theus/instantgram/issues/32) set language: undefined
- v4.0.1 - Fix [#33](https://github.com/theus/instantgram/issues/33) URL Signature Mismatch on Edge Chromium
- v4.0.0 - [instangram] now working again with full support of all media types also recognizes canvas images. Also it has now support for multiple images videos in any site feed or post with modal. (thanks to @ThinkBIG-Company)
- v2.4.0 - [instangram] now supports Stories.
- v2.3.0 - [instangram] now supports localization, both app and website. Initially it has en-US and pt-BR. You can help us translate [instantgram] for your language! Cool? Read [contributing](CONTRIBUTING.md) for more information.
- v2.2.0 - [instantgram] now supports video too! :movie_camera:
- After v2.0.0, [instantgram] has your data saved in `localStorage` and can be accessed entering `localStorage.getItem('instantgram')` in console inside instagram.com. If you can't access this item, you may be using a version before v2.0.0.

[1]: http://theus.github.io/instantgram
Loading

0 comments on commit 0c7167b

Please sign in to comment.