Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.15.0-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Nov 17, 2024
2 parents f0e603d + fa1b625 commit b7d7588
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.14.1
- [Fix] Crash when using with old devices, like 4i / SE

# v0.14.0
- [Core] Client-server architecture, close #14;
- Now multiple instances of OpenFreebuds could be launched, for multi-user usage for example;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openfreebuds (0.14.1-1) bookworm noble; urgency=medium

* [Fix] Crash when using with old devices, like 4i / SE

-- MelianMiko <[email protected]> Wed, 02 Oct 2024 18:29:46 +0700

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

* [Core] Client-server architecture, close #14;
Expand Down
4 changes: 2 additions & 2 deletions openfreebuds_qt/assets/i18n/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<message>
<location filename="../../main.py" line="209" />
<source>If you're running under GNOME shell, please, check FAQ. This warning will be shown only once.</source>
<translation type="unfinished" />
<translation>Se você estiver executando o shell do GNOME e não conseguir encontrar o ícone da bandeja, verifique o FAQ.</translation>
</message>
<message>
<location filename="../../main.py" line="227" />
Expand Down Expand Up @@ -1073,7 +1073,7 @@
<message>
<location filename="../../designer/ui_settings.ui" line="0" />
<source>Mininize to system tray instead of closing</source>
<translation type="unfinished" />
<translation>Aplicativo da bandeja (tray applet)</translation>
</message>
<message>
<location filename="../../designer/ui_settings.ui" line="0" />
Expand Down
8 changes: 8 additions & 0 deletions openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
<content_rating type="oars-1.1" />

<releases>
<release version="0.14.1" date="2024-10-02">
<url type="details">https://github.com/melianmiko/OpenFreebuds/blob/main/CHANGELOG.md#v0.14.1</url>
<description>
<ul>
<li>[Fix] Crash when using with old devices, like 4i / SE</li>
</ul>
</description>
</release>
<release version="0.14.0" date="2024-09-28">
<url type="details">https://github.com/melianmiko/OpenFreebuds/blob/main/CHANGELOG.md#v0.14.0</url>
<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.14.0'
VERSION = '0.14.1'
LIBRARIES = [
'aiocmd==0.1.5 ; python_version >= "3.10" and python_version < "3.13"',
'aiohappyeyeballs==2.4.2 ; 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.14.0"
version = "0.14.1"
description = "FOSS Windows/Linux client for HUAWEI FreeBuds headset series"
authors = ["MelianMiko <[email protected]>"]
packages = [
Expand Down
26 changes: 13 additions & 13 deletions scripts/build_flatpak/python3-requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
"name": "python3-aiohappyeyeballs",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"aiohappyeyeballs==2.4.0\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"aiohappyeyeballs==2.4.2\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/18/b6/58ea188899950d759a837f9a58b2aee1d1a380ea4d6211ce9b1823748851/aiohappyeyeballs-2.4.0-py3-none-any.whl",
"sha256": "7ce92076e249169a13c2f49320d1967425eaf1f407522d707d59cac7628d62bd"
"url": "https://files.pythonhosted.org/packages/13/64/40165ff77ade5203284e3015cf88e11acb07d451f6bf83fff71192912a0d/aiohappyeyeballs-2.4.2-py3-none-any.whl",
"sha256": "8522691d9a154ba1145b157d6d5c15e5c692527ce6a53c5e5f9876977f6dab2f"
}
]
},
{
"name": "python3-aiohttp",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"aiohttp==3.10.5\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"aiohttp==3.10.7\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/18/b6/58ea188899950d759a837f9a58b2aee1d1a380ea4d6211ce9b1823748851/aiohappyeyeballs-2.4.0-py3-none-any.whl",
"sha256": "7ce92076e249169a13c2f49320d1967425eaf1f407522d707d59cac7628d62bd"
"url": "https://files.pythonhosted.org/packages/13/64/40165ff77ade5203284e3015cf88e11acb07d451f6bf83fff71192912a0d/aiohappyeyeballs-2.4.2-py3-none-any.whl",
"sha256": "8522691d9a154ba1145b157d6d5c15e5c692527ce6a53c5e5f9876977f6dab2f"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ca/28/ca549838018140b92a19001a8628578b0f2a3b38c16826212cc6f706e6d4/aiohttp-3.10.5.tar.gz",
"sha256": "f071854b47d39591ce9a17981c46790acb30518e2f83dfca8db2dfa091178691"
"url": "https://files.pythonhosted.org/packages/ad/8a/c574246bbd2eaa0fb602bcb684196aed6e846c8e2000f4497fa75164976d/aiohttp-3.10.7.tar.gz",
"sha256": "18c72a69ba20713f26fa40932cac17437b0c1d25edff2e27437a204c12275bd9"
},
{
"type": "file",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/e4/3d/4924f9ed49698bac5f112bc9b40aa007bbdcd702462c1df3d2e1383fb158/yarl-1.11.1.tar.gz",
"sha256": "1bb2d9e212fb7449b8fb73bc461b51eaa17cc8430b4a87d87be7b25052d92f53"
"url": "https://files.pythonhosted.org/packages/e0/11/2b8334f4192646677a2e7da435670d043f536088af943ec242f31453e5ba/yarl-1.13.1.tar.gz",
"sha256": "ec8cfe2295f3e5e44c51f57272afbd69414ae629ec7c6b27f5a410efc78b70a0"
}
]
},
Expand Down Expand Up @@ -281,7 +281,7 @@
"name": "python3-yarl",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"yarl==1.11.1\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"yarl==1.13.1\" --no-build-isolation"
],
"sources": [
{
Expand All @@ -296,8 +296,8 @@
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/e4/3d/4924f9ed49698bac5f112bc9b40aa007bbdcd702462c1df3d2e1383fb158/yarl-1.11.1.tar.gz",
"sha256": "1bb2d9e212fb7449b8fb73bc461b51eaa17cc8430b4a87d87be7b25052d92f53"
"url": "https://files.pythonhosted.org/packages/e0/11/2b8334f4192646677a2e7da435670d043f536088af943ec242f31453e5ba/yarl-1.13.1.tar.gz",
"sha256": "ec8cfe2295f3e5e44c51f57272afbd69414ae629ec7c6b27f5a410efc78b70a0"
}
]
}
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.14.0"
!define APP_VERSION "0.14.1"
!define APP_DEVELOPER "MelianMiko"
!define APP_BUILD_NAME "openfreebuds"
!define APP_EXE "openfreebuds.exe"
Expand Down

0 comments on commit b7d7588

Please sign in to comment.