Merge remote-tracking branch 'origin/release-0.7.7'

This commit is contained in:
Scott Lamb 2023-10-16 22:05:54 -07:00
commit ef62ebfc6c
6 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ upgrades, e.g. `0.6.x` -> `0.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. `0.7.5` -> `0.7.6`.
## unreleased
## 0.7.7 (2023-08-03)
* fix [#289](https://github.com/scottlamb/moonfire-nvr/issues/289): crash on
pressing the `Add` button in the sample file directory dialog

View File

@ -35,7 +35,7 @@ There's no support yet for motion detection, no https/TLS support (you'll
need a proxy server, as described [here](guide/secure.md)), and only a
console-based (rather than web-based) configuration UI.
Moonfire NVR is currently at version 0.7.6. Until version 1.0, there will be no
Moonfire NVR is currently at version 0.7.7. Until version 1.0, there will be no
compatibility guarantees: configuration and storage formats may change from
version to version. There is an [upgrade procedure](guide/schema.md) but it is
not for the faint of heart.

View File

@ -85,7 +85,7 @@ ownUidIsPrivileged = true
# Set your timezone here.
tz="America/Los_Angeles"
image_name="scottlamb/moonfire-nvr:v0.7.6"
image_name="scottlamb/moonfire-nvr:v0.7.7"
container_name="moonfire-nvr"
common_docker_run_args=(
--mount=type=bind,source=/var/lib/moonfire-nvr,destination=/var/lib/moonfire-nvr

4
server/Cargo.lock generated
View File

@ -1055,7 +1055,7 @@ dependencies = [
[[package]]
name = "moonfire-db"
version = "0.7.6"
version = "0.7.7"
dependencies = [
"base64",
"blake3",
@ -1092,7 +1092,7 @@ dependencies = [
[[package]]
name = "moonfire-nvr"
version = "0.7.6"
version = "0.7.7"
dependencies = [
"base64",
"blake3",

View File

@ -1,6 +1,6 @@
[package]
name = "moonfire-nvr"
version = "0.7.6"
version = "0.7.7"
authors = ["Scott Lamb <slamb@slamb.org>"]
edition = "2021"
resolver = "2"

View File

@ -1,6 +1,6 @@
[package]
name = "moonfire-db"
version = "0.7.6"
version = "0.7.7"
authors = ["Scott Lamb <slamb@slamb.org>"]
readme = "../README.md"
edition = "2021"