From 2da619ed2338986342c728dd92e9470a8bad662f Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Fri, 13 Sep 2024 01:03:36 -0400 Subject: [PATCH] release 1.0.0 --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 374bf11..90dad57 100644 --- a/CHANGES +++ b/CHANGES @@ -13,8 +13,8 @@ of negentropy fingerprints over arbitrary nostr queries. By default the query {} (the full DB) is tracked, but additional queries can be added using the new `strfry negentropy` command. - * The negentropy version is now indicated in the NIP-11 relay information - and the HTML landing page. + * Advertises NIP-77 support (negentropy syncing). The negentropy version is now + also indicated in the NIP-11 relay information and the HTML landing page. * Parsing-related error messages were greatly improved. Instead of just getting "bad msg: std::get: wrong index for variant", in most situations you will now get a more useful message such as "first element not a command like REQ" @@ -25,6 +25,7 @@ do not need to be separately installed to build strfry. * Bugfix: When querying for 2 or more tags where one of the tags was a prefix of the other, matching events would not be returned. Reported by mrkvon. + * Updated and re-organised the README.md docs 0.9.7 * `--fried` support from 1.0.0 was back-ported, allowing export of DBs