From aff37bb7549d58170114f5400d12d23004956d54 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sat, 21 Oct 2023 16:18:00 -0700 Subject: [PATCH] prep v0.7.9 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1769b1e..ecb7dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,11 @@ 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.9 (2023-10-21) +* upgrade date/time pickers to `@mui/x-date-pickers` v6 beta, improving + time entry. Fixes + [#256](https://github.com/scottlamb/moonfire-nvr/issues/256). * `systemd` integration on Linux * notify `systemd` on starting/stopping. To take advantage of this, you'll need to modify your `/etc/systemd/moonfire-nvr.service`. See