All notable changes to the penguin CLI app will be documented here.
0.2.6 - 2022-11-26
- Improve
cargo doc
workflow by treatingremove
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
- Updated the library to v0.1.7 ⇒ check its changelog.
0.2.4 - 2022-06-08
- Updated the library to v0.1.6 ⇒ check its changelog.
- Updated other dependencies.
0.2.3 - 2021-10-02
- Add feature
vendored-openssl
to compileopenssl
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
- Updated the library to v0.1.4 ⇒ check its changelog.
- Updated other dependencies.
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.
- Mounted file system paths are now automatically watched for file changes. The browser sessions will reload automatically if anything changes.
- 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.
- Everything