Skip to content

Releases: cjpais/Handy

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:01

This is a small breaking release in the case you were using the medium or turbo models. You will need to redownload them.
I switched to different quantizations of the models to help improve transcription performance for each. For whisper medium we are using q4_1 and for whisper turbo it is unquantized.

What's Changed

  • Fix the keycode bug by @cjpais in #31
  • Different default models are also used for Medium and Turbo.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 23:09

Minor release to fix some bugs on Linux

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 23:23

This release fixes some bugs on Windows.

  • Paste should work properly now
  • App shouldn't crash on boot

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 23:17

0.2.0 is fairly major overall. The changes from the past few minor releases are not very major. However, as a collection of all of the previous releases leading up to it, it's quite major.

It adds auto-update functionality, activating the microphone on demand, as well as choosing what model you want to use for the application itself.

What's Changed

  • activate the microphone on demand by @cjpais in #29

Full Changelog: v0.1.6...v0.2.0

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:56

While, this is a minor revision. In some ways it is a major release as it adds support for multiple models. A major release is coming soon to bundle all of the changes.

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 27 Jun 20:11

What's Changed

  • Add option to play a sound that recording has started/stopped by @cjpais in #25

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:49

Full Changelog: v0.1.3...v0.1.4

Fixing bug in auto-update hopefully + clean up update UI

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 18:34

Should fix the cmd+v paste bug on MacOS

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 22:30
0a34c20

Adds autoupdating Handy

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:53

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 #17
  • CI/CD Releases by @cjpais in #23

Full Changelog: 0.1.0...v0.1.1