Skip to content

v1.1.15

Choose a tag to compare

@Veha0001 Veha0001 released this 11 Nov 13:59
· 17 commits to main since this release

Release for v1.1.15

New Features

  • Add APKEDITOR_JAR environment variable to specify the path to APKEditor.jar.
    (config "jarpath" str won't be used)
  • Add version_targetsdk and version_code to the manifest object in the schema.
  • Add XML options for debuggable, hide_app_icon, export_activity, and app_label to the manifest object.
  • Add panel box to show_logo function.

Bug Fixes

  • Fix a bug where a file was not removed if it already existed.
  • Handle exceptions when opening the schema.
  • Fix a bug where the tool downloader would fail if the file size was 0.

Other Changes

  • Add hash verification for downloaded files.
  • Update styling text to XMLs and schema.
  • Update args for utils.show_logo.
  • Pin Python version in uv.

Full Changelog: v1.1.14...v1.1.15