Skip to content

Releases: blueman-project/blueman

2.4.1

09 Apr 08:22
fe4b48e
Compare
Choose a tag to compare

Changes

  • Translation updates
  • Handle incompabilities with kded6 running on desktops without StatusNotifierItem support

Bugs fixed

  • Fallback for missing icons
  • Correct Bluetooth state tracking in manager window
  • Sporadic error on battery data (Note that there was a regression in Linux 6.8.2, 6.7.11 and 6.6.23 that causes it and lots of other trouble)
  • Active state on tray icon
  • Broken markup in tray menu

Note to maintainers: We found that the Adwaita Icon Theme does not serve applications in general anymore and specifically dropped most non-symbolic icons in version 44. blueman with just Adwaita Icon Theme will show missing fullcolor icons at least for devices. It seems like we are left with shipping assets for all icon names that we use (or that BlueZ provides us) and will provide a solution in a later version. You can jump in at #2312. In the meantime, make sure that your packages depend on some proper icons themes.

2.4

29 Mar 21:24
Compare
Choose a tag to compare
2.4

New features

  • Audio profile switcher in applet menu (@abhijeetviswa)
  • Set router address as DNS server instead of loopback addresses
  • Enable dnsmasq DNS service if possible and add DNS servers otherwise
  • Reconfigure DHCP service on local nameserver changes
  • Support for systemd-resolved for getting nameservers for NAP clients
  • List connected devices in status icon tooltip
  • Support for nautilus 43 and later
  • Copy bleutooth address to clipboard in devicelist
  • Add battery levels to status icon tooltip

Changes

  • Raise minimum Python version to 3.8
  • Raise minumum Gtk+ version to 3.24
  • Hide recent connections associated with unavailable adapters
  • Store network configuration in GSettings instead of /var/lib/blueman/network.state.
  • Replace custom MessageArea widget with regular Gtk.InfoBar
  • Drop auto-power feature. BlueZ now has the AutoEnable setting for even better auto-powering.
  • Do not use pointless link quality value
  • Recent connections in toplevel applet menu
  • Never hide keyboard and combos, see #1954 for more info
  • Do not close blueman-manager from applet
  • Add Switch to blueman-manager to set bluetooth on/off
  • Remove broken check for bluetooth status
  • PluginDialog: Replace custom list with Gtk.ListBox
  • Ignore double-click for connect when unpowered
  • Drop homgeneous from statusbar
  • PulseAudioUtils: Use python enums in several places
  • Use operator convenience functions
  • Cleanup PluginDialog UI
  • Show HCI device in blueman-adapers tabs
  • Show different icon for the active audio profile @localevil
  • Make blueman-services a notebook
  • Use the TypedDict as constructor

Bugs fixed

  • Fix device-selected handlers
  • Fix deprecations in tests
  • Fix showing -1 seconds when discovering @kuraga
  • Tray: Let dbus call end and reply to caller
  • Get the image-missing icon if lookup failed to avoid crash

2.3.5

22 Nov 19:11
Compare
Choose a tag to compare

Bugs fixed

  • Right click menu was pointing to the wrong list row
  • Double click to connect

2.3.4

14 Oct 14:14
Compare
Choose a tag to compare

Bugs fixed

  • Errors when connected to a device with the DisconnectItems plugin enabled

2.3.3

12 Oct 18:28
Compare
Choose a tag to compare

Changes

  • Do not re-use dbusmenu item identifiers; avoids issues at least with gnome-shell-extension-appindicator.

Bugs fixed

  • Issues with NM PANU connections of equally named devices
  • Submenus in KDE Plasma tray
  • Avoid using StatusNotifierItem and GtkStatusIcon icons in parallel

2.3.2

01 Aug 09:26
Compare
Choose a tag to compare

Bugs fixed

  • StatusNotifierItem submenus did not work in lxqt-panel (@niknah)
  • StatusNotifierItem vanished on panel restarts
  • StatusNotifierItem compatibility issues with libdbusmenu used at least by xfce4-panel and Waybar
  • StatusNotifierItem showed the menu on left click in xfce4-panel

2.3.1

17 Jul 11:51
Compare
Choose a tag to compare

Bugs fixed

  • StatusNotifierItem sent an incomplete NewStatus signal.
  • Avoid statusbar resize when showing progressbar

2.3

05 Jul 12:03
Compare
Choose a tag to compare
2.3

Bugs fixed

  • Blocked emblem was not visible for scales other than 1

2.3.beta1

28 Jun 14:05
Compare
Choose a tag to compare
2.3.beta1 Pre-release
Pre-release

New features

  • Audio profile switcher in applet menu (@abhijeetviswa)
  • Symbolic tray icon option (GSettings switch symbolic-status-icons in org.blueman.general)

Changes

  • Replace AppIndicator with DBus StatusNotifierItem
  • Use a GtkTreeModelFilter to show/hide unnamed devices
  • Replace sigint hack with GLib to catch it
  • Port meson from deprecated python3 module
  • Rework battery handling
  • Merge Battery applet plugin into ConnectionNotifier
  • Symbolic icons and small UI improvements

2.2.5

10 Jun 06:27
Compare
Choose a tag to compare

Bug fixes

  • Fix network interface iteration on 32 bit systems
  • Manager: Fix cancel button in send-note dialog
  • Fix battery and signals bars