CHANGELOG.md (2632B)
1 # Notedeck Beta - v0.4 - 2025-05-05 2 3 # Added 4 5 - Dave nostr ai assistant app 6 - GIFs! 7 - Fulltext note search 8 - Add full screen images, add zoom & pan 9 - Zaps! NWC/ Wallet ui 10 - Introduce last note per pubkey feed (experimental) 11 - Allow multiple media uploads per selection 12 - Major Android improvements (still wip) 13 - Added notedeck app sidebar 14 - User Tagging 15 - Note truncation 16 - Local network note broadcast, broadcast notes to other notedeck notes while you're offline 17 - Mute list support (reading) 18 - Relay list support 19 - Ctrl-enter to send notes 20 - Added relay indexing (relay columns soon) 21 - Click hashtags to open hashtag timeline 22 23 # Fixed 24 25 - Fix timelines sometimes not updating (stale feeds) 26 - Fix ui bounciness when loading profile pictures 27 - Fix unselectable post replies 28 29 # Notedeck Alpha 2 - v0.3 - 2025-01-31 30 31 ## Added 32 - Clicking a mention now opens profile page (William Casarin) 33 - Note previews when hovering reply descriptions (William Casarin) 34 - Media uploads (kernelkind) 35 - Profile editing (kernelkind) 36 - Add hashtags to posts (Daniel Saxton) 37 - Enhanced command-line interface for user interactions (Ken Sedgwick) 38 - Various Android updates and compatibility improvements (Ken Sedgwick, William Casarin) 39 - Debug features for user relay-list and mute list synchronization (Ken Sedgwick) 40 41 ## Changed 42 - Add confirmation when deleting columns (kernelkind) 43 - Enhance Android build and performance (Ken Sedgwick) 44 - Image cache handling using sha256 hash (kieran) 45 - Introduction of decks_cache and improvements (kernelkind) 46 - Migrated to egui v0.29.1 (William Casarin) 47 - Only show column delete button when not navigating (William Casarin) 48 - Show profile pictures in column headers (William Casarin) 49 - Show usernames in user columns (William Casarin) 50 - Switch to only notes & replies on some tabs (William Casarin) 51 - Tombstone muted notes (Ken) 52 - Pointer interactions enhancements in UI (William Casarin) 53 - Persistent theme setup across sessions (kernelkind) 54 - Increased ping intervals for network performance (William Casarin) 55 - Nostrdb update for async support (Ken Sedgwick) 56 57 ## Fixed 58 - Fix GIT_COMMIT_HASH compilation issue (William Casarin) 59 - Fix avatar alignment in profile previews (William Casarin) 60 - Fix broken quote repost hitbox (William Casarin) 61 - Fix crash when navigating in debug mode (William Casarin) 62 - Fix long delays when reconnecting (William Casarin) 63 - Fix repost button size (William Casarin) 64 - Fixed since kind filters (kernelkind) 65 - Clippy warnings resolved (Dimitris Apostolou) 66 67 ## Refactoring & Improvements 68 - Numerous internal structural improvements and modularization (William Casarin, Ken Sedgwick)