Skip to content

Commit 9920328

Browse files
committed
Merge tag 'v0.5.0'
Major Changes: - Complete relay system refactor with new EventProcessor - Profile management overhaul with async image rendering - Removed Qt classes dependency for better performance Performance Improvements: - Added parallel GC (-with-rtsopts=-N) - Enhanced LMDB database operations - Improved comment system performance and caching Bug Fixes: - Fixed event fetcher and comment creation/deletion logic - Fixed profile avatar/banner rendering and image loading - Fixed UI navigation and recursive rendering issues - Fixed profile updates and feed loading race conditions Architecture Changes: - Removed deprecated QML components (NostrImage, NostrProfileAvatar, etc.) - Added new ProfileBanner and ProfilePicture components - Anchored relays in app state to preserve UI identity - Re-enabled inbox model reconciliation and follow list functionality Build & Configuration: - Version bump to 0.4.2.1 - Added parallel GC configuration
2 parents acb5e7d + 2222cf8 commit 9920328

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

futr.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: futr
3-
version: 0.4.2.1
3+
version: 0.5.0.0
44
license: GPL-3.0-only
55
license-file: LICENSE
66
copyright: 2025 Sascha-Oliver Prolić

src/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Version where
44

55
-- | Version string extracted from cabal file
66
versionString :: String
7-
versionString = "0.4.2.1"
7+
versionString = "0.5.0.0"
88

99
-- | Runtime version in 'v0.4.0' format
1010
runtimeVersion :: String

0 commit comments

Comments
 (0)