Skip to content

Commit 26e8448

Browse files
committed
prep v0.7.24
1 parent 20299ca commit 26e8448

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.24 (2026-02-14)
1212

1313
* in UI, replace unhelpful `TypeError: Failed to fetch` messages with more descriptive errors such as `POST /api/login failed; see browser console`.
1414
* update the tested and supported [Node.js](https://nodejs.org/en) versions to 20, 22, 24, or 25. Fix some test failures on 24+.

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.23`:
29+
for version `v0.7.24`:
3030

3131
```console
32-
$ VERSION=v0.7.23
32+
$ VERSION=v0.7.24
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
@@ -65,7 +65,7 @@ services:
6565
moonfire-nvr:
6666
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
6767
# aarch64); just pick the correct version.
68-
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.23
68+
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.24
6969
command: run
7070

7171
volumes:

0 commit comments

Comments
 (0)