All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
server pingcommand to verify control server availability (including--portoverride).server set/server proxy setcommand to upsert static endpoint responses via control API (/api/v0/proc/set).server set --kind jssupport to upsert QuickJS endpoint processors via control API (--script/--script-file)./pingserver endpoint and Android adb-forward verification flow documentation.
- CHANGELOG.md file (#32)
- Changed Homebrew tap name to
dector/lampa. Now it's a part of another repo: dector/homebrew-lampa. - Using
git-golibrary instead of systemgit.
- Reports generation.
Note
0.3.1 was skipped accidentally.
- BREAKING: Use stdout for errors on CI environment
- BREAKING: Using internal mechanism to parse aab data (#24)
- Dropped bundletool and aapt2 as dependencies (#24)
- Enable INFO level with verbosity flag
-v(#13)
- INFO verbosity is enabled on CI by default
DIFF v0.1.0-5.dev <-> v0.2.0-01
- Add
version --shortto display only version tag (#34) - Publish checksums file on release (#33)
- BREAKING: Release artefacts now contains version in file name (#34)
DIFF v0.1.0-4.dev <-> v0.1.0-5.dev
Introduces first public version of json report.
- BREAKING:
--formatflag to specify report type - Download Bundletool automatically (#19)
- BREAKING
--with-htmlis gone. Use--formatinstead.
DIFF v0.1.0-3.dev <-> v0.1.0-4.dev
- Build and analyze AAB release instead of APK.
- Create report dir if it doesn't exist (#30)
- Display correct release version
DIFF v0.1.0-2.dev <-> v0.1.0-3.dev
- Check if Java is present in the system (#23)
- Detect CI mode and don't display spinner (#29)
DIFF v0.1.0-1.dev <-> v0.1.0-2.dev
- Formula for brew
- Misc minor usability changes
DIFF v0.1.0-0.dev <-> v0.1.0-1.dev
0.1.0-0.dev - 2025-07-04
First version: runs analysis on APK file.