Skip to content

Releases: frnandu/yana

Release v0.12.1

28 Nov 12:33
Compare
Choose a tag to compare
  • 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

27 Nov 12:23
Compare
Choose a tag to compare

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

25 Sep 10:38
Compare
Choose a tag to compare
  • 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

20 Sep 21:46
Compare
Choose a tag to compare
  • add missing backgroundService toJson in settings (fixes #40)

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.6

19 Sep 23:41
Compare
Choose a tag to compare
  • 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

19 Sep 21:06
Compare
Choose a tag to compare
  • 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

13 Sep 13:58
Compare
Choose a tag to compare
  • 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

13 Sep 12:59
Compare
Choose a tag to compare
fix background notifications on android

Release v0.9.3

13 Sep 12:23
Compare
Choose a tag to compare
  • sign events on web using NIP-07 extension

Release v0.9.2

12 Sep 09:20
Compare
Choose a tag to compare
  • 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