prep v0.7.17
This commit is contained in:
parent
3efff2cfd6
commit
3739e634ab
|
@ -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
|
||||
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.
|
||||
* in UI's list view, add a tooltip on the end time which shows why the
|
||||
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
|
||||
pending HTTP requests on shutdown. This just extended the time Moonfire was
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue