Releases: LukasKalbertodt/penguin
Releases · LukasKalbertodt/penguin
penguin-v0.1.9 (library)
- Fix
Content-Rangeheader for HTTP range requests
penguin-app v0.2.7
- Fix
Content-Rangeheader for HTTP range requests
penguin-v0.1.8 (library)
- Add basic HTTP range request support for the file server. With this, video files served by Penguin can be played by Safari.
- Add body sniffing to detect HTML content (and insert reload script) more often (see #11)
penguin-app v0.2.6
- Improve
cargo docworkflow by treatingremovefile system events as less important in watcher. Adds--removal-debounceflag. See 385b63. - Updated the library to v0.1.8 ⇒ check its changelog.
- Add basic HTTP range request support for the file server. With this, video files served by Penguin can be played by Safari.
- Add body sniffing to detect HTML content (and insert reload script) more often (see #11)
penguin-v0.1.7 (library)
Fixed
- Fix 404, "gateway error" and dir-listing pages that were broken in the previous release. (The JS code wasn't injected correctly, showing up as plain text. Woops.)
app-v0.2.5
- Updated the library to v0.1.6 ⇒ check its changelog.
penguin-v0.1.6 (library)
Fixed
Content-Security-Policy(CSP) header is now potentially modified in proxy mode if required for penguin's injected script ('self'is potentially added toscript-srcandconnect-src).
Improved
- Update dependencies (this bumps the MSRV to 1.56!)
app-v0.2.4
- Updated the library to v0.1.6 ⇒ check its changelog.
- Updated other dependencies.
penguin-v0.1.5 (library)
Added
- Add feature
vendored-opensslto compileopensslfrom source
PR #10 (Thanks @philipahlberg)
Improved
- Updated dependencies
app-v0.2.3
- Add feature
vendored-opensslto compileopensslfrom source
PR #10 (Thanks @philipahlberg) - Updated the library to v0.1.5 ⇒ check its changelog.
- Updated other dependencies.