Skip to content

Releases: believethehype/nostdress

v.0.9.1.2

05 May 15:49
a0a9bba
Compare
Choose a tag to compare
Merge pull request #18 from fishcakeday/optimize-profile-metadata-han…

v.0.9.1.1

30 Apr 17:06
Compare
Choose a tag to compare
  • Added support for gif profile pictures (will show first frame of the gif)

v.0.9.1.0

30 Apr 16:41
Compare
Choose a tag to compare

if GET_NOSTR_PROFILE is set to true, the Nostr profile picture will now only be downloaded on profile creation & update and is now stored in the user database.
This speeds up collecting Lnurl data, as fetching Nostr profile doesn't happen on every request.
Now walk through the list of RELAYS until picture can be downloaded.

v.0.9.0.9

30 Apr 16:15
Compare
Choose a tag to compare
  • if GET_NOSTR_PROFILE is set to true, the Nostr profile picture will now only be downloaded on profile creation & update and is now stored in the user database.
  • This speeds up collecting Lnurl data, as fetching Nostr profile doesn't happen on every request.
  • Make sure the first relay in your Relays list can access your profile. (still needs better error handling)

v.0.9.0.8

27 Apr 09:49
Compare
Choose a tag to compare
  • Allows existing users to change their settings with pin even if registration is deactivated by admin
  • inserts ALLOW_API flag to activate/deactivate api access.

v.0.9.0.7

25 Apr 20:54
10c1581
Compare
Choose a tag to compare
Merge pull request #17 from fishcakeday/fix-connection-reuse

Fix connection reuse, by removing that code.

v.0.9.0.6

25 Apr 05:58
Compare
Choose a tag to compare

Improve how we connect to Nostr relays:

Keep connection open for 30 minutes
Ignore relays that we couldn't connect to (5 minutes timeout)
Reuse connection to publish zap events.

By @fishcakeday

v.0.9.0.5

24 Apr 11:50
a4f8e9f
Compare
Choose a tag to compare

v.0.9.0.4

11 Apr 17:49
Compare
Choose a tag to compare
  • check for anonymous Zaps and show anonymous Zapper in Nostr DM instead of the random key.

v.0.9.0.3

10 Apr 11:46
eddaf5c
Compare
Choose a tag to compare
  • Cosmetics in Notifications