diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-06-21 17:06:19 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-06-21 17:06:59 +0200 |
| commit | 51d65acaa3a4f4c5a0d8daea92e31298b2709184 (patch) | |
| tree | c5f717f09f48c93c325895a6dee60a1af28aee26 | |
| parent | d6b4a3d614aeaccf45fb047a3e990f77b935a333 (diff) | |
| download | bdrem-51d65acaa3a4f4c5a0d8daea92e31298b2709184.tar.gz bdrem-51d65acaa3a4f4c5a0d8daea92e31298b2709184.zip | |
release 0.6.1v0.6.1
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | README.rst | 4 | ||||
| -rw-r--r-- | build.xml | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2016-06-21 Christian Weiske <cweiske@cweiske.de> + + * Inline CSS for HTML mails improves compatibility with mail clients + * Dummy data set for testing + * Version 0.6.1 + 2015-03-18 Christian Weiske <cweiske@cweiske.de> * New source: CSV file @@ -17,7 +17,7 @@ Data sources - Any SQL database. - Multiple date fields per record supported. -- An LDAP server +- An LDAP server with ``evolutionPerson`` records - `Birthday reminder <http://cweiske.de/birthday3.htm>`_ files (``.bdf``) - CSV files @@ -62,6 +62,8 @@ To find out about all supported command line options, use ``--help``:: -e, --stoponempty Output nothing when list is empty -d date, --date=date Date to show events for -c FILE, --config=FILE Path to configuration file + --debug Development helper (mail) + --no-color Do not output ANSI color codes -h, --help show this help message and exit -v, --version show the program version and exit @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <project name="bdrem" default="phar" basedir="."> - <property name="version" value="0.6.0" /> + <property name="version" value="0.6.1" /> <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" /> <property name="libdir" value="${phing.dir}/lib"/> |
