prep v0.7.17

This commit is contained in:
Scott Lamb 2024-09-03 07:29:25 -07:00
parent 3efff2cfd6
commit 3739e634ab
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,8 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
[API](ref/api.md) currently have no stability guarantees, so they may change [API](ref/api.md) currently have no stability guarantees, so they may change
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`. even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
## unreleased ## v0.7.17 (2024-09-03)
* upgrade to Retina 0.4.10, adding support for recording MJPEG video. Note
browser playback is unlikely to work.
* bump minimum Rust version to 1.79. * bump minimum Rust version to 1.79.
* in UI's list view, add a tooltip on the end time which shows why the * in UI's list view, add a tooltip on the end time which shows why the
recording ended. recording ended.
@ -20,6 +18,8 @@ even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
* update to hyper and http version 1.0. In the process, no longer wait for * update to hyper and http version 1.0. In the process, no longer wait for
pending HTTP requests on shutdown. This just extended the time Moonfire was pending HTTP requests on shutdown. This just extended the time Moonfire was
running without streaming. running without streaming.
* upgrade to Retina 0.4.10, adding support for recording MJPEG video. Note
major browsers do not support playback of MJPEG videos, however.
## v0.7.16 (2024-05-30) ## v0.7.16 (2024-05-30)