Skip to content

Commit

Permalink
v2023.04.12 🤟 New year service update
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaheim committed Apr 12, 2023
1 parent 2850127 commit 9f5c6c2
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 402 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <img style="float: left; vertical-align: bottom; " width="35" src="https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg"> [instantgram] v2022.12.10 :love_you_gesture: Service update
![GitHub release](https://img.shields.io/badge/release-v2022.12.10-green)
# <img style="float: left; vertical-align: bottom; " width="35" src="https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg"> [instantgram] v2023.04.12 :love_you_gesture: Service update
![GitHub release](https://img.shields.io/badge/release-v2023.04.12-green)

![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 @@ -39,6 +39,8 @@ With this version we support all modern browsers that have ECMAScript 2015 (es6)
Read [CONTRIBUTING.md](CONTRIBUTING.md) for more information. :heart:

## Changelog
- v2023.04.12 - [instangram] Fixed issue #29 [Sound getting stripped from some videos]. \
Have done some spring cleaning.
- v2022.12.10 - [instangram] Fixed issue #27 [Stories completely nonfunctional]. \
Fixed some other bugs.
- v2022.10.28 - [instangram] Support for the latest backend version of instagram. \
Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lang/de-de/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lang/en-us/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lang/es-ar/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lang/pt-br/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantgram",
"version": "2022.12.10",
"version": "2023.04.12",
"description": "A bookmarklet for download photos in Instagram",
"author": "Matheus Falcão and from 4.0.0 Sascha Heim",
"homepage": "https://thinkbig-company.github.io/instantgram/",
Expand Down Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"webextension-polyfill-ts": "^0.25.0",
"webpack": "^5.74.0",
"webpack": "^5.77.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/_langs/partials/button.html

Large diffs are not rendered by default.

252 changes: 0 additions & 252 deletions src/helpers/bulkDownloader.ts

This file was deleted.

26 changes: 0 additions & 26 deletions src/helpers/getDataFromIGUrl.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/helpers/getFileNameWithoutExtension.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/helpers/getTranslateXY.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/helpers/getUrlParams.ts

This file was deleted.

Loading

0 comments on commit 9f5c6c2

Please sign in to comment.