prep v0.7.14
This commit is contained in:
parent
8b5f2b4b0d
commit
9acb095a5d
|
@ -8,7 +8,7 @@ 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.14 (2024-04-16)
|
||||||
|
|
||||||
* Many UI improvements in [#315](https://github.com/scottlamb/moonfire-nvr/pull/315)
|
* Many UI improvements in [#315](https://github.com/scottlamb/moonfire-nvr/pull/315)
|
||||||
from [@michioxd](https://github.com/michioxd). See the PR description for
|
from [@michioxd](https://github.com/michioxd). See the PR description for
|
||||||
|
|
|
@ -26,10 +26,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.11`:
|
for version `v0.7.14`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION=v0.7.11
|
$ VERSION=v0.7.14
|
||||||
$ 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
|
||||||
|
|
Loading…
Reference in New Issue