Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Release Notes - v1.0.0

## 🎉 What's New

### Privacy Policy
- Added dedicated Privacy Policy page accessible from Settings
- Direct link support: `/privacy` route now works when accessed directly
- Web URL updates correctly when navigating to privacy page

### UI Improvements
- Enhanced Settings screen with visual icons:
- 🎨 Palette icon for Theme selection
- 🌐 Globe icon for Language selection
- Improved visual consistency across settings options

### Internationalization
- Complete language support with visual language indicators
- Data Management section fully translated
- Support for 9 languages: English, Spanish, French, German, Arabic, Hindi, Portuguese, Russian, and Chinese

### Bug Fixes
- Fixed `/privacy` route navigation on web
- Fixed direct URL access to privacy page (no more 404 errors)
- Improved web deployment configuration for Vercel
- Fixed widget tests compatibility with localization

### Technical Improvements
- Optimized Vercel deployment configuration for Flutter web
- Improved SPA routing support
- Better static file serving configuration

---

**Version:** 1.0.0
**Build Date:** $(date +%Y-%m-%d)

6 changes: 3 additions & 3 deletions mobile/android/local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk.dir=/Users/arsene/Library/Android/sdk
flutter.sdk=/opt/homebrew/Caskroom/flutter/3.19.5/flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
flutter.buildMode=release
flutter.versionName=1.0.2
flutter.versionCode=4
1 change: 1 addition & 0 deletions mobile/l10n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
output-class: AppLocalizations
use-escaping: true
untranslated-messages-file: untranslated_messages.txt
1,126 changes: 673 additions & 453 deletions mobile/lib/screens/home_screen.dart

Large diffs are not rendered by default.

Loading
Loading