From 6feaa8a6dc860fb66a3de5aa4b668f861399059e Mon Sep 17 00:00:00 2001 From: foudfou Date: Wed, 31 Dec 2014 15:57:18 +0100 Subject: [PATCH] Add v0.5.4 release notes. --- index.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b8eaddc..2da6a95 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@
  • show icon only when hidden to tray
  • mouse scroll on tray icon shows/hides
  • customizable tray icons (GTK-themable on Linux)
  • +
  • StatusNotifierItem support (can be disabled by with_appindicator hidden pref)
  • popup menu (show/hide individual windows, open new windows, quit)
  • adds -firetrayShowHide and -firetrayPresent options (useful for window @@ -134,13 +135,24 @@

    Release Notes

    -
    -

    v0.5.3 — 2014-12-23

    +
    +

    v0.5.4 — 2014-02-14

    Beta-testers wanted. Join our new mailing list. Release candidates will be announced there so Beta-testers can help testing them in their specific environment.

    +

      +
    • Add AppIndicator/SystemNotifierItem support (Ubuntu, KDE) (#130)
    • +
    • Add with_appindicator hidden preference for + avoiding using AppIndicator even if available.
    • +
    • Fix check marks invisible in option 'Included accounts' (#139)
    • +
    • Minor fixes +

    +
    + +
    +

    v0.5.3 — 2014-12-23

    • Fix start hidden when startup minimized or maximized on winnt (#134)
    • Fix broken click on popup-menu items (regression in v0.5.2)