diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff37e7b6..56c80943 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: buzz-wheels-${{ matrix.os }}-${{ runner.arch }} + name: buzz-wheel-${{ runner.os }}-${{ runner.arch }} path: ./dist/*.whl publish_pypi: @@ -314,7 +314,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - pattern: buzz_captions-* + pattern: buzz-wheel-* path: dist merge-multiple: true diff --git a/Makefile b/Makefile index 8f601b5c..859d4b88 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version := 1.3.1 +version := 1.3.2 version_escaped := $$(echo ${version} | sed -e 's/\./\\./g') mac_app_path := ./dist/Buzz.app diff --git a/buzz/__version__.py b/buzz/__version__.py index 4cf03a8d..3b734b24 100644 --- a/buzz/__version__.py +++ b/buzz/__version__.py @@ -1 +1 @@ -VERSION = "1.3.1" +VERSION = "1.3.2" diff --git a/pyproject.toml b/pyproject.toml index 4b6f74b4..144be849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "buzz-captions" -version = "1.3.1" +version = "1.3.2" description = "" authors = [{ name = "Chidi Williams", email = "williamschidi1@gmail.com" }] requires-python = ">=3.12,<3.13" diff --git a/share/metainfo/io.github.chidiwilliams.Buzz.metainfo.xml b/share/metainfo/io.github.chidiwilliams.Buzz.metainfo.xml index 200eb5a2..f03483ac 100644 --- a/share/metainfo/io.github.chidiwilliams.Buzz.metainfo.xml +++ b/share/metainfo/io.github.chidiwilliams.Buzz.metainfo.xml @@ -64,13 +64,14 @@ - - https://github.com/chidiwilliams/buzz/releases/tag/v1.3.1 + + https://github.com/chidiwilliams/buzz/releases/tag/v1.3.2

This release introduces Vulkan GPU support for whisper.cpp making it significantly faster even on laptops. - Real-time transcription is possible even with large models. There is now an option to separate voice tracks - before the audio is transcribed. This can improve transcript accuracy for audios with background noises or - music. Faster whisper was updated to the latest version adding noticeable speed improvement.

+ Real-time transcription is possible even with large models on computers with ~5GB RAM video cards. There + is now an option to separate voice tracks before the audio is transcribed. This can improve transcript + accuracy for audios with background noises or music. Faster whisper was updated to the latest version + adding noticeable speed improvement.

Additional improvements:

  • Option to switch the UI language from preferences
  • diff --git a/uv.lock b/uv.lock index 78cc9014..f09bc661 100644 --- a/uv.lock +++ b/uv.lock @@ -128,7 +128,7 @@ wheels = [ [[package]] name = "buzz-captions" -version = "1.3.1" +version = "1.3.2" source = { editable = "." } dependencies = [ { name = "accelerate" },