Releases: trufi-association/trufi-core
Releases Β· trufi-association/trufi-core
Release list
v5.3.0
v5.2.0
v5.1.2
v5.1.1
What's Changed
- feat: Enhance configuration documentation and integrate OTP routing i⦠by @SamuelRioTz in #810
Full Changelog: v5.1.0...v5.1.1
v5.1.0
v5.0.0
5.0.0
β¨ Features
New Translation Workflow (#628)
- Complete refactor of the localization system across all screens
- Added POI layers translations to HomeScreen (#807)
- New translation workflow for: About, Feedback, Fares, Saved Places, Transport List, Settings, and Home screens
- Added scripts for language generation, build and translations
- Added nullable getter to each l10n file
- Added translation check to the pipeline
Map & POI Layers
- Implement Map POI layers (#805)
- Enhance fit camera layer functionality and improve route visibility handling (#802)
Persistent Storage
- Implement persistent storage for map engine, locale, and theme (#803)
- Implement SharedPreferencesStorage for persistent data management (#801)
Core Architecture
- Add core UI package and main app structure for Trufi (#800)
- Add trufi interfaces package with models/entities and interfaces
- Added module system with service locator (get_it)
- Added storage module for customizable database support
- Implement trufi_core_maps (#782)
- Implement trufi_core_routing (#786)
UI Components
- Refactor transport list and detail sheet UI for modern design (#799)
- Add transport list feature with localization and route details (#797)
- Add saved places management package with UI (#798)
- Add settings localization and settings screen (#795)
- Add UI extensions for trufi_core_routing (#790)
Deep Links
- Replace uni_links with app_links (#773)
- Enable deeplinks in example app
Build System
- Added melos and restructured project (#777)
- Single analysis_options configuration for all packages
π Bug Fixes
- Initialize Hive with specified path in initHiveForFlutter (#781)
- Fixed Gradle configuration for Android builds (#771)
- Fixed version mismatch of intl
- Added missing iOS permissions for location access
- Fixed concurrency issue in l10n scripts
π§ Maintenance
- Upgraded Flutter and Java versions
- Updated SDK and Flutter version constraints across packages
- Removed generated files from version control
- Added analyzer to melos and fixed linting issues
- Updated license information for all packages
- Updated readme files for new packages
0.0.2
Merge branch 'master' into release_0_0_2