Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GDBus instead of deprecated dbus-glib #84

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 13, 2020

  1. Drop checking deprecated dbus-glib module

    It is recommended to use GDBus instead.
    kenhys committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    3266bb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Use GDBus instead of dbus-glib

    dbus-glib is deprecated since Debian stretch (Debian 9) and
    Ubuntu 18.04 (bionic)
    kenhys committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f01b230 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Change condition to notify when title, artist or album is changed

    It is incompatible change
    
    BEFORE:
      Notify if title and artist and album is changed
    
    AFTER:
      Notify if either title or artist or album is changed
    kenhys committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    efdd049 View commit details
    Browse the repository at this point in the history