diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -1753,7 +1753,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viewercount" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -1,6 +1,6 @@ [package] name = "viewercount" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["sommerfeld <sommerfeld@sommerfeld.dev>"] description = "Updates nostr Live Events with the number of HLS connections" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5182269..c366588 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,9 @@ +0.2.0 (2024-07-05) +------------------ +* Changed NIP46 login to use a in-client autogenerated nostrconnect URI that +gets also printed as a QR code to be scanned by an app like Amber +* Demoted pasting nsecbunker URI behind a '--use-nsecbunker' flag. + 0.1.2 (2024-06-30) ------------------ * Fixed updating old version of replaceable events |