gtk-sni-tray 0.1.13.0 → 0.1.13.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~dbus-menuPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dbus-menu
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- gtk-sni-tray.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for gtk-sni-tray +## 0.1.13.1++- Bump `dbus-menu` lower bound to 0.1.3 for menu-level click dispatch.+ ## 0.1.13.0 - Use extracted `dbus-menu` library instead of inline DBusMenu implementation.
gtk-sni-tray.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: gtk-sni-tray-version: 0.1.13.0+version: 0.1.13.1 synopsis: A standalone StatusNotifierItem/AppIndicator tray description: Please see the README on Github at <https://github.com/IvanMalison/gtk-sni-tray#readme> category: System@@ -40,7 +40,7 @@ , bytestring >=0.10 && <0.13 , containers >=0.5 && <0.8 , dbus ==1.*- , dbus-menu >=0.1.1 && <0.2+ , dbus-menu >=0.1.3 && <0.2 , directory >=1.2 && <1.4 , enclosed-exceptions >=1.0.0.1 && <1.1 , filepath >=1.3 && <1.6