Skip to content

Releases: luu176/Metroflip

v0.7 Beta

31 Dec 22:27
ac4922c
Compare
Choose a tag to compare
v0.7 Beta Pre-release
Pre-release

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

15 Feb 14:45
c4e1ed2
Compare
Choose a tag to compare

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

30 Dec 16:06
30cbc09
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/luu176/Metroflip/commits/v0.5