Skip to content

Releases: 0xtlt/nostr_rust

NIP04 - Decrypt fixed

26 Jan 19:07
Compare
Choose a tag to compare
  • Fix: nips::nip04::decrypt method - Now working again (@0xtlt)

Full Changelog: 0.20.2...0.20.3

0.20.2

14 Jan 11:06
Compare
Choose a tag to compare
  • Fix: Client::get_events_of Waiting for all relays (@0xtlt)

Full Changelog: 0.20.1...0.20.2

0.20.1

14 Jan 09:53
Compare
Choose a tag to compare
  • Edit: Everywhere where we need to give a public key hex or event id hex, we can now give a bech32 public key (npub and note) except for Client::set_contact_list method (@0xtlt)

Full Changelog: 0.20.0...0.20.1

0.20.0

14 Jan 08:37
Compare
Choose a tag to compare

What's Changed

  • Add: bech32::auto_bech32_to_hex method - Auto detect bech32 (note, nsec or npub,) or hex and force convert to hex by @0xtlt
  • Edit: Remove unwrap() from bech32.rs in #27 by @blakejakopovic
  • Fix: NIP04 encrypt and decrypt - Now working again by @0xtlt

New Contributors

Full Changelog: 0.19.2...0.20.0

0.19.2

11 Jan 11:33
Compare
Choose a tag to compare
  • Fix: Client::get_events_of method - Now skip non events messages

0.19.1

11 Jan 10:17
Compare
Choose a tag to compare
  • Fix: Client::get_events_of method - Now skip non events messages

0.19.0

11 Jan 08:34
Compare
Choose a tag to compare
  • Add: Identity::make_event method
  • Add: Client::broadcast_event method

Full Changelog: 0.18.0.1...0.19.0

0.18.0 - Content

10 Jan 14:49
Compare
Choose a tag to compare

0.18.0 - Content

  • Add: utils::parse_content_tags method
  • Add: utils::ParsedTagsResult struct

Full Changelog: 0.17.0...0.18.0.1

0.18.0 - Content

10 Jan 14:36
Compare
Choose a tag to compare

0.18.0 - Content

  • Add: utils::parse_content_tags method
  • Add: utils::ParsedTagsResult struct

Full Changelog: 0.17.0...0.18.0

0.17.0

09 Jan 08:03
Compare
Choose a tag to compare
  • Add: event::extract_events method
  • Add: event::extract_events_ws method

Full Changelog: 0.16.2...0.17.0