mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-23 12:05:45 -04:00
prep v0.7.10
This commit is contained in:
parent
8efea4526d
commit
882596c7f6
@ -8,11 +8,12 @@ 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.10 (2023-11-28)
|
||||||
|
|
||||||
* upgrade date/time pickers to `@mui/x-date-pickers` v6 beta, improving
|
* build docker images again
|
||||||
time entry. Fixes
|
* upgrade date/time pickers to `@mui/x-date-pickers` v6 beta, improving
|
||||||
[#256](https://github.com/scottlamb/moonfire-nvr/issues/256).
|
time entry. Fixes
|
||||||
|
[#256](https://github.com/scottlamb/moonfire-nvr/issues/256).
|
||||||
|
|
||||||
## v0.7.9 (2023-10-21)
|
## v0.7.9 (2023-10-21)
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire
|
|||||||
|
|
||||||
Download the binary for your platform from the matching GitHub release.
|
Download the binary for your platform from the matching GitHub release.
|
||||||
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
|
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
|
||||||
for version `v0.7.9` on Intel machines:
|
for version `v0.7.10` on Intel machines:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION=v0.7.9
|
$ VERSION=v0.7.10
|
||||||
$ ARCH=$(uname -m)
|
$ ARCH=$(uname -m)
|
||||||
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
|
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
|
||||||
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
|
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
|
||||||
@ -40,7 +40,7 @@ workflow. You may find the following Docker compose snippet useful:
|
|||||||
version: 3
|
version: 3
|
||||||
services:
|
services:
|
||||||
moonfire-nvr:
|
moonfire-nvr:
|
||||||
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.8
|
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.10
|
||||||
command: run
|
command: run
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user