Commit 9920328
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 configuration2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments