aboutsummaryrefslogtreecommitdiff
path: root/mutt/goobook/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/goobook/CHANGES.txt')
-rw-r--r--mutt/goobook/CHANGES.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/mutt/goobook/CHANGES.txt b/mutt/goobook/CHANGES.txt
new file mode 100644
index 0000000..1b543d6
--- /dev/null
+++ b/mutt/goobook/CHANGES.txt
@@ -0,0 +1,56 @@
+CHANGES
+=======
+
+dev
+---
+
+* Python 2.5 compability
+* Bug when checking for the config file.
+* Support for GnuPG encrypted config file.
+* Support for prompting for the password.
+
+1.2, 2010-03-12
+---------------
+
+* Issue 14: Only search in these fields: name, nick, emails, group name.
+ In 1.1 the group URL was also searched, which gave false positives.
+* Auto create cache if it doesn't exist.
+
+1.1, 2010-03-10
+---------------
+
+* Use current locale to decode queries.
+* Encode printed text using current locale.
+* Added option to specify different configfile.
+* Some documentation/help updates.
+* The .goobookrc is now really optional.
+* Added config-template command.
+* Issue 13: Added support for contact groups.
+* New cache format, no longer abook compatible (JSON).
+
+1.0, 2010-02-20
+---------------
+
+* Issue 2: BadAuthentication error can create a problematic cache file so
+ subsequent runs fail
+* Issue 6: cache management needs improvements
+ - reload, force refresh command
+ - configurable cache expiry time
+* Issue 7: Should probably set safe permissions on settings.pyc
+* Issue 8: 'add' doesn't strip extraneous quotation marks
+* Issue 9: Indentation error when run without arguments
+* Issue 10: Query doesn't browse nicknames
+* New abook compatible cache format.
+* sort results
+* Using SSL
+* New config format
+* .netrc support
+* Supports adding non-ASCII From: headers.
+
+r8, 2009-12-10
+--------------
+
+...
+
+// vim: fileencoding=UTF=8 textwidth=79
+