]> git.deb.at Git - pkg/abook.git/blob - RELEASE_NOTES
csv export: "allcsv" output changed
[pkg/abook.git] / RELEASE_NOTES
1 This file lists major changes affecting abook's behavior.
2 Please read this file carefully when upgrading abook.
3 A more comprehensive list of changes can be found in the ChangeLog file.
4
5 --
6 Git:
7   * support for mouse
8   * support for a colored UI
9   * added "groups" as a default field
10   * the UI now support merging selected entries [key M]
11     and removing duplicates [key U]
12   * a "custom" output filter allow the specification of an output
13     format using placeholders
14   * search-next is now bound to "/" too
15   * some output filters can now be used in the context
16     of --mutt-query. This is the case of "vcard" and "custom"
17     [ no --query option has been created and --mutt-query is fully
18       backward compatible ]
19   * ldif output filter has been fixed [output modified] in multiple
20     ways, does not force output to latin1 anymore and support input
21     from stdin.
22   * vcard input/output support:
23     An original input filter implementation was provided soon
24        after 0.6.0pre2.
25     In 2012, an optional build-time option to link against libvformat
26     was added for the very same task: parsing vcard.
27     - It depends on the --enable-vformat ./configure switch
28     - It's only used as an input filter, especially useful to
29       deal with multi-valued fields and encoded characters.
30   * allcsv output's header changed to lowercase
31     and "MOBILEPHONE" changed to "mobile" (consistent w.r.t. standard_fields)
32
33 0.6.0pre2 (2010-07-22):
34   * Added anniversary as a default field
35   * Display dates according to current locale
36   * The four following configuration options have been deprecated and will
37     no longer be accepted by abook:
38       * emailpos
39       * extra_column
40       * extra_alternative
41       * extrapos
42
43     They have been replaced with a single more flexible option:
44     index_format.
45
46     This option is a string defining the format of a line in the main list.
47     It allows displaying of as many fields as desired, with optional
48     width limit, as well as an arbitrary number of alternative fields.
49
50 0.6.0pre1 (2006-08-30):
51   * The 'customfield' command has been obsoleted by a more flexible set
52     of commands: 'field' and 'view'.
53
54     Those two commands make it possible to define fields and organize
55     them within tabs as you see fit.
56
57     Not using these commands, the look and feel of previous releases
58     will mostly be kept the same. Also see the related 'preserve_fields'
59     configuration variable.
60