Skip to content

Commit

Permalink
Merge pull request #141 from vitalygashkov/next
Browse files Browse the repository at this point in the history
Added long path support for Windows, added `settings.json` to control some default settings, like `retry`, `connections`, etc.
  • Loading branch information
vitalygashkov authored Apr 25, 2024
2 parents ac44baa + f28f46d commit 86739be
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 59 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ jobs:
tag: 'v${{ env.PACKAGE_VERSION }}'
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
generateReleaseNotes: true
125 changes: 72 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamyx",
"version": "4.0.0-beta.14",
"version": "4.0.0-beta.15",
"author": "Vitaly Gashkov <[email protected]>",
"description": "Cross-platform video downloader",
"main": "dist/src/main.js",
Expand All @@ -26,7 +26,7 @@
"dasha": "file:packages/dasha",
"esor": "file:packages/esor",
"ora-classic": "^5.4.2",
"puppeteer-core": "^22.6.5",
"puppeteer-core": "^22.7.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"undici": "^6.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dasha
Submodule dasha updated 2 files
+13 −0 README.md
+36 −0 docs/README.ru.md
2 changes: 1 addition & 1 deletion packages/esor
Submodule esor updated from f63b73 to 13220b
2 changes: 1 addition & 1 deletion packages/wivenative
2 changes: 1 addition & 1 deletion src
Submodule src updated from c48a18 to bcbfc3

0 comments on commit 86739be

Please sign in to comment.