Skip to content

Commit

Permalink
prep v0.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Feb 1, 2025
1 parent 738ad9a commit eace447
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ 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
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.

## v0.7.20 (2025-01-29)

* H.265 fixes.

## v0.7.19 (2025-01-28)

* support recording H.265 ([#33](https://github.com/scottlamb/moonfire-nvr/issues/33)).
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ password-hash = "0.5.0"
pretty-hex = { workspace = true }
protobuf = "3.0"
reffers = "0.7.0"
retina = "0.4.12"
retina = "0.4.13"
ring = { workspace = true }
rusqlite = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit eace447

Please sign in to comment.