Skip to content

Commit

Permalink
[Bump version] v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Nov 18, 2024
1 parent aa02728 commit 534b37d
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.15.1
This release introduces compatibility with FeeeBuds 6i and Studio models.
Also, since this version OpenFreebuds can be used in desktop environments
without system tray.

- [Fix] Rework Flatpak autostart management mechanism
- This version would be only released as Flatpak package

# v0.15.0
This release introduces compatibility with FeeeBuds 6i and Studio models.
Also, since this version OpenFreebuds can be used in desktop environments
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
openfreebuds (0.15.1-1) bookworm noble; urgency=medium

This release introduces compatibility with FeeeBuds 6i and Studio models.
Also, since this version OpenFreebuds can be used in desktop environments
without system tray.

- [Fix] Rework Flatpak autostart management mechanism
- This version would be only released as Flatpak package


-- MelianMiko <[email protected]> Mon, 18 Nov 2024 20:28:07 +0700

openfreebuds (0.15.0-1) bookworm noble; urgency=medium

This release introduces compatibility with FeeeBuds 6i and Studio models.
Expand Down
4 changes: 4 additions & 0 deletions openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<content_rating type="oars-1.1" />

<releases>
<release version="0.15.1" date="2024-11-18">
<url type="details">https://github.com/melianmiko/OpenFreebuds/blob/main/CHANGELOG.md#v0.15.1</url>
<description>This release introduces compatibility with FeeeBuds 6i and Studio models. Also, since this version OpenFreebuds can be used in desktop environments without system tray.</description>
</release>
<release version="0.15.0" date="2024-11-17">
<url type="details">https://github.com/melianmiko/OpenFreebuds/blob/main/CHANGELOG.md#v0.15.0</url>
<description>This release introduces compatibility with FeeeBuds 6i and Studio models. Also, since this version OpenFreebuds can be used in desktop environments without system tray.</description>
Expand Down
2 changes: 1 addition & 1 deletion openfreebuds_qt/version_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.15.0'
VERSION = '0.15.1'
LIBRARIES = [
'aiocmd==0.1.5 ; python_version >= "3.10" and python_version < "3.13"',
'aiohappyeyeballs==2.4.3 ; python_version >= "3.10" and python_version < "3.13"',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenFreebuds"
version = "0.15.0"
version = "0.15.1"
description = "FOSS Windows/Linux client for HUAWEI FreeBuds headset series"
authors = ["MelianMiko <[email protected]>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_win32/openfreebuds.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!include "FileFunc.nsh"

!define APP_NAME "OpenFreebuds"
!define APP_VERSION "0.15.0"
!define APP_VERSION "0.15.1"
!define APP_DEVELOPER "MelianMiko"
!define APP_BUILD_NAME "openfreebuds"
!define APP_EXE "openfreebuds.exe"
Expand Down

0 comments on commit 534b37d

Please sign in to comment.