Skip to content

Releases: futrnostr/futr

🚧 Development Build (Continuous)

21 Feb 22:43
Compare
Choose a tag to compare
Pre-release

⚠️ This is an automated development build from the latest master branch.
This build is not recommended for production use.

Last updated: 2025-02-21T19:34:38-03:00

Release v0.2.2

17 Feb 23:25
v0.2.2
5708861
Compare
Choose a tag to compare

Official release v0.2.2

For the latest development build, see the continuous release.

Closed issues

Changes

  • Optimized Subscription Handling

    • Implemented proper event pagination with timestamp tracking.
    • Added event deduplication across batches.
    • Improved debug logging for pagination and subscription events.
    • Fixed timestamp handling to prevent future-dated events.
    • Reduced events per pubkey from 2000 to 500 for better efficiency.
  • Relay Connection & Event Parsing

    • Improved relay connection state management.
    • Fixed parsing of OK messages from relays.
    • Updated follow list and DM relay parsing.
    • Added proper nevent links for quoted reposts.
    • Increased connection timeout from 3s to 15s to enhance reliability.
  • UI & UX Enhancements

    • Fixed follow list flickering by improving model caching.
    • Improved login experience with better async timing.
    • Fixed profile filter issues to improve data consistency.
  • Subscription & Relay Overhaul

    • Moved subscription handling to a dedicated SubscriptionHandler module.
    • Improved relay connection reliability with fallbacks and rebalancing.
    • Optimized relay selection logic for better distribution of events.
  • Codebase Improvements

    • Simplified tag handling by switching to list-based tags.
    • Moved type definitions into dedicated modules (Event, Profile, Relay).
    • Updated tag parsing and generation throughout the codebase.

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

31 Jan 21:24
v0.2.1
Compare
Choose a tag to compare

Official release v0.2.1

For the latest development build, see the continuous release.

Release v0.2.0

30 Jan 02:42
v0.2.0
6f46dad
Compare
Choose a tag to compare

Official release v0.2.0

For the latest development build, see the continuous release.

Release v0.1.0

15 Nov 09:00
v0.1.0
c5fd699
Compare
Choose a tag to compare

Official release v0.1.0

For the latest development build, see the continuous release.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0

Release v0.0.2

04 Aug 22:02
v0.0.2
715533a
Compare
Choose a tag to compare
0.0.2 Release

Added:
- automated linux build using app image

Early Bird Release 0.0.1

16 Jun 00:57
abfd796
Compare
Choose a tag to compare
Pre-release

Linux amd64 only (for mac and Windows you need to compile yourself)

Working so far:

  • Relay Management
  • Key Management
  • Edit Account