Skip to content

Releases: falleng0d/HandyPlus

0.8.3

03 Apr 18:04

Choose a tag to compare

HandyPlus 0.8.3

Summary

  • Added configurable VAD (Voice Activity Detection) settings with live reload capability, allowing users to adjust threshold, prefill frames, hangover frames, and onset frames directly from the frontend

Details

  • Added VAD status indicator with active state animation to the recording overlay
  • Enhanced recording overlay with VAD-active visual feedback and improved bar animations
  • Added VAD active state emission to frontend during recording lifecycle
  • Enhanced audio visualizer integration with VAD and real-time spectrum level updates
  • Added configurable VAD settings with frontend controls for speech detection tuning (threshold, prefill frames, hangover frames, onset frames)
  • VAD settings now support live reload without restarting the application

Commits

  • chore: update release.sh requirements to clarify no build needed
  • chore: bump version to 0.8.3 and standardize array formatting in config files
  • fix: implement VAD settings update with live reload and frontend integration
  • debug: add debug logs for VAD state transitions and hangover/onset counter updates
  • chore: bump version to 0.8.2 across configuration files
  • fix: audio level arrays
  • refactor: simplify opencode command resolution and improve release notes generation flow

0.8.1

03 Apr 14:34

Choose a tag to compare

HandyPlus 0.8.1

What's Changed

Features

  • Enhanced Voice Activity Detection (VAD)

    • Added VAD status indicator with active state animation to recording overlay
    • Added VAD-active visual feedback with improved bar animations
    • Emit VAD active state to frontend and overlay during recording lifecycle
    • Enhanced audio visualizer integration with VAD and real-time spectrum level updates
    • Added VAD initialization logging with configuration details
    • Added configurable VAD settings with frontend controls for speech detection tuning
    • Added VAD logging and speech detection gating for spectrum processing
  • Release Automation

    • Added release.sh for automated GitHub releases with version validation and asset handling
    • Enhanced release.sh with --allow-dirty, --dry-run, Windows support, and improved release note generation

Maintenance

  • Bumped version to 0.8.1 and standardized array formatting in config files

Full Changelog: falleng0d/Handy@v0.8.0...v0.8.1

0.7.0

20 Mar 11:19

Choose a tag to compare

latest

feat: add bump script to automate version updates in configuration files