Merge pull request #18 from movie-web/new-mw-ver

Update changelogs with new versions
This commit is contained in:
William Oldham 2024-01-06 21:28:34 +00:00 committed by GitHub
commit 8dc2c38bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,15 @@
title: 'Changelog'
---
# Version 2.1.3
- Upgrade nitro, which fixes issues on AWS lambda
# Version 2.1.2
- Block more headers, be more anonymous (only works on non-cloudflare platforms)
- Add package version to route `/` for debugging purposes
- Add REQ_DEBUG=true variable to allow for logging all requests made.
- Remove old console.log
# Version 2.1.1
- Fix support for JWT on non-Cloudflare platforms
- Fix header copying logic so User-Agent, Referer and Origin work properly

View File

@ -2,6 +2,13 @@
title: 'Changelog'
---
# Version 4.2.5
::alert{type="warning"}
This release requires a new version of simple-proxy: 2.1.3
::
- Update provider package, with fixes for febbox-mp4
# Version 4.2.4
::alert{type="warning"}