Skip to content

Releases: ljagiello/airdash

v0.0.3

21 Nov 04:21
b3a5fb4

Choose a tag to compare

AirDash v0.0.3 Release

Installation (Apple Silicon only)

  1. Download AirDash-0.0.3-arm64.dmg
  2. Open the DMG file
  3. Drag AirDash.app to the Applications folder
  4. Launch AirDash from Applications
  5. On first launch, it will automatically set up to run at login

The app is signed and notarized for macOS.

Changelog

  • b3a5fb4 Remove daemon mode - always run in GUI mode (#22)
  • b3854b0 Run in GUI mode with menu bar icon (#21)

v0.0.2

21 Nov 03:59
0fe327a

Choose a tag to compare

AirDash v0.0.2 Release

Installation (Apple Silicon only)

  1. Download AirDash-0.0.2-arm64.dmg
  2. Open the DMG file
  3. Drag AirDash.app to the Applications folder
  4. Launch AirDash from Applications
  5. On first launch, it will automatically set up to run at login

The app is signed and notarized for macOS.

Changelog

  • c8eb54b Add airdash binary to .gitignore
  • 81ce16e Add app icon and code signing support (#19)
  • 0fe327a Add app notarization support (#20)
  • e85d7b0 Bump deps
  • 9d4e1e2 feat: Add DMG creation using hdiutil script
  • deb778e feat: Add daemon mode with DMG installer and automatic background service (#16)
  • b26f342 fix: Add DMG to release assets via extra_files
  • a25f286 fix: Remove DMG config (Pro-only feature) and fix deprecated format field
  • c467d9a fix: Use correct app bundle path for DMG creation
  • fdf6361 refactor: Reorganize assets directory structure (#17)

v0.0.1

21 Nov 01:46
8bc9e5f

Choose a tag to compare

AirDash v0.0.1 Release

Installation (Apple Silicon only)

Download the binary, extract it, and run:

tar -xzf airdash_0.0.1_darwin_arm64.tar.gz
chmod +x airdash
./airdash

The binary is signed and notarized for macOS.

Changelog

  • 8a11f13 Add dependabot (#2)
  • 8bc9e5f Add macOS release workflow with code signing and notarization (#15)
  • 40abcb8 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#11)
  • ea282ad Create CODE_OF_CONDUCT.md (#10)
  • 4a21c7a Extra space in menu bar title (#5)
  • 1768b06 Fix README.md (#4)
  • 08d9e03 Fix macOS compatibility by migrating from macdriver to darwinkit (#12)
  • f5996a1 Initial commit
  • f8fd03d Initial version (#1)
  • 5d6ff89 Issue-6: Add support to select monitor location (#9)
  • 4573904 Issue-7: json: cannot unmarshal number (#8)
  • a4018b3 Minor changes (#3)
  • b91e22e Refactor: Simplify logic and improve robustness (#14)
  • 73258f1 Update README.md