Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Releases: lavafroth/droidrunco

Radiant Rocks

14 Dec 05:03
7322077

Choose a tag to compare

New features

  • Dex inject by @lavafroth in #5
  • Improved contrast for tags in web UI
  • Simplified build process to a single go build

Full Changelog: v2.5.2...v3.0.0

Boring Watermelon

12 Dec 09:36
7ff4d69

Choose a tag to compare

Fixes

  • The bridge extractor injected into the device recovers on panic and returns an empty string instead of the panic message.
  • Sleep for 2 seconds before attempting to extract app labels to avoid text file is busy error.

New features

  • The knowledge base JSON file now supports an extra field "label" to crowdsource app labels to avoid extracting them from APKs.

Nascent Desperation

25 Mar 15:38
91b0019

Choose a tag to compare

Changelog

  • Introducing new filters to show or hide recommendation categories!
    • Apps that are tested to not break any setup are recommended by default.
    • Apps whose removal require advanced preperation or technical knowhow are hidden behind the filter menu.
  • Internal: The knowledge database uses a map so that duplicates are dealt with automatically.

Verbose Dream

31 Dec 14:50

Choose a tag to compare

Changes

  • Revert app list singleton to prevent search from crashing
  • Use CSS variable for search text color for better accessibility

Gloomy Citadel

23 Dec 15:44

Choose a tag to compare

Changelog

  • Justfile updated to default to regular build

Note: Only the build system is tweaked, this should help people building from source but everything else remains the same.

Smoking Gun

21 Dec 10:14

Choose a tag to compare

Changelog

  • Fixed websocket connection from hanging on page refresh
  • Prefer local variables in script

Underwater Firetruck

21 Dec 07:54

Choose a tag to compare

Changelog

  • Updated build systems to use just
  • Updated known apps database

Glorified Hack

13 Apr 04:13

Choose a tag to compare

Changelog:

  • Minor UI fixes
  • Updated known app database

Diabolic Fudge

06 Oct 15:51

Choose a tag to compare

Changelog:

  • Fixed click on action button triggering card to be expanded
  • Fixed panic while reading apk for extractor

Uncertain Voiceover

28 Sep 07:09

Choose a tag to compare

Changelog:

  • Switched up AJAX with WebSockets for truly asynchronous communication. The list only gets updated when there is a new event like an install, uninstall or restore. No more refresh per n seconds.
  • Fixed bug while fetching label from commit 7eba2ce.
  • Previously seen apps get pruned for new lists.
  • Filtering is now done on the client side (frontend).