11# CalorieApp Version Information
22
3- __version__ = "1 .1.2 "
4- __build__ = "visual-refinement "
3+ __version__ = "0 .1.0-testnet "
4+ __build__ = "hardening-milestone "
55__date__ = "2025-11-19"
6- __status__ = "stable "
6+ __status__ = "beta "
77
88# Release Notes
99"""
10- Version 1.1.2 - Visual Refinement & Social Assets
11- ================================================
12-
13- ✨ Highlights:
14- - Edge-to-edge social image generator with dynamic font fitting
15- - Consolidated multi-platform social copy asset
16- - Visual audit checklist and PR body template added
17- - Global Telegram community link updated across docs/configs
18-
19- Version 1.1.0 - Production Ready Release
20- ========================================
21-
22- 🎉 Major Features:
23- - ✅ Mnemonic (BIP39) 12-word recovery phrase system
24- - ✅ Generic token system for custom XRPL tokens
25- - ✅ Modern unified UI with visual transaction indicators
26- - ✅ Conditional Navigation System - Intelligent drawer management
27- - ✅ Multi-Server XRPL Failover - Robust connectivity with automatic failover
28- - ✅ Trustline management for XRPL tokens
29- - ✅ Enhanced Password Fields - Eye icon visibility toggles
30-
31- 🎨 UI/UX Improvements:
32- - ✅ Unified header layout across all 25+ screens
33- - ✅ Centered titles with visible CalorieApp logo (light circular background)
34- - ✅ Transaction history visual indicators (↑ sent, ↓ received, • other)
35- - ✅ Short peer addresses (first 6...last 4 characters)
36- - ✅ Bottom-left floating action button for menu access
37- - ✅ Decoded currency display in transaction history
38-
39- 🔧 Technical Improvements:
40- - ✅ Removed all deprecated MDTopAppBar components
41- - ✅ Professional project structure for APK building
42- - ✅ Comprehensive documentation and setup guides
43- - ✅ Enhanced launcher with dependency checking
44- - ✅ Organized assets and cleaned up development files
45- - ✅ Clean codebase with no test scripts or backup files
46-
47- 📱 Platform Support:
48- - ✅ Android APK building with Buildozer
49- - ✅ Desktop development environment
50- - ✅ Cross-platform launcher scripts
51-
52- 🛡️ Stability:
53- - ✅ Zero deprecation warnings
54- - ✅ Robust error handling and crash prevention
55- - ✅ Encrypted wallet storage with backup systems
56- - ✅ XRPL testnet connectivity with multi-server redundancy
57-
58- 🚀 Ready For:
59- - ✅ GitHub repository management
60- - ✅ APK building and distribution
61- - ✅ Production deployment
62- - ✅ Team development
10+ Release 0.1.0-testnet - Hardening & Compliance Milestone
11+ =======================================================
12+
13+ Scope:
14+ - Repository privacy hardening (removal of build/run instructions; deferred experimental modules)
15+ - Comprehensive legal disclaimer infrastructure (multi-tier + canonical file)
16+ - Feature flag system isolating Web3 browser & CalorieDB prototypes
17+ - Security audit (no secrets; wallet backups purged; narrowed .gitignore patterns)
18+ - Deferred XRPL ↔ CalorieDB sync service clarification
19+ - Branch cleanup (legacy V11 branches retired)
20+
21+ Highlights:
22+ - ✅ Multi-server XRPL failover layer retained
23+ - ✅ BIP39 mnemonic flow intact & gated
24+ - ✅ Screens modularized; KV loading improved
25+ - ✅ Accessibility & responsive scaffolds preserved
26+ - ✅ CalorieDB + Web3 features explicitly deferred & non-importing
27+
28+ Risk & Status:
29+ - Testnet-only beta; not production hardened for value transfer
30+ - Experimental components behind False flags to prevent accidental exposure
31+
32+ Next Targets:
33+ - Tag follow-up release for visual polish
34+ - Optional activation path for CalorieDB after security model revision
35+ - Add CI enforcement for PR-based changes
6336"""
0 commit comments