Next | Query returned 40 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2016-08-27 17:50:47 by Thomas Klausner | Files touched by this commit (4)
Log message:
Updated khard to 0.11.1.

Add ALTERNATIVES file.

v0.10.0: 2016.05.02
- New Action birthday: list birthdays, sorted by month and day
- option -p, --pretty was renamed to -p, --parsable: So, the pretty formatted \ 
email or
  phone number table is the default now. Please adapt the configuration files of \ 
potential email and
  phone applications (e.g.: mutt email -p %s)

v0.11.0: 2016.07.17
- Made khard python3 compatible (#59)
- Enhanced read and write support for vcard versions 3.0 and 4.0
- user input parser:
    - Improved robustness and error handling
    - Fixed org attribute parsing (#57)
    - Support for private vcard extensions (#51)
- New action birthdays (#64)
- New options:
    --display to display contacts by first or last name (#66)
    --search-in-source-files to speed up program initialization (#75)
    --skip-unparsable to skip unparsable vcard files (#75)
    --strict-search to narrow the contact search to the name field
- Added some aliases for program actions (#65)
- Removed davcontroler module due to the python3 incompatibility (script moved \ 
into the misc folder)
- Updated zsh completion function and khards example config file

v0.11.1: 2016.07.31
- Workaround for the photo attribute parsing issue of vobject library 0.9.2 (#80)
- setup.py: try to convert readme file into restructured text format (pypi \ 
requirement) and specify encoding explicitly (#83)
   2016-07-15 15:39:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing dependency. Bump PKGREVISION.
   2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599)
Log message:
Remove python33: adapt all packages that refer to it.
   2016-07-02 11:36:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing py-yaml dependency. Bump PKGREVISION.
   2016-06-06 14:28:37 by Thomas Klausner | Files touched by this commit (3)
Log message:
Updated khard to 0.9.0.

v0.5.0: 2015.09.05
- New option to merge two contacts
- Support for XDG_CONFIG_HOME parameter
- Post address: Added support for street and house number field with multiple lines

v0.6.0: 2015.09.20
- New options copy contact and move contact
- Changed behavior of merge command (have a look into the readme file for details)
- Get path to editor and merge editor from the $PATH variable
- Code cleanup: new object class AddressBook

v0.6.1: 2015.10.06
- Added title and role attribute
- Removed input restrictions of name and post address fields
- Parameter default_country in config file is not longer in use

v0.6.2: 2015.10.10
- Added completion function for zsh

v0.6.3: 2015.10.24
- Added note attribute

v0.7.0: 2015.12.18
- Support for vobject library version >= 0.8.2 from \ 
https://github.com/tBaxter/vobject
- Contact template syntax switched to yaml
- alot and mutt actions summarized to new email action (please have a look into \ 
the readme file for configuration changes)
- Support for extended name attributes
- Create and modify contact from stdin or from template file
- New action "export" to export data of existing contact in yaml format
- New argument --open-editor to open the preferred text editor after successful \ 
creation of new
  contact from stdin or template file
- New argument {-u, --uid} to select contact by uid
- Added write support for categories attribute
- Added wrapper script for sdiff
- Fixed a bug, which prevented the creation of new contacts with the add-email action

v0.7.1: 2016.01.01
- Added support for multiple instances of one vcard attribute

v0.7.2: 2016.01.03
- Use of module atomicwrites to securely write vcards to disk

v0.7.3: 2016.01.08
- Cancel without further actions if the opened contacts editor is closed without \ 
saving (determined
  by modification date of template file)

v0.7.4: 2016.01.11
- Fixed uid dictionary creation

v0.8.0: 2016.01.15
- Sort contact table by first or last name (take note of changed behaviour of \ 
"sort" option)
- New option -g, --group-by-addressbook to group contact table by address book
- Changes in config file:
    - New group: contact table
        - new option: sort to sort contact table by first or last name
        - New option: group_by_addressbook to group contact table by address book
    - Moved show_nicknames option from group "general" to group \ 
"contact table"

v0.8.1: 2016.01.16
- New option "show_uids" in config file to disable uid column in \ 
contact table

v0.9.0: 2016.03.17
- Fully restructured command line interface for better usability:
    - general help with: khard -h
    - help for a specific action: khard action -h
- Updated zsh completion function
- New Action addressbooks
- New option -p|--pretty for email and phone actions to get pretty formatted output
- Fix: Only delete contact after modify, copy or move action was completed \ 
successfully
   2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578)
Log message:
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-07-21 21:18:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
Update comment.
   2015-07-21 21:17:51 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.4.1:

v0.3.1: 2015.03.26
- Nickname attribute added
- New parameter in config file: show_nicknames = yes / no

v0.3.2: 2015.03.27
- Read-only support for Categories attribute

v0.3.3: 2015.05.07
- twinkle option was renamed to phone: Now it prints all phone numbers like the \ 
mutt option does for
  e-mail addresses (more general approach for external phone clients)
- adapted twinkle plugin for use with the new phone option

v0.4.0: 2015.06.15
- new option "add-email": Get full email from stdin, filter senders \ 
mail address and add that
  address to an existing contact or create a new one. Feature tested with email \ 
client mutt.

v0.4.1: 2015.07.16
- improved search results for phone, mutt and alot
   2015-04-03 00:35:34 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import khard-0.3.0 as misc/khard.

Khard is an address book for the Linux console. It creates, reads,
modifies and removes CardDAV address book entries at your local
machine. Khard is also compatible to the email clients mutt and
alot and the SIP client twinkle.

Next | Query returned 40 messages, browsing 31 to 40 | previous