From 3739e634abe10f2e5b16e5d6e5e4b6fa6863abf5 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Tue, 3 Sep 2024 07:29:25 -0700 Subject: [PATCH] prep v0.7.17 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdffb2e..11e8d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)