Skip to content

v2.0.0-alpha7

Pre-release
Pre-release
Compare
Choose a tag to compare
@hazmi-e205 hazmi-e205 released this 28 Jun 05:35
· 85 commits to main since this release

Major changes

  • Migrated from libzip to bit7z for unpack/repack build
    • libzip has limitation size file to load, I don't know exactly but it failed to load 2GB+ file
  • Added simple crash reporting using drmingw 0.9.11 in Windows
    • Used asmCrashReport for other platform (untested)
    • Include debug info to build for symbolicated crash report but it will caused increase build size
  • Added Debugger for launch with attached proccess logs
    • Solution for debugging Unity Games which is the logs not appear on syslog/logcat
    • As a preview, Debugger has the same logs as debugging logs in Xcode
  • Fixed symbolicate a json format crashlog
  • Fixed crash when crashlog doesn't match with dSYM
  • Added action drop IPA file or APP directory to auto-install
  • Changed cached private key format in config file
  • Removal QicsTable