Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

69 lines (44 loc) · 2.74 KB

Changelog

All notable changes to the penguin CLI app will be documented here.

0.2.6 - 2022-11-26

  • 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)

0.2.5 - 2022-06-22

0.2.4 - 2022-06-08

0.2.3 - 2021-10-02

  • Add feature vendored-openssl to compile openssl from source PR #10 (Thanks @philipahlberg)
  • Updated the library to v0.1.5 ⇒ check its changelog.
  • Updated other dependencies.

0.2.2 - 2021-10-02

0.2.1 - 2021-07-18

Updated the library to v0.1.3 ⇒ check its changelog.

0.2.0 - 2021-05-11

Updated the library to v0.1.2 ⇒ check its changelog.

Breaking

  • Mounted file system paths are now automatically watched for file changes. The browser sessions will reload automatically if anything changes.

Added

  • Add --open flag to open the browser automatically.
  • Add --no-auto-watch flag to disable auto watch behavior.
  • Add -w/--watch option to specify additional watched paths.
  • Add --debounce flag to set the debounce duration for watched paths.

0.1.0 - 2021-03-03

Added

  • Everything