From 2becec192ad58dc96d18597e9350d760f673cdf7 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sat, 1 Nov 2025 19:28:41 +0200 Subject: [PATCH] Upgrade of metainfo (#1269) --- Makefile | 2 +- buzz/__version__.py | 2 +- pyproject.toml | 2 +- .../io.github.chidiwilliams.Buzz.metainfo.xml | 18 ++++++++++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 17cd8475..8f601b5c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version := 1.3.0 +version := 1.3.1 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 7b49cf1d..4cf03a8d 100644 --- a/buzz/__version__.py +++ b/buzz/__version__.py @@ -1 +1 @@ -VERSION = "1.3.0" +VERSION = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index 9e08680e..4b6f74b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "buzz-captions" -version = "1.3.0" +version = "1.3.1" 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 cbb77008..200eb5a2 100644 --- a/share/metainfo/io.github.chidiwilliams.Buzz.metainfo.xml +++ b/share/metainfo/io.github.chidiwilliams.Buzz.metainfo.xml @@ -64,6 +64,24 @@ + + https://github.com/chidiwilliams/buzz/releases/tag/v1.3.1 + +

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.

+

Additional improvements:

+
    +
  • Option to switch the UI language from preferences
  • +
  • Library updates for better Linux compatibility, especially in Flatpak installations
  • +
  • Option to upload live transcripts to a server
  • +
  • Search and additional controls in Transcription viewer by [@shlomi-dr](https://github.com/shlomi-dr)
  • +
  • Added UI translation for German, Dutch, Danish and Portuguese (Brazilian)
  • +
  • Minor bug fixes
  • +
+
+
https://github.com/chidiwilliams/buzz/releases/tag/v1.2.0