Version: 1.2.0-bp150.2.4
* Tue May 08 2018 sor.alexei@meowr.ru
- Update to version 1.2.0:
* Fix some depreciation warnings.
* Remove unused applet label.
* applet: Use bluetooth icon, remove dangerous flag.
* Update translations.
- Rebase blueberry-fix-rfkill-path.patch.
* Tue Jan 16 2018 sor.alexei@meowr.ru
- Add blueberry-fix-rfkill-path.patch: Fix rfkill's path
(boo#1076134).
* Sun Dec 24 2017 sor.alexei@meowr.ru
- Update to version 1.1.20:
* Use a regex instead of the more brittle split implementation
(gh#linuxmint/blueberry#45).
* Switch to Python3.
* Fri Nov 24 2017 sor.alexei@meowr.ru
- Update to version 1.1.19:
* blueberry.py: Don't start blueberry-tray, it gets started on
our behalf in the session manager since e3417c0.
* Give blueberry-tray an application id, to prevent multiple
instances, re-add a Popen call in blueberry.py
(xfce session management machinery doesn't start programmes on
the user's behalf after startup like it does in mate and
cinnamon).
* rfkillMagic: Use a child wrapper for the monitor subprocess.
* Update translations.
* Thu Nov 09 2017 sor.alexei@meowr.ru
- Update to version 1.1.18:
* Make blueberry-tray a GtkApplication and register with the
session manager.
* Fri Nov 03 2017 sor.alexei@meowr.ru
- Update to version 1.1.17:
* Update translations.
* Fri Oct 27 2017 sor.alexei@meowr.ru
- Update to version 1.1.16:
* Move window declaration to init().
* l10n: Generate desktop files.
* Wed Jun 28 2017 sor.alexei@meowr.ru
- Update to version 1.1.15 (changes since 1.1.13):
* Fix unicode errors during OBEX file transfers.
* Fix more unicode errors and missing arguments.
* Obex: Fix non-translated strings.
* Update translations.
* Mon Jun 12 2017 sor.alexei@meowr.ru
- Update to version 1.1.13:
* Fix how autostart of the tray icon is handled.
* Add exception handling around bt-adapter -i.
* Wed May 24 2017 sor.alexei@meowr.ru
- Update to version 1.1.12:
* Update translations.
* Sun May 07 2017 sor.alexei@meowr.ru
- Update to version 1.1.11:
* Remove debug log
* Add the GPLv3+ licence text.
* Remove AutostartCondition.
* Stop using deprecated GtkHBox and GtkVBox.
* Bail out if something goes wrong.
* l10n: Generate additional files.
* Update translations.
* Fri Mar 17 2017 sor.alexei@meowr.ru
- Don't require typelib(St), provided by GNOME Shell and is always
present with Cinnamon installed either way (required by the
Cinnamon applet).
* Sun Feb 19 2017 sor.alexei@meowr.ru
- Update to version 1.1.10:
* Add OBEX support.
* Use pavucontrol for sound if present and DE isn't detected.
* Tray: Improve the tooltip to show the name of the connected
devices.
* Provide a Cinnamon applet.
* Overwrite the label in GnomeBluetooth SettingsWidget.
* Fix Cinnamon icons.
* Widen the default window size to 640px.
* Thu Dec 15 2016 sor.alexei@meowr.ru
- Update to version 1.1.9:
* Update translations.
* Sat Nov 12 2016 sor.alexei@meowr.ru
- Update to version 1.1.8:
* tray: Add a missing import before invocation (boo#1009912).
* Thu Nov 10 2016 sor.alexei@meowr.ru
- Update to version 1.1.7:
* Update translations.
* Wed Nov 02 2016 sor.alexei@meowr.ru
- Update to version 1.1.6:
* Specify versions of Gtk and GnomeBluetooth before loading them
via GI.
* Mon Jun 27 2016 sor.alexei@meowr.ru
- Update to version 1.1.5:
* Rename the tray option more accurately.
* Update translations.
* Tue May 24 2016 sor.alexei@meowr.ru
- Update to version 1.1.4:
* Updated translations.
* Wed May 04 2016 sor.alexei@meowr.ru
- Add a missing python-gobject-Gdk dependency.