CHANGELOG.md (2194B)
1 # Unreleased 2 3 ## Added 4 5 - Added the ability to tag users in posts (kernelkind) 6 - Added ctrl-enter shortcut to send post (Ethan Tuttle) 7 8 ## Changed 9 10 - Updated NIP-05 verification text to "Nostr address" (Derek Ross) 11 12 ## Fixed 13 14 - Added *experimental* last post per pubkey algo feeds (William Casarin) 15 - Fixed stale feeds (William Casarin) 16 17 # Notedeck Alpha 2 - v0.3 - 2025-01-31 18 19 ## Added 20 - Clicking a mention now opens profile page (William Casarin) 21 - Note previews when hovering reply descriptions (William Casarin) 22 - Media uploads (kernelkind) 23 - Profile editing (kernelkind) 24 - Add hashtags to posts (Daniel Saxton) 25 - Enhanced command-line interface for user interactions (Ken Sedgwick) 26 - Various Android updates and compatibility improvements (Ken Sedgwick, William Casarin) 27 - Debug features for user relay-list and mute list synchronization (Ken Sedgwick) 28 29 ## Changed 30 - Add confirmation when deleting columns (kernelkind) 31 - Enhance Android build and performance (Ken Sedgwick) 32 - Image cache handling using sha256 hash (kieran) 33 - Introduction of decks_cache and improvements (kernelkind) 34 - Migrated to egui v0.29.1 (William Casarin) 35 - Only show column delete button when not navigating (William Casarin) 36 - Show profile pictures in column headers (William Casarin) 37 - Show usernames in user columns (William Casarin) 38 - Switch to only notes & replies on some tabs (William Casarin) 39 - Tombstone muted notes (Ken) 40 - Pointer interactions enhancements in UI (William Casarin) 41 - Persistent theme setup across sessions (kernelkind) 42 - Increased ping intervals for network performance (William Casarin) 43 - Nostrdb update for async support (Ken Sedgwick) 44 45 ## Fixed 46 - Fix GIT_COMMIT_HASH compilation issue (William Casarin) 47 - Fix avatar alignment in profile previews (William Casarin) 48 - Fix broken quote repost hitbox (William Casarin) 49 - Fix crash when navigating in debug mode (William Casarin) 50 - Fix long delays when reconnecting (William Casarin) 51 - Fix repost button size (William Casarin) 52 - Fixed since kind filters (kernelkind) 53 - Clippy warnings resolved (Dimitris Apostolou) 54 55 ## Refactoring & Improvements 56 - Numerous internal structural improvements and modularization (William Casarin, Ken Sedgwick)