@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v1.0.7]
9+
10+ ### Added
11+ - ** In-App Logging System** (#403 , #398 ): Complete logging service with UI components and settings integration
12+ - Logger service with basic integration for debugging and troubleshooting
13+ - Logging UI components with toggle controls and log viewer
14+ - Multi-language support for logging features
15+ - ** Push Notification System** (#391 , #394 , #396 ): Full Firebase Cloud Messaging integration
16+ - Firebase basic configuration for push notifications
17+ - FCM service with background integration (Phase 2)
18+ - PushNotificationService with encrypted token registration (Phase 3)
19+ - ** Encrypted File Messaging** (#367 ): Support for encrypted file attachments in chat
20+ - ** Backup Account Reminder** (#383 ): Notification system to remind users to backup their account
21+ - ** FVM Configuration** (#376 ): Flutter Version Management configuration for consistent development environment
22+
23+ ### Fixed
24+ - ** Order Creation Time Display** (#386 ): Fixed bug in order creation time display
25+ - ** Background Notifications** (#378 ): Fixed background notifications failing in release builds
26+ - ** Localization Entries** : Fixed invalidKeyFormat entry in Italian and Spanish ARB files
27+ - ** Logging Toggle State** : Fixed toggle resetting to OFF on app restart
28+ - ** Build Workflow** (#375 ): Added missing build_runner step to flutter.yml workflow
29+
30+ ### Changed
31+ - ** Brand Colors Unification** (#407 ): Unified brand colors and consolidated color variants (Phase 1)
32+ - ** UI Buttons and Opacity** (#402 ): Improved button styling and opacity handling
33+ - ** Mostro Instance Configuration** (#390 ): Enhanced UX for Mostro instance configuration
34+ - ** Order Expiration** (#392 ): Removed hardcoded 24h order expiration, now uses expiration_hours for trade messages and new orders
35+ - ** Info Event Kind** (#410 ): Updated info event kind from 38383 to 38385
36+
37+ ### Documentation
38+ - ** Session Recovery Guide** (#366 ): Added session recovery documentation
39+ - ** Logging System Documentation** (#393 ): Added in-app logging system documentation
40+
841## [ v1.0.6]
942
1043### Fixed
0 commit comments