mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-10-28 23:35:02 -04:00
prep v0.7.23
I'd actually intended the things here to be in v0.7.22, but I tagged the wrong revision. Embarrassing, but version numbers are free.
This commit is contained in:
parent
5cc93349fc
commit
ff383147e4
11
CHANGELOG.md
11
CHANGELOG.md
@ -8,14 +8,19 @@ 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`.
|
||||||
|
|
||||||
## v0.7.22 (2025-10-03)
|
## v0.7.23 (2025-10-03)
|
||||||
|
|
||||||
* switch from per-layer to global `tracing` filter to avoid missing log lines
|
|
||||||
(tokio-rs/tracing#2519)[https://github.com/tokio-rs/tracing/issues/2519]).
|
|
||||||
* update Retina to [v0.4.14](https://github.com/scottlamb/retina/blob/main/CHANGELOG.md#v0414-2025-10-03),
|
* update Retina to [v0.4.14](https://github.com/scottlamb/retina/blob/main/CHANGELOG.md#v0414-2025-10-03),
|
||||||
improving camera compatibility. Fixes [#344](https://github.com/scottlamb/moonfire-nvr/issues/344).
|
improving camera compatibility. Fixes [#344](https://github.com/scottlamb/moonfire-nvr/issues/344).
|
||||||
* bump minimum Rust version to 1.88.
|
* bump minimum Rust version to 1.88.
|
||||||
|
|
||||||
|
## v0.7.22 (2025-10-03)
|
||||||
|
|
||||||
|
(This version was tagged but never released due to an error.)
|
||||||
|
|
||||||
|
* switch from per-layer to global `tracing` filter to avoid missing log lines
|
||||||
|
(tokio-rs/tracing#2519)[https://github.com/tokio-rs/tracing/issues/2519]).
|
||||||
|
|
||||||
## v0.7.21 (2025-04-04)
|
## v0.7.21 (2025-04-04)
|
||||||
|
|
||||||
* Release with `mimalloc` allocator, which is significantly faster than the memory
|
* Release with `mimalloc` allocator, which is significantly faster than the memory
|
||||||
|
|||||||
@ -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.22`:
|
for version `v0.7.23`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION=v0.7.22
|
$ VERSION=v0.7.23
|
||||||
$ 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
|
||||||
@ -65,7 +65,7 @@ services:
|
|||||||
moonfire-nvr:
|
moonfire-nvr:
|
||||||
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
|
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
|
||||||
# aarch64); just pick the correct version.
|
# aarch64); just pick the correct version.
|
||||||
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.22
|
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.23
|
||||||
command: run
|
command: run
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user