Skip to content

Releases: Leviidev/AeroStore

v1.1.2

29 Jun 19:35

Choose a tag to compare

v1.1.2

  • Fixed #7
  • Fully implemented #5
    • LiveContainer + Aerostore will only be updated when a new LiveContainer or AeroStore version comes out. If a bug is found then itll also be fixed then.
  • Updated App Icon (perm.)
  • Released AeroStore website! (AeroStore.xyz)
    As always report any bug to the issues tab.

v1.1.1

28 Jun 01:27

Choose a tag to compare

Minor release

  • Fixed #4 (was already fixed lol)
  • Implemented #5 — first release so may still be buggy or not work at all

Report any bugs to the Issues tab.

note: haven't tested this myself yet

v1.1.0

27 Jun 23:30

Choose a tag to compare

v1.1.0

🐛 What caused the crash

The app crashed with fatal 309 (kernel kill) immediately after the splash screen. Root cause was a stack overflow from infinite recursion:

  • SceneDelegate set tintColor = .altPrimary during scene setup
  • altPrimary was declared as static var in FluxThemesViewController.swift — accessing it triggered lazy initialization
  • That init called a Scanner convenience init with a custom Scanner extension that called itself recursively
  • → Stack overflow → kernel killed the process

All print() calls were invisible in device logs because ConsoleLog captures stdout/stderr to a file instead of the system log.

🔧 How it was fixed

  • Removed the duplicate static var declarations (the colors already existed as proper let constants from the asset catalog in AltStoreCore)
  • Deleted the recursive Scanner extension that was calling itself
  • Theme colors are now stored in UserDefaults instead of mutating static properties
  • Hardened Core Data store loading to prevent a separate crash from the Roxas library's broken model lookup
  • Replaced all print() calls on the startup path with os_log() so crashes are visible in device logs
  • Added crash sentinel detection, safety-net fallback in SceneDelegate, and uncaught exception handler

📋 What's new since v1.0.6

Crash fixes

  • Fixed launch crash (fatal 309) caused by infinite recursion in Scanner extension
  • Fixed Core Data migration failure (error 134020) by enabling automatic lightweight migration
  • Fixed silent hang in prepareDatabase when ALTApplication returns nil
  • Fixed ConsoleLog crash that prevented crash reports from showing
  • Fixed crash loop by deferring JIT tunnel start when unacknowledged crash report exists
  • Prevented silent crashes from Rust FFI abort() calls

Diagnostics

  • Startup path now uses os_log() (visible in device logs via devicectl)
  • Crash sentinel system detects and reports which component caused the crash
  • Uncaught exception handler captures otherwise invisible crashes
  • SceneDelegate safety-net installs main interface if LaunchViewController stalls

Core Data

  • Persistent store description now explicitly sets shouldMigrateStoreAutomatically and shouldInferMappingModelAutomatically
  • Fixed migration in migrateDatabaseToAppGroupIfNeeded for legacy stores
  • Load model directly from AltStoreCore bundle to bypass Roxas model lookup bug

🙏 Credits

Huge thanks to M0d-4 who forked the repo, identified the root cause, and fixed it. I implemented the changes and the app launches cleanly now.

v1.0.6 nightly

11 May 22:03

Choose a tag to compare

hi yall i made version 1.0.6 im so happy

Fixed issues

#2 App crashing when scrolling in settings
#3 iOS26 bug (i think)

and i also updated the version number for the app, so shouldnt bug out. and also a few ui improvements and stuff.
huge credits to stephendev0 for the ui inspiration and the stikjit stuff

make sure to report issues on the issues tab, and im also gonna start working on the website! im broke and cant afford a site, but itll still be there <3

UNFINISHED

v1.0.5

10 May 23:58

Choose a tag to compare

Added notifications feature and fixed many UI errors.
Note that it may claim that your not on the latest version, i forgot to change the version in the app but im too lazy to do it now. ill do it tmrw. peace yalllzzz

Known Issues:
Settings crash #2
iOS 26 bottom bar bug #3

Screenshots (iOS 26 with LiveContainer)

1 2 3
4 5 6

v1.0.4

10 May 21:58

Choose a tag to compare

added stuff like fixed my apps tab, and idk. give me any ideas lolzzzz

v1.0.3

10 May 20:48

Choose a tag to compare

yuhhhh

v1.0.2

10 May 00:32

Choose a tag to compare

Added home tab, moved settings back to the main menu, added update support.

v1.0.1

09 May 01:05

Choose a tag to compare

Added feature to customize bundle ids.

FluxStore v1

09 May 00:21

Choose a tag to compare

The release of FluxStore 🎉

Welcome to FluxStore v1. This is the first version of FluxStore. I hope you enjoy.