Releases: believethehype/nostrdvm
Releases · believethehype/nostrdvm
0.6.0
What's Changed
- move functions to async/update to nostr sdk 0.32.1
- stability improvements
- (Some edges may contain new errors, but main cases are tested and work)
0.5.10
- handles exceptions for invalid outbox relays
- adds suno experimental dvm task for music generation
0.5.9
- add standalone update_db dvm that only updates the database for other dvms to read from.
- add paid outbox relays to avoid (to be continued..), ignore these when answering with the outbox model
- fixes random crash with db updates (fingers crossed)
- better logging
0.5.8
- Add NIP65
- Reply to relays in relays tag if available, else check user's NIP65 relay inbox, else use generic relays to reply
0.5.7
- move reconcile relays to dvmconfig
- shutdown client on reconcile (improve stability)
0.5.6
- announce relays with nip89 for content dvms
- fixes
0.5.5
fixes/logging improvements
0.5.4
content dvm optimisations
0.5.3
- use less database connections for content dvms
- stability improvements
0.5.2
- better debug prints
- colored prints
- move set_options to class
- optimizations and fixes