mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Upgrade of metainfo (#1269)
This commit is contained in:
parent
71e04b7350
commit
2becec192a
4 changed files with 21 additions and 3 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "1.3.0"
|
||||
VERSION = "1.3.1"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue