LibreNostr v0.2.3
Proofreading a note before it went out meant trusting the countdown alone, and tagging someone by name only worked if a relay happened to answer.
Added
- The publish countdown now shows a preview of the note. The last few seconds before a note goes out were a bare timer with no way to see what was actually about to be published. The countdown screen now renders the note's text and any attached image or GIF the same way a published note would look, so a mistake is caught by reading it, not by guessing.
- Mention search now checks profiles you already have before asking a relay. Typing
@followed by a name only searched relays — a NIP-50searchfilter if the relay supported it, otherwise a scan of the last 500 arbitrary profile events, meaning a followed or previously-seen profile could still fail to show up. Profiles already cached locally now match instantly by name prefix, offline included; a relay is only asked to fill whatever the local cache didn't already cover.
Verifying this release
Every APK is signed with the same key across releases (CN=Lwb89dev, O=LibreNostr). Verify with:
apksigner verify --print-certs app-<abi>-altRelease.apk
sha256sum -c SHA256SUMS.txt
Pick the APK matching your device's CPU architecture (arm64-v8a covers virtually all phones from the last several years).