Skip to content

Releases: LukasKalbertodt/penguin

penguin-v0.1.8 (library)

26 Nov 16:31
406fde0
Compare
Choose a tag to compare
  • 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

26 Nov 16:32
406fde0
Compare
Choose a tag to compare
  • Improve cargo doc workflow by treating remove file system events as less important in watcher. Adds --removal-debounce flag. 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)

22 Jun 10:42
27969f6
Compare
Choose a tag to compare

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

22 Jun 10:41
27969f6
Compare
Choose a tag to compare

penguin-v0.1.6 (library)

08 Jun 11:10
ee262a8
Compare
Choose a tag to compare

Fixed

  • Content-Security-Policy (CSP) header is now potentially modified in proxy mode if required for penguin's injected script ('self' is potentially added to script-src and connect-src).

Improved

  • Update dependencies (this bumps the MSRV to 1.56!)

app-v0.2.4

08 Jun 11:09
ee262a8
Compare
Choose a tag to compare

penguin-v0.1.5 (library)

19 Apr 15:13
c8b7fc2
Compare
Choose a tag to compare

Added

Improved

  • Updated dependencies

app-v0.2.3

19 Apr 15:13
c8b7fc2
Compare
Choose a tag to compare

penguin-v0.1.4 (library)

02 Oct 17:22
5e50cd8
Compare
Choose a tag to compare

See CHANGELOG.md

app-v0.2.2

02 Oct 17:23
5e50cd8
Compare
Choose a tag to compare

See CHANGELOG.md