Skip to content

Releases: Llewellyn500/addy

Addy v2026.06.02-23

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:49

Summary

Addy v2026.06.02-23 was built from 58164a0 and includes 2 commit(s).

Compare this release with v2026.06.02-22.

Changelog Highlights

Added

  • Android ARM64 companion app with a Buildozer configuration for APK releases
  • Native ARM64 release targets for Linux and Windows on Arm
  • Packaged PNG icon assets in desktop binaries for faster startup icon rendering
  • Detailed generated release notes with changelog highlights, grouped commits, compare links, and release asset sizes

Changed

  • Android UI now matches the desktop Addy visual system with leaf-shaped cards, hard black shadows, compact header rhythm, and matching copy feedback
  • Linux and macOS desktop builds now use the same Addy header sizing, GitHub action, font fallback order, and icon packaging as the Windows build
  • Android header alignment now mirrors the desktop header and includes the GitHub action next to Refresh
  • Android connected-network labels are now assigned per interface instead of reusing one global network label for every row

What Changed

Features

  • feat: sign Android APK with consistent debug keystore (58164a0)

Other Changes

  • Revert "feat: implement auto-update checking for desktop and Android" (e20c4b8)

Downloads

Platform File
🐧 Linux (x86_64) addy-linux-amd64
🐧 Linux (ARM64) addy-linux-arm64
🪟 Windows (x86_64) addy-windows-amd64.exe
🪟 Windows (ARM64) addy-windows-arm64.exe
🍎 macOS (Apple Silicon) addy-macos-arm64.zip
🍎 macOS (Intel x86_64) addy-macos-intel.zip
🤖 Android (ARM64 APK) addy-android-arm64.apk

Release Assets

  • addy-android-arm64.apk (18M)
  • addy-linux-amd64 (34M)
  • addy-linux-arm64 (32M)
  • addy-macos-arm64.zip (16M)
  • addy-macos-intel.zip (18M)
  • addy-windows-amd64.exe (20M)
  • addy-windows-arm64.exe (15M)

Notes

