Skip to content

Commit

Permalink
prepare version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Aug 13, 2021
1 parent b8b5038 commit 711071f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ changes, see Git history.
Each release is tagged in Git and on the Docker repository
[`scottlamb/moonfire-nvr`](https://hub.docker.com/r/scottlamb/moonfire-nvr).

## unreleased
## `v0.6.5` (2021-08-13)

* UI: improve video aspect ratio handling. Live streams formerly worked
around a Firefox pixel aspect ratio bug by forcing all videos to 16:9, which
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There's no support yet for motion detection, no https/TLS support (you'll
need a proxy server, as described [here](guide/secure.md)), and only a
console-based (rather than web-based) configuration UI.

Moonfire NVR is currently at version 0.6.4. Until version 1.0, there will be no
Moonfire NVR is currently at version 0.6.5. Until version 1.0, there will be no
compatibility guarantees: configuration and storage formats may change from
version to version. There is an [upgrade procedure](guide/schema.md) but it is
not for the faint of heart.
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
@@ -1,6 +1,6 @@
[package]
name = "moonfire-nvr"
version = "0.6.4"
version = "0.6.5"
authors = ["Scott Lamb <[email protected]>"]
edition = "2018"
license-file = "../LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion server/db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moonfire-db"
version = "0.6.4"
version = "0.6.5"
authors = ["Scott Lamb <[email protected]>"]
readme = "../README.md"
edition = "2018"
Expand Down

0 comments on commit 711071f

Please sign in to comment.