Upgrade of metainfo (#1269)

This commit is contained in:
Raivis Dejus 2025-11-01 19:28:41 +02:00 committed by GitHub
commit 2becec192a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
VERSION = "1.3.0"
VERSION = "1.3.1"

View file

@ -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"

View file

@ -64,6 +64,24 @@
<content_rating type="oars-1.1"/>
<releases>
<release version="1.3.1" date="2024-11-02">
<url type="details">https://github.com/chidiwilliams/buzz/releases/tag/v1.3.1</url>
<description>
<p>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.</p>
<p>Additional improvements:</p>
<ul>
<li>Option to switch the UI language from preferences</li>
<li>Library updates for better Linux compatibility, especially in Flatpak installations</li>
<li>Option to upload live transcripts to a server</li>
<li>Search and additional controls in Transcription viewer by [@shlomi-dr](https://github.com/shlomi-dr)</li>
<li>Added UI translation for German, Dutch, Danish and Portuguese (Brazilian)</li>
<li>Minor bug fixes</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2024-11-24">
<url type="details">https://github.com/chidiwilliams/buzz/releases/tag/v1.2.0</url>
<description>