macOS users: After downloading, unzip the file, run chmod -R +x addy.app in Terminal (if it doesn't open), and then right-click addy.appOpen to bypass Gatekeeper on first launch.

Linux users: Run chmod +x addy-linux-amd64 or chmod +x addy-linux-arm64 to make the binary executable.

Android users: The APK is an unsigned debug build for direct testing. The Android app runs as a foreground companion because Android does not support desktop-style system tray apps.

Addy v2026.06.02-22

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:36

Summary

Addy v2026.06.02-22 was built from b8f5f3b and includes 1 commit(s).

Compare this release with v2026.06.02-21.

Changelog Highlights

Added

  • Android ARM64 companion app with a Buildozer configuration for APK releases
  • Native ARM64 release targets for Linux and Windows on Arm
  • Packaged PNG icon assets in desktop binaries for faster startup icon rendering
  • Detailed generated release notes with changelog highlights, grouped commits, compare links, and release asset sizes

Changed

  • Android UI now matches the desktop Addy visual system with leaf-shaped cards, hard black shadows, compact header rhythm, and matching copy feedback
  • Linux and macOS desktop builds now use the same Addy header sizing, GitHub action, font fallback order, and icon packaging as the Windows build
  • Android header alignment now mirrors the desktop header and includes the GitHub action next to Refresh
  • Android connected-network labels are now assigned per interface instead of reusing one global network label for every row

What Changed

Features

  • feat: implement auto-update checking for desktop and Android (b8f5f3b)

Downloads

Platform File
🐧 Linux (x86_64) addy-linux-amd64
🐧 Linux (ARM64) addy-linux-arm64
🪟 Windows (x86_64) addy-windows-amd64.exe
🪟 Windows (ARM64) addy-windows-arm64.exe
🍎 macOS (Apple Silicon) addy-macos-arm64.zip
🍎 macOS (Intel x86_64) addy-macos-intel.zip
🤖 Android (ARM64 APK) addy-android-arm64.apk

Release Assets

  • addy-android-arm64.apk (18M)
  • addy-linux-amd64 (34M)
  • addy-linux-arm64 (32M)
  • addy-macos-arm64.zip (16M)
  • addy-macos-intel.zip (18M)
  • addy-windows-amd64.exe (20M)
  • addy-windows-arm64.exe (15M)

Notes

macOS users: After downloading, unzip the file, run chmod -R +x addy.app in Terminal (if it doesn't open), and then right-click addy.appOpen to bypass Gatekeeper on first launch.

Linux users: Run chmod +x addy-linux-amd64 or chmod +x addy-linux-arm64 to make the binary executable.

Android users: The APK is an unsigned debug build for direct testing. The Android app runs as a foreground companion because Android does not support desktop-style system tray apps.

Addy v2026.06.02-21

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:26

Summary

Addy v2026.06.02-21 was built from e68e948 and includes 19 commit(s).

This is the first tagged release in the repository history.

Changelog Highlights

Added

  • Android ARM64 companion app with a Buildozer configuration for APK releases
  • Native ARM64 release targets for Linux and Windows on Arm
  • Packaged PNG icon assets in desktop binaries for faster startup icon rendering
  • Detailed generated release notes with changelog highlights, grouped commits, compare links, and release asset sizes

Changed

  • Android UI now matches the desktop Addy visual system with leaf-shaped cards, hard black shadows, compact header rhythm, and matching copy feedback
  • Linux and macOS desktop builds now use the same Addy header sizing, GitHub action, font fallback order, and icon packaging as the Windows build
  • Android header alignment now mirrors the desktop header and includes the GitHub action next to Refresh
  • Android connected-network labels are now assigned per interface instead of reusing one global network label for every row

What Changed

Features

  • feat: align Android companion UI with desktop design (0d00adb)
  • feat: add Android build verification and initial buildozer.spec configuration (d2252bf)
  • feat: add GitHub button to app header (3366acf)
  • feat: draw refresh/copy icons as vectors, fix windows taskbar icon, and clean document links (3c3730d)

Fixes

  • fix: align release UIs across platforms (e68e948)
  • fix: set Android Buildozer app version (bc96577)

Build and Packaging

  • ci: force Java 17 for Android packaging (93ebb96)
  • ci: pin Android Python recipe version (b61e45c)
  • ci: run Android Buildozer job on Ubuntu 22.04 (e45a732)
  • ci: install full autotools stack for Android build (022eb02)
  • build: compile macOS as .app bundles and zip them to support Finder and Dock icons (3ae5cd8)
  • build: update retired macos-13 runner to macos-15-intel (c80f531)
  • build: compile executable binaries with custom logo icons and add support for Intel macOS (79ad54b)

Maintenance

  • chore: add documentation files including README, CONTRIBUTING, and LICENSE; implement issue templates for bug reports and feature requests; establish a security policy (62f981b)

Other Changes

  • Add Android companion app for Addy with network interface scanning and clipboard functionality (eb66d3a)
  • Refactor tray icon initialization and remove unused notification method (7a38739)
  • Add Node.js 24 support to avoid deprecation warnings in GitHub Actions (232b609)
  • Update release workflow to simplify macOS support and clarify instructions (41bf8d2)
  • Initial commit (992d15d)

Downloads

Platform File
🐧 Linux (x86_64) addy-linux-amd64
🐧 Linux (ARM64) addy-linux-arm64
🪟 Windows (x86_64) addy-windows-amd64.exe
🪟 Windows (ARM64) addy-windows-arm64.exe
🍎 macOS (Apple Silicon) addy-macos-arm64.zip
🍎 macOS (Intel x86_64) addy-macos-intel.zip
🤖 Android (ARM64 APK) addy-android-arm64.apk

Release Assets

  • addy-android-arm64.apk (18M)
  • addy-linux-amd64 (34M)
  • addy-linux-arm64 (32M)
  • addy-macos-arm64.zip (16M)
  • addy-macos-intel.zip (18M)
  • addy-windows-amd64.exe (20M)
  • addy-windows-arm64.exe (15M)

Notes

macOS users: After downloading, unzip the file, run chmod -R +x addy.app in Terminal (if it doesn't open), and then right-click addy.appOpen to bypass Gatekeeper on first launch.

Linux users: Run chmod +x addy-linux-amd64 or chmod +x addy-linux-arm64 to make the binary executable.

Android users: The APK is an unsigned debug build for direct testing. The Android app runs as a foreground companion because Android does not support desktop-style system tray apps.

Addy v2026.06.02-20

Choose a tag to compare

@github-actions github-actions released this 02 Jun 20:50

Summary

Addy v2026.06.02-20 was built from 651fc3f and includes 1 commit(s).

Compare this release with v2026.06.02-19.

Changelog Highlights

Added

  • Android ARM64 companion app with a Buildozer configuration for APK releases
  • Native ARM64 release targets for Linux and Windows on Arm
  • Packaged PNG icon assets in desktop binaries for faster startup icon rendering
  • Detailed generated release notes with changelog highlights, grouped commits, compare links, and release asset sizes

Changed

  • Android UI now matches the desktop Addy visual system with leaf-shaped cards, hard black shadows, compact header rhythm, and matching copy feedback
  • Linux and macOS desktop builds now use the same Addy header sizing, GitHub action, font fallback order, and icon packaging as the Windows build
  • Android header alignment now mirrors the desktop header and includes the GitHub action next to Refresh
  • Android connected-network labels are now assigned per interface instead of reusing one global network label for every row

What Changed

Features

  • feat: implement version management and auto-update functionality (651fc3f)

Downloads

Platform File
🐧 Linux (x86_64) addy-linux-amd64
🐧 Linux (ARM64) addy-linux-arm64
🪟 Windows (x86_64) addy-windows-amd64.exe
🪟 Windows (ARM64) addy-windows-arm64.exe
🍎 macOS (Apple Silicon) addy-macos-arm64.zip
🍎 macOS (Intel x86_64) addy-macos-intel.zip
🤖 Android (ARM64 APK) addy-android-arm64.apk

Release Assets

  • addy-android-arm64.apk (18M)
  • addy-linux-amd64 (34M)
  • addy-linux-arm64 (32M)
  • addy-macos-arm64.zip (16M)
  • addy-macos-intel.zip (18M)
  • addy-windows-amd64.exe (20M)
  • addy-windows-arm64.exe (15M)

Notes

macOS users: After downloading, unzip the file, run chmod -R +x addy.app in Terminal (if it doesn't open), and then right-click addy.appOpen to bypass Gatekeeper on first launch.

Linux users: Run chmod +x addy-linux-amd64 or chmod +x addy-linux-arm64 to make the binary executable.

Android users: The APK is an unsigned debug build for direct testing. The Android app runs as a foreground companion because Android does not support desktop-style system tray apps.