Releases: believethehype/nostdress
Releases · believethehype/nostdress
v.0.9.1.2
Merge pull request #18 from fishcakeday/optimize-profile-metadata-han…
v.0.9.1.1
- Added support for gif profile pictures (will show first frame of the gif)
v.0.9.1.0
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
- 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
- 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
Merge pull request #17 from fishcakeday/fix-connection-reuse Fix connection reuse, by removing that code.
v.0.9.0.6
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
- Make relays configurable by @fishcakeday
- Allow downloading pngs / refactoring by @itasli
v.0.9.0.4
- check for anonymous Zaps and show anonymous Zapper in Nostr DM instead of the random key.
v.0.9.0.3
- Cosmetics in Notifications