v0.1.1

cjpais/Handyv0.1.1Jun 26, 2025by github-actions[bot]

AI Summary

This release enhances transcription capabilities by allowing audio to be processed in the user's native language instead of being translated to English. It also introduces CI/CD pipelines to automate the release process.

Key Highlights

  • Native language transcription enabled via auto-detection
  • Implementation of CI/CD pipelines for releases
  • Improved transcription accuracy by removing English translation layer

Breaking Changes

  • Transcription output is now in the native language instead of English

New Features

  • Native language transcription
  • CI/CD release automation

Full Release Notes

The main thing is that transcription now happens in the native language instead of being translated to English. 

## What's Changed
* Set language to auto. Enables transcription in native language by @cjpais in https://github.com/cjpais/Handy/pull/17
* CI/CD Releases by @cjpais in https://github.com/cjpais/Handy/pull/23

**Full Changelog**: https://github.com/cjpais/Handy/compare/0.1.0...v0.1.1