diff --git a/RELEASE_NOTES_v1.1.0.md b/RELEASE_NOTES_v1.1.0.md deleted file mode 100644 index 33d02e7..0000000 --- a/RELEASE_NOTES_v1.1.0.md +++ /dev/null @@ -1,45 +0,0 @@ -# ATK v1.1.0 — the Live System Map release - -The all-in-one, OEM-style Android toolkit for power users, security researchers, -and bug hunters — now with a **first-of-its-kind real-time debugging engine**. - -## ⭐ Headline — Live System Map -Turn the raw logcat firehose into a **live, interactive map of what your phone is -actually doing**. A real-time engine unifies system-level telemetry from many -subsystems into a single live relational model — processes, services, tags and -components become nodes; launches, crashes, ANRs, kills, signals and -graphics/audio events become edges; every event flows source → destination. - -- 🌐 Multiple render modes — crisp 2D graph, neon flow view, 3D hierarchical tree -- 🧩 Layouts — force-directed, hub boxes, radial-by-importance, geometric -- 🌊 Trackable flows — follow individual events between subsystems -- 🚨 Auto-surfacing of crashes / ANRs / errors + your own keyword watch-rules -- 🎯 Focus tools — isolate a node, watchlist, severity/kind filters, timeline, baseline diff -- 🎥 Capture & export the packet stream for offline analysis - -## ✨ What's new -- 📡 **Live System Map** — the flagship real-time visualization (above). -- 🧹 **Debloater database 2,157 → 5,362 packages** (Samsung, Xiaomi, Google + 11 more OEMs). -- 🔓 **Privileged uninstall of protected system apps — without root**, plus one-click **restore**. -- 🧰 **Utilities expanded to 631 one-click commands** across 50+ categories. -- 🔎 **APK Audit** — static security audit (perms, trackers, certs, CWE/MASVS rule findings) with an in-app APK explorer and **JSON · CSV · SARIF** export. -- 🎨 **Themes** — Dark, Catppuccin **Frappé** & **Latte**; configurable sidebar; dismissible safety banners. -- 📦 **Smarter package ops** — combined *Disable + Uninstall*, a *disabled* badge, and verify-then-escalate so removals actually stick. -- 🔌 **Fully offline-capable UI** — self-hosted fonts, no runtime CDN fetches. -- 🖼️ New app icon. - -## 📦 Install (Linux) -**Debian / Ubuntu:** -```bash -sudo dpkg -i atk_1.1.0_amd64.deb -``` -Requirements: `adb`, `fastboot`, `libgtk-3-0`, `libwebkit2gtk-4.1-0` -(`scrcpy` only needed for the Screen Mirror module). - -Other distros: build from source — see the README. - -> ⚠️ Linux only. No bundled binaries — ATK uses *your* system `adb`/`fastboot`/`scrcpy`. - -## 🙏 Credits -Built on the open-source community — scrcpy, Magisk, Universal Android Debloater, -Wails, Lucide, and more. Full attributions and licenses are in the README. GPL-3.0. diff --git a/go.mod b/go.mod index c184d19..d055ae8 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/ncruces/zenity v0.10.14 github.com/ulikunitz/xz v0.5.15 github.com/wailsapp/wails/v2 v2.12.0 - golang.org/x/crypto v0.51.0 + golang.org/x/crypto v0.52.0 ) require ( diff --git a/go.sum b/go.sum index 6679f09..9068379 100644 --- a/go.sum +++ b/go.sum @@ -84,8 +84,8 @@ github.com/wailsapp/wails/v2 v2.12.0 h1:BHO/kLNWFHYjCzucxbzAYZWUjub1Tvb4cSguQozH github.com/wailsapp/wails/v2 v2.12.0/go.mod h1:mo1bzK1DEJrobt7YrBjgxvb5Sihb1mhAY09hppbibQg= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= -golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI= -golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8= +golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988= +golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc= golang.org/x/image v0.41.0 h1:8wS72eGJMJaBxK6okTzd4WaXumUlTVlb753MlsSvTCo= golang.org/x/image v0.41.0/go.mod h1:uIc348UZMSvS5Z65CVZ7iDPaNobNFEPeJ4kbqTOszmA= golang.org/x/net v0.0.0-20210505024714-0287a6fb4125/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=