Releases: frnandu/yana
Release v0.12.1
- fix re-connection of relays from background
- remove TagCountEventFilter since was filtering nip-65 with big relay lists
Verify the signature of the .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Use https://sideloadly.io/ to sideload the yana-version-ios.ipa file onto your ios device.
Release v0.12.0
Major new release with big changes and new features:
- gossip (outbox/inbox) model see https://github.com/frnandu/yana/blob/master/GOSSIP.md for details
- keep feed/notification subscription open with live new events popping up as soon as they're broadcasted.
- show in which relays a note was loaded from
- login as.... use any accounts as read-only from your favorite users
- choose to which relays to broadcast
- local cache for events using https://github.com/isar/isar DB (native rust lib)
- use https://github.com/relaystr/dart_ndk as relay connectivity
- new promo landing page at https://yana.do (web demo app now lives at https://app.yana.do)
- register nostr: in android so that nostr links give yana option as an app to open
- generic mute lists (nip-51) for profiles, hashtags, words with either public or private elements.
- separate search/blocked relay lists (nip-51), so you don't need to keep your search relays on your main list
- fix jumping into correct position on thread reply
- fix zooming of pictures
Verify the signature of the android .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Use https://sideloadly.io/ to sideload the yana-version-ios.ipa file onto your ios device.
Release v0.11.0
- Unify search for better UX (requires having a nip-50 relay added for search outside contact list)
- Open all URLs on external browser
- Add Linux appImage & deb CI/CD builds automatic
- Make filter word case-insensitive #42 (@atrifat first contribution, thanks!)
Verify the signature of the .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Release v0.10.10
Release v0.10.6
- fix mention linking editor positioning
Verify the signature of the .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Release v0.10.4
- New Wallet feature with balance, NWC integration with alby for now, mutiny and lndhub soon.
- One-tap zaps using connected wallet
- Remodeled @ mention linking in editor inline
- Make reactions faster update
Verify the signature of the .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Release v0.9.5
- fix signing of events on web using nip-07 extension
Verify the signature of the .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Release v0.9.4
fix background notifications on android
Release v0.9.3
- sign events on web using NIP-07 extension
Release v0.9.2
- fixed secureStorage await write to avoid crash on web
- use https://robohash.org/ for web instead since robohash.v0l.io doesn' allow CORS
Verify the signature of the .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana