Skip to content

Releases: watzon/pindrop

Pindrop v1.9.1

03 Mar 04:53

Choose a tag to compare

What's New

  • Fixed repeated macOS Accessibility permission prompts after installing from DMG by hardening app bundle re-signing in release builds.

Improvements

  • Release signing now explicitly signs nested Sparkle executables and XPC services before signing Sparkle.framework and the main app bundle.
  • Added strict deep-signature verification (codesign --verify --deep --strict) as a release gate in both local and CI release paths.

Full Changelog

v1.9.0...v1.9.1

Pindrop v1.9.0

03 Mar 04:15

Choose a tag to compare

What's New

  • Added opt-in streaming transcription so text appears as you speak instead of only after capture completes.
  • Added speaker diarization support so multi-speaker recordings are separated and labeled by speaker in the transcript output.

Improvements

  • Improved transcription orchestration and state handling for the new streaming and diarization paths.
  • Release artifacts now include an updated Sparkle appcast.xml attached directly to each GitHub release.

Full Changelog

v1.8.1...v1.9.0

Pindrop 1.8.0

18 Feb 00:22

Choose a tag to compare

Pindrop 1.8.0

Installation

  1. Download Pindrop-1.8.0.dmg
  2. Open the DMG and drag Pindrop to your Applications folder
  3. Launch from Applications

First Launch (Gatekeeper)

Since this is a self-signed build:

  1. Right-click the app and select Open
  2. If blocked: System Settings → Privacy & Security → Open Anyway

Notes

  • macOS 14.0+ required
  • Apple Silicon optimized (Universal binary)
  • Self-signed (no Apple Developer account)

Pindrop 1.7.0

03 Mar 04:15

Choose a tag to compare

Highlights

  • Added a comprehensive context engine and AI enhancement pipeline for richer dictation post-processing.
  • Improved mention/path handling with workspace derivation hardening, mention rewriting, and Antigravity adapter alias support.
  • Updated the floating indicator UI and status bar controls for clearer recording feedback.

Reliability

  • Hardened test isolation and model startup reliability.
  • Strengthened release pipeline checks so release versioning/appcast validation is enforced correctly.

Included Changes

  • feat(context): ship vibe-mode UI context engine and remove screen capture flow
  • feat: add context engine and mention rewriting pipeline
  • feat: implement comprehensive context engine and AI enhancement system
  • feat: enhance floating indicator UI and status bar controls
  • Plus related reliability and CI improvements in this release window.

Pindrop 1.6.4

10 Feb 22:15

Choose a tag to compare

Pindrop 1.6.4

Installation

  1. Download Pindrop-1.6.4.dmg
  2. Open the DMG and drag Pindrop to your Applications folder
  3. Launch from Applications

First Launch (Gatekeeper)

Since this is a self-signed build:

  1. Right-click the app and select Open
  2. If blocked: System Settings → Privacy & Security → Open Anyway

Notes

  • macOS 14.0+ required
  • Apple Silicon optimized (Universal binary)
  • Self-signed (no Apple Developer account)

Pindrop 1.6.3

10 Feb 16:55

Choose a tag to compare

Pindrop 1.6.3

This patch release improves recording reliability around startup and microphone permission handling.

What's Improved

  • Fixes a duplicate recording start edge case that could trigger unstable behavior.
  • Improves permission checks to avoid incorrect recording flow when microphone access is unavailable.

Notes

  • macOS 14.0+ required
  • Apple Silicon optimized (Universal binary)

Pindrop 1.6.2

09 Feb 06:08

Choose a tag to compare

Pindrop 1.6.2

Installation

  1. Download Pindrop-1.6.2.dmg
  2. Open the DMG and drag Pindrop to your Applications folder
  3. Launch from Applications

First Launch (Gatekeeper)

Since this is a self-signed build:

  1. Right-click the app and select Open
  2. If blocked: System Settings → Privacy & Security → Open Anyway

Notes

  • macOS 14.0+ required
  • Apple Silicon optimized (Universal binary)
  • Self-signed (no Apple Developer account)

v1.6.1

05 Feb 04:48

Choose a tag to compare

What's Changed

Features

  • hotkeys: Support modifier-only keys as push-to-talk trigger (#4)
    • Add CGEvent flagsChanged monitoring to HotkeyManager
    • Wire modifier key event tap in AppCoordinator
    • Update hotkey recorder UI to capture modifier-only keys
    • Distinguish left/right modifier keys (keycodes 54-62)

Bug Fixes

  • docs: Update SwiftUI link to correct Apple developer URL (#3)
  • transcription: Prevent UI lock and model unload on short-audio errors (#5)
  • permissions: Prevent repeated permission prompts on launch (#2)

Full Changelog: v1.6.0...v1.6.1

v1.6.0

05 Feb 01:51

Choose a tag to compare

Features

  • ai: add context-aware enhancement with preset management (98039ed)
  • ai: add foundation for AI Enhancement 2.0 (8b21c2e)
  • ai: add Wave 2 services for AI Enhancement 2.0 (1a7ab4d)
  • ai: integrate Wave 3 - AppCoordinator integration (34c1362)
  • coordinator: wire context capture to AI enhancement (9a33a7e)
  • services: add ContextCaptureService for clipboard and screenshots (0d1e9cd)
  • ui: add context settings section (a3a593f)
  • ui: add preset picker to AI settings (efd4a72)

Other

  • chore: remove unused hasSeededPresets flag (3ed0306)
  • chore: ignore test coverage and temp files (da127a3)

Pindrop 1.5.5

18 Feb 00:23

Choose a tag to compare

Pindrop 1.5.5

Installation

  1. Download Pindrop-1.5.5.dmg
  2. Open the DMG and drag Pindrop to your Applications folder
  3. Launch from Applications

First Launch (Gatekeeper)

Since this is a self-signed build:

  1. Right-click the app and select Open
  2. If blocked: System Settings → Privacy & Security → Open Anyway

Notes

  • macOS 14.0+ required
  • Apple Silicon optimized (Universal binary)
  • Self-signed (no Apple Developer account)