Skip to content

Conversation

@boldbitcoin
Copy link
Contributor

Release v2.1.10

This release includes comprehensive improvements to the Nostr transport layer with panic recovery, theme-aware typography system, and major refactoring across multiple screens and components.

Key Changes

  • Comprehensive Panic Recovery: Enhanced error handling and crash prevention throughout the Nostr transport layer
  • Theme-Aware Typography: Font system now uses theme constants for consistency
  • Major Screen Refactoring: Improved code organization across MobileNostrPairing, MobilesPairing, PSBTModal, WalletSettings, and more
  • Component Updates: Enhanced Header, TransactionList, QRScanner, and KeyshareModal with better theme integration
  • TSS Library Updates: Updated native libraries with improvements

See CHANGELOG.md for complete details.

Technical Details

  • 39 files changed with 2,213 insertions and 1,152 deletions
  • Android version code: 43, version name: 2.1.10
  • iOS and Android native library updates

bbtc added 30 commits December 31, 2025 13:57
- Added prominent balance card in Send Bitcoin modal with integrated Max button
- Implemented smart balance check for Send button to prevent premature modal opening
- Fixed Go panic recovery in Nostr transport layer for co-signing operations
- Enhanced error handling and nil pointer safety in relay operations
- Improved UX with loading spinner during balance checks
- Updated changelog for v2.1.6 release
- Display all recipient addresses with individual amounts for sent transactions
- Display all sender addresses with received amount for received transactions
- Show amount (BTC + fiat) for each address in transaction details modal
- Add count indicator in transaction list for multiple recipients
- Fix received transactions to show output amounts instead of input amounts
- Support PSBT transactions with multiple outputs
- Update changelog for v2.1.7
- Complete dark mode implementation with system theme detection
  - New theme system with light and dark themes
  - Theme context provider with OS-based, light, and dark mode options
  - Automatic system theme detection and persistence
  - Dark mode optimized color palette with improved contrast

- Wallet Home UI revamp with enhanced visual hierarchy
  - Improved balance container styling with dark mode support
  - Enhanced glassmorphism effects for better visual depth
  - Updated wallet header with better contrast and visibility

- Enhanced header component with integrated features
  - BTC price display in header with currency selector integration
  - Custom header components with configurable height
  - Improved header button styling with dark mode support

- iOS framework dSYM generation for crash reporting
  - New script for generating dSYM files for embedded frameworks
  - Automatic dSYM generation for Tss.framework and hermesvm.framework
  - Integrated into Xcode build process

- All UI components updated for dark mode support
  - TransactionList, TransactionDetailsModal, TransportModeSelector
  - WalletSkeleton, QRScanner, CurrencySelector, LegalModal
  - Wallet Settings with theme mode selector

- Docker build optimizations
  - Fixed working directory context in Dockerfile
  - Better path handling for Go module downloads

- New dark mode assets (inverted icons)
- Complete theme system refactoring with TypeScript support
@boldbitcoin
Copy link
Contributor Author

Closing in favor of PR #51 (v2.1.11 release) which includes all v2.1.10 changes plus additional improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants