Releases: yemirhan/android-debugger
Releases · yemirhan/android-debugger
1.7.0
feat: Add system tray, Wi-Fi display, and bump version to 1.7.0 Add macOS system tray with device info, quick actions (screenshot, recording, tab navigation), and Wi-Fi network name display in the header and tray menu. Refactor screen capture handlers for reuse. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1.6.0
chore: Bump desktop version to 1.6.0 Co-Authored-By: Claude Opus 4.5 <[email protected]>
1.5.0
feat: Add info buttons with help modals to all tabs and Java detection - Add InfoModal component for displaying feature guides - Add tabGuides data with user-friendly descriptions for all 21 tabs - Add info button (ⓘ) to header of every panel - Add Java detection in Settings panel similar to ADB and Bundletool - Bump version to 1.5.0 Co-Authored-By: Claude Opus 4.5 <[email protected]>
1.4.1
fix: Make breadcrumb navigation segments clickable - Split currentPath into individual clickable segments - Each intermediate segment navigates to that directory level - Last segment remains as plain text (current location) - Added flex-wrap for better handling of long paths Bump version to 1.4.1 Co-Authored-By: Claude Opus 4.5 <[email protected]>
1.4.0
1.3.2
1.3.0
feat: Add APK/AAB app installer feature and bump version to 1.3.0 - Add AppInstallerPanel with drag-and-drop file selection - Support APK installation via adb install - Support AAB installation via bundletool with debug keystore signing - Add install options (reinstall, allow downgrade, grant permissions) - Add progress tracking and user-friendly error messages - Update CSP to allow external fonts Co-Authored-By: Claude Opus 4.5 <[email protected]>
1.2.0
1.1.1
fix: Update version to 1.1.1 and add null checks in AdbService methods - Bump version in package.json to 1.1.1. - Add null checks for deviceId and packageName in various methods of AdbService to prevent errors. - Update RecentActivity component to use crash.id for unique identifiers and improve subtitle handling.