git
+
+0.6.1
- custom output format (Raphaël Droz)
- remove duplicates (Fabio Zanini)
- merge entries (Fabio Zanini)
- color support (Thorsten Wißmann)
- mouse support (Thorsten Wißmann)
- extra-fields deletion bugfix (Jorrit Tijben)
- - additinal keybinding (Hagen Fuchs)
+ - additional keybindings (Hagen Fuchs)
- autotools update (Fabio Zanini)
- case-sensitive ldif fields parsing (Christian Brabandt)
- ldif standard input support (Raphaël Droz)
- - ldif extensible field management rewritting (Raphaël Droz)
+ - ldif extensible field management rewrite (Raphaël Droz)
0.6.0
- configurable views (Cedric Duval)
--
Git:
+
+0.6.1 (2015-08-11):
* support for mouse
* scrolling now affects the viewport instead of the cursor
* support for a colored UI
* added "groups" as a default field
- * the UI now support merging selected entries [key M]
+ * the UI now supports merging selected entries [key M]
and removing duplicates [key U]
- * a "custom" output filter allow the specification of an output
+ * a "custom" output filter allows the specification of an output
format using placeholders
* search-next is now bound to "/" too
* some output filters can now be used in the context
[ no --query option has been created and --mutt-query is fully
backward compatible ]
* ldif output filter has been fixed [output modified] in multiple
- ways, does not force output to latin1 anymore and support input
+ ways, does not force output to latin1 anymore and supports input
from stdin.
* vcard input/output support:
An original input filter implementation was provided soon
- It's only used as an input filter, especially useful to
deal with multi-valued fields and encoded characters.
* when the UI requests a confirmation from the user before a
- destructive operation it does not treat unknown key as yes anymore.
+ destructive operation it does not treat unknown key as "yes" anymore.
* allcsv output changes:
- header line uses lowercase
- "MOBILEPHONE" column name changed to "mobile" (consistent w.r.t. standard_fields)
- - now outputs defined custom fields as well
+ - defined custom fields as well are part of the output now
0.6.0pre2 (2010-07-22):
* Added anniversary as a default field
dnl abook configure.in
-AC_INIT([Abook], [0.6.0pre2], [abook-devel@lists.sourceforge.net], [abook], [http://abook.sourceforge.net])
+AC_INIT([Abook], [0.6.1], [abook-devel@lists.sourceforge.net], [abook], [http://abook.sourceforge.net])
AC_CONFIG_SRCDIR([abook.c])
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE