diff --git a/CHANGELOG.md b/CHANGELOG.md index 646d87f..f4ba1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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; diff --git a/debian/changelog b/debian/changelog index 5e83263..2620360 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openfreebuds (0.14.1-1) bookworm noble; urgency=medium + + * [Fix] Crash when using with old devices, like 4i / SE + + -- MelianMiko Wed, 02 Oct 2024 18:29:46 +0700 + openfreebuds (0.14.0-1) bookworm noble; urgency=medium * [Core] Client-server architecture, close #14; diff --git a/openfreebuds_qt/assets/i18n/pt-BR.ts b/openfreebuds_qt/assets/i18n/pt-BR.ts index 29ccd7c..ee9f97f 100644 --- a/openfreebuds_qt/assets/i18n/pt-BR.ts +++ b/openfreebuds_qt/assets/i18n/pt-BR.ts @@ -193,7 +193,7 @@ If you're running under GNOME shell, please, check FAQ. This warning will be shown only once. - + Se você estiver executando o shell do GNOME e não conseguir encontrar o ícone da bandeja, verifique o FAQ. @@ -1073,7 +1073,7 @@ Mininize to system tray instead of closing - + Aplicativo da bandeja (tray applet) diff --git a/openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml b/openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml index 8e4ce44..b8ac0fd 100644 --- a/openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml +++ b/openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml @@ -98,6 +98,14 @@ + + https://github.com/melianmiko/OpenFreebuds/blob/main/CHANGELOG.md#v0.14.1 + +
    +
  • [Fix] Crash when using with old devices, like 4i / SE
  • +
+
+
https://github.com/melianmiko/OpenFreebuds/blob/main/CHANGELOG.md#v0.14.0 diff --git a/openfreebuds_qt/version_info.py b/openfreebuds_qt/version_info.py index c42c1cb..c5003af 100644 --- a/openfreebuds_qt/version_info.py +++ b/openfreebuds_qt/version_info.py @@ -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"', diff --git a/pyproject.toml b/pyproject.toml index 0fbf1ac..8c0d71a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] packages = [ diff --git a/scripts/build_flatpak/python3-requirements.json b/scripts/build_flatpak/python3-requirements.json index eb3f3ef..db7c059 100644 --- a/scripts/build_flatpak/python3-requirements.json +++ b/scripts/build_flatpak/python3-requirements.json @@ -7,13 +7,13 @@ "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" } ] }, @@ -21,18 +21,18 @@ "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", @@ -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" } ] }, @@ -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": [ { @@ -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" } ] } diff --git a/scripts/build_win32/openfreebuds.nsi b/scripts/build_win32/openfreebuds.nsi index fef9111..91c948c 100644 --- a/scripts/build_win32/openfreebuds.nsi +++ b/scripts/build_win32/openfreebuds.nsi @@ -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"