Releases: luu176/Metroflip
Releases · luu176/Metroflip
v0.7 Beta
Fixed the stuck in app loop.
Added balance to RavKav.
What's Changed
Full Changelog: v0.6-beta.0...v0.7-beta.0
V0.6
What's Changed
- Update application.fam by @luu176 in #39
- Load Scene by @zinongli in #40
- Icon Rework by @zinongli in #41
- Fix Bugs Introduced by Load by @zinongli in #42
- Added a load mode and a save mode to store card info
- Fixed a major bug due to API symbol not existing
New Contributors
Full Changelog: v0.5...v0.6
Metroflip v0.5
Big update!
- Custom API Added: A custom API for Metroflip has been introduced for smoother operation and better scalability.
- Parsers Moved to Plugins: All parsers have been moved to individual plugins, which means all parser-related code is now loaded from the SD card as .fal files, freeing up RAM until a parser is needed.
- Scene Optimization: All separate scenes have been merged into one unified scene (metroflip_scene_parse.c), simplifying the codebase.
- RAM Usage Reduced: We’ve reduced RAM usage by over 45%, eliminating those frustrating "out of memory" errors.
- Navigo Station List: The Navigo station list has been relocated to apps_assets, improving organization and performance.
- Unified Calypso Parser: A new unified Calypso parser has been introduced (thanks to DocSystem), streamlining Calypso card support.
- RavKav Moved to Calypso Parser: RavKav has been moved to the new unified Calypso parser (credit to luu176).
What's Changed
- merge by @luu176 in #1
- Merge pull request #1 from luu176/main by @luu176 in #2
- v0.2 by @luu176 in #3
- formating by @luu176 in #4
- remove strcat by @luu176 in #5
- format by @luu176 in #6
- Dev by @luu176 in #10
- v0.3 by @luu176 in #11
- Update Navigo parser by @DocSystem in #13
- Calypso parser + read more data on Navigo Pass by @DocSystem in #15
- Fix memory leaks by @DocSystem in #16
- R&Y: Stylisation Updates to
ITSO
andmyki
by @ry4000 in #14 - v0.4 by @luu176 in #17
- updates by @luu176 in #18
- Dev by @luu176 in #19
- Fix ticket count when multiple contracts on Navigo Easy by @DocSystem in #20
- Add card number parsing + some UI/parsing tweaks by @DocSystem in #21
- Navigo Parser Updates by @DocSystem in #22
- Navigo cards updates by @DocSystem in #23
- Unified Calypso parser by @DocSystem in #25
- Update Opus bus list + show unknown lines in hex by @DocSystem in #26
- Add T3a + Fix RER A/B stations not being parsed correctly by @DocSystem in #27
- Update some parser functions + Add Villejuif IGR station and ORA provider by @DocSystem in #29
- Update counter parsing by @DocSystem in #32
- More intercode parsing + set calypso first page to card environment by @DocSystem in #33
- Print country & network in case of unknown card by @DocSystem in #34
- Put Navigo data in CSV files + Update Opus card parser by @DocSystem in #35
- Split Navigo stations in multiple files to optimize import by @DocSystem in #36
- Better location parsing on Navigo cards by @DocSystem in #37
New Contributors
- @DocSystem made their first contribution in #13
- @ry4000 made their first contribution in #14
Full Changelog: https://github.com/luu176/Metroflip/commits/v0.5