changelog 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. openfreebuds (0.16.1-1) bookworm noble oracular; urgency=medium
  2. HUAWEI FreeBuds SE 2 is now supported. Added automation actions (beta).
  3. Added portable version for Windows 10-11.
  4. - [FDevice compatibility] HUAWEI FreeBuds Pro 4 (as alias for Pro 3)
  5. - [Fix] Couple of FreeBuds SE 2 related bugs
  6. -- MelianMiko <support@mmk.pw> Mon, 03 Feb 2025 19:01:45 +0700
  7. openfreebuds (0.16.0-1) bookworm noble oracular; urgency=medium
  8. HUAWEI FreeBuds SE 2 is now supported. Added automation actions (beta).
  9. Added portable version for Windows 10-11.
  10. - [Device compatibility] HUAWEI FreeBuds SE 2
  11. - [Feature] Self-repair if config file is broken
  12. - [Feature] Automation on device connect
  13. - [Feature] Add long-tap in-call gesture setting field
  14. - [Feature] win32 portable build
  15. - [Dep] Add py3.13 to supported
  16. -- MelianMiko <support@mmk.pw> Sun, 02 Feb 2025 12:19:33 +0700
  17. openfreebuds (0.15.1-1) bookworm noble; urgency=medium
  18. This release introduces compatibility with FeeeBuds 6i and Studio models.
  19. Also, since this version OpenFreebuds can be used in desktop environments
  20. without system tray.
  21. - [Fix] Rework Flatpak autostart management mechanism
  22. - This version would be only released as Flatpak package
  23. -- MelianMiko <support@mmk.pw> Mon, 18 Nov 2024 20:28:07 +0700
  24. openfreebuds (0.15.0-1) bookworm noble; urgency=medium
  25. This release introduces compatibility with FeeeBuds 6i and Studio models.
  26. Also, since this version OpenFreebuds can be used in desktop environments
  27. without system tray.
  28. - [Device compatibility] Add HUAWEI FreeBuds 6i compatibility
  29. - [Device compatibility] Add HUAWEI FreeBuds Studio compatibility
  30. - [Feature] ANC & battery available in main window;
  31. - [Feature] "Show main window" action, available in hotkeys, tray icon click and web-server;
  32. - [Feature] Ability to disable background mode & work without system tray, for Linux environments like GNOME;
  33. - [Fix] Flatpak multi-instance detection & "Run at boot" setting.
  34. -- MelianMiko <support@mmk.pw> Sun, 17 Nov 2024 14:34:46 +0700
  35. openfreebuds (0.14.1-1) bookworm noble; urgency=medium
  36. * [Fix] Crash when using with old devices, like 4i / SE
  37. -- MelianMiko <support@mmk.pw> Wed, 02 Oct 2024 18:29:46 +0700
  38. openfreebuds (0.14.0-1) bookworm noble; urgency=medium
  39. * [Core] Client-server architecture, close #14;
  40. * Now multiple instances of OpenFreebuds could be launched, for multi-user usage for example;
  41. * Built-in HTTP-server is now used as cross process communication protocol, so it can't be fully disabled, remote access is still disallowed out-of-box;
  42. * If you need to launch multiple instances from single user, use -c CLI flag;
  43. * [Core] Web-server authorization
  44. * [Core] Rewritten (mostly from scratch) to asyncio ;
  45. * [Core] Drop pybluez from dependencies, now will use predefined port numbers instead of SDP detection;
  46. * [UI] Rewritten from scratch to asyncio and PyQT6, introduce redesigned Settings UI;
  47. * [UI] Disable logging to CLI / `journalctl` if -v isn't present, close #29;
  48. * [Device compatibility] Bug fixes for modern HUAWEI Devices (5i, Pro 2, Pro 3);
  49. * [HUAWEI FreeBuds 5i & other] Better Dual-Connect configuration;
  50. * [HUAWEI FreeBuds 5i & other] Add low-latency mode setting;
  51. * [HUAWEI FreeBuds 5i & other] Add triple-tap settings;
  52. * [HUAWEI FreeBuds 5i & other] Fix SQ preference switch;
  53. * [Device compatibility] Add HUAWEI FreeLace Pro 2 compatibility;
  54. * Custom equalizer preset configuration (should also work with Pro 3);
  55. * [Linux] Flatpak as installation option
  56. * [i18n] Add Spanish translation, thanks to @Pedro-vk (GitHub)
  57. * [i18n] Add partial Portuguese (Brazilian), thanks to @Lobo (Accent)
  58. -- MelianMiko <support@mmk.pw> Sat, 28 Sep 2024 11:15:46 +0700
  59. openfreebuds (0.13.3-2) bookworm trixie jammy mantic noble; urgency=medium
  60. * Fix: Random crash when enumerating dual-connect devices
  61. * Fix: Crash when disabling Bluetooth under windows
  62. -- MelianMiko <support@mmk.pw> Sat, 23 Mar 2024 15:18:23 +0700
  63. openfreebuds (0.13.2-1) bookworm jammy mantic; urgency=medium
  64. * Fix: Crash due to unknown equalizer preset
  65. -- MelianMiko <support@mmk.pw> Wed, 28 Feb 2024 19:58:38 +0700
  66. openfreebuds (0.13.1-1) bookworm jammy mantic; urgency=medium
  67. * New: HUAWEI FreeBuds Pro 2 support (add profile, partial)
  68. * New: add equalizer presets & device switch to context menu (can be disabled in settings)
  69. * Fix: HUAWEI FreeBuds Pro: remove double-tap, add dual-connect
  70. * Fix: crash when iterating paired devices in 5i, Pro 2, Pro 3
  71. * Fix: disable "Settings" button on non-configurable modules
  72. * Fix: add correct WM_CLASS for better desktop integration (linux)
  73. * Fix: missing i18n
  74. -- MelianMiko <support@mmk.pw> Wed, 07 Feb 2024 07:01:58 +0000
  75. openfreebuds (0.13-2) bookworm jammy mantic; urgency=medium
  76. * New: HUAWEI FreeBuds 5i support (full)
  77. * New: HUAWEI FreeBuds SE support (full)
  78. * New: HUAWEI FreeBuds Pro support (partial)
  79. * New: HUAWEI FreeBuds Pro 3 support (partial)
  80. * New: Workaround for non-working "Pause when plug off headphone" under Linux (MPRIS-helper)
  81. * New: Advanced bug-report log generator, auto-view bugreport when app crashes
  82. * Fix: Remove WMI-console dependency (win32)
  83. * Fix: Updater crash (win32)
  84. * Minor: Move uncommon features to separate modules
  85. * Minor: Redesign some UI parts
  86. -- MelianMiko <support@mmk.pw> Sat, 03 Feb 2024 12:25:19 +0700
  87. openfreebuds (0.12.3-2) bookworm jammy kinetic lunar; urgency=medium
  88. * Fix update checker crash
  89. -- MelianMiko <support@mmk.pw> Fri, 21 Jul 2023 15:19:00 +0700
  90. openfreebuds (0.12.2-2) bookworm jammy kinetic lunar; urgency=medium
  91. * Fix: Crash in Windows 10-11
  92. * Packaging: declare min Python version
  93. * Update dependencies (Pillow, mmk_updater, sv_ttk)
  94. * Begin migration from Launchpad PPA
  95. -- MelianMiko <support@mmk.pw> Tue, 09 May 2023 15:11:38 +0700
  96. openfreebuds (0.12.1-2) bookworm kinetic jammy; urgency=medium
  97. * New: HUAWEI FreeLace Pro support (full)
  98. * New: HUAWEI FreeBuds 5i support (partial)
  99. * New: HUAWEI FreeBuds Pro 2 support (partial)
  100. * Update RU translations
  101. * Disable adapter validation at start
  102. * Minor bugfixes
  103. -- MelianMiko <melianmiko@gmail.com> Fri, 23 Dec 2022 15:11:16 +0700