Update changelog & UI for 0.8.8
[hermes] / package / debian / changelog
index f55d44f..b627317 100644 (file)
@@ -1,3 +1,55 @@
+hermes (0.8.8) fremantle; urgency=low
+
+  * Improve user feedback when cached credentials expire.
+  * Re-implement Facebook service to use OAuth 2.0 and Graph API
+    (fixes MB#11103, reported by Tomi Rantalankila)
+  * Add support for importing "interesting" contacts from LinkedIn.
+    For LinkedIn this includes birthdays & email addresses (completes 
+    MB#10802)
+  * Ensure that a corrupt/broken OAuth string won't cause crash at
+    startup (fixes MB#111490, reported by Ove Nordstrom)
+
+ -- Andrew Flegg <andrew@bleb.org>  Thu, 30 Dec 2010 17:12:17 +0000
+
+hermes (0.8.7) fremantle; urgency=low
+
+  * Update Swedish transaltion (provided by Fredrik Wendt)
+  * Update Finnish translation (provided by Marko Vertainen)
+  * Add `gnome-python' dependency (fixes MB#11476, reported by
+    Martin von Weissenberg & arnoonline)
+
+ -- Andrew Flegg <andrew@bleb.org>  Thu, 28 Oct 2010 10:03:15 +0100
+
+hermes (0.8.6) fremantle; urgency=low
+
+  * Fix translation Makefile and French translation (provided by Nicolas
+    Graziano)
+  * Set minimum version of python-facebook to get HTTPS by default
+    (fixes MB#11029, reported by Tobias Mueller)
+  * Implement OAuth for Twitter (fixes MB#11275)
+  * Add debugging to help diagnose MB#11103.
+  * -
+
+ -- Andrew Flegg <andrew@bleb.org>  Thu, 28 Oct 2010 10:03:12 +0100
+
+hermes (0.8.5) fremantle; urgency=low
+
+  * Re-fix "scroll to position" fix for MB#6879, which was broken by
+    find-as-you-type searching (reported by Peter Oliver)
+  * Retrieve all Twitter followers, rather than first 100 only.
+    Fixes MB#7613, reported by Adam.
+
+ -- Andrew Flegg <andrew@bleb.org>  Sun, 25 Jul 2010 15:19:25 +0100
+
+hermes (0.8.4) fremantle; urgency=low
+
+  * Prevent overzealous matching on LinkedIn/Facebook based on *any* 
+    URL.
+  * Handle cases of empty URLs & phone numbers attempting to be
+    added (silently ignore).
+
+ -- Andrew Flegg <andrew@bleb.org>  Sun,  4 Jul 2010 13:51:08 +0100
+
 hermes (0.8.3) fremantle; urgency=low
 
   * Handle multiple Twitter matches causing a failure. MB#10667,