Skip to content

Commit 5944f2b

Browse files
committed
v0.7.31 with retina v0.4.19
Fixes #352
1 parent 00dc543 commit 5944f2b

File tree

3 files changed

+17
-41
lines changed

3 files changed

+17
-41
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
88
[API](ref/api.md) currently have no stability guarantees, so they may change
99
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
1010

11-
## unreleased
11+
## v0.7.31 (2026-03-13)
1212

1313
* support changing video sample parameters in live view.
14+
* update to Retina v0.4.18, supporting cameras which improperly set the
15+
RTP "MARK" bit on SEI packets.
16+
Fixes [#352](https://github.com/scottlamb/moonfire-nvr/issues/352).
1417

1518
## v0.7.30 (2026-02-19)
1619

guide/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire
2626

2727
Download the binary for your platform from the matching GitHub release.
2828
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
29-
for version `v0.7.30`:
29+
for version `v0.7.31`:
3030

3131
```console
32-
$ VERSION=v0.7.30
32+
$ VERSION=v0.7.31
3333
$ ARCH=$(uname -m)
3434
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
3535
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
@@ -64,7 +64,7 @@ services:
6464
moonfire-nvr:
6565
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
6666
# aarch64); just pick the correct version.
67-
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.30
67+
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.31
6868
command: run
6969

7070
volumes:

server/Cargo.lock

Lines changed: 10 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)