diff options
author | mef <mef@pkgsrc.org> | 2016-07-28 12:59:41 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-07-28 12:59:41 +0000 |
commit | abc8d7e6602e9513d01dfef7c77b448df75b2555 (patch) | |
tree | 73a7b54aed8471973f8582dde9d595bc11ca6b68 /time/khal/PLIST | |
parent | 8ffb0efeb2bab410e307eb85a8d0dd00bc4e2997 (diff) | |
download | pkgsrc-abc8d7e6602e9513d01dfef7c77b448df75b2555.tar.gz |
Updated time/khal 0.7.0 to 0.8.2
--------------------------------
0.8.2
=====
released on 2015-05-16
* fixed some bugs in `configure` that would lead to invalid configuration files
and crashes (Christian Geier)
* fixed detecting of icalendar version (Markus Unterwaditzer)
0.8.1
=====
released on 2015-04-13
* fix bug in CalendarWidget.set_focus_date() (Christian Geier)
0.8.0
=====
released on 2015-04-13
* BREAKING CHANGE: python 2 is no longer supported (Hugo Osvaldo Barrera)
* updated dependency: vdirsyncer >= 0.5.2
* make tests work with icalendar 3.9.2 (no functional changes) (Christian Geier)
* new dependency: freezegun (only for running the tests)
* khal's git repository moved to https://github.com/pimutils/khal
* support for showing the birthday of contacts with no FN property (Hugo
Osvaldo Barrera)
* increased start up time when coloring is enabled (Christian Geier)
* improved color support (256 colors and 24-bit colors), see configuration
documentation for details (Sebastian Hamann)
* renamed color `grey` to `gray` (Sebastian Hamann)
* in `khal new` treat 24:00 as the end of a day/00:00 of the next (Christian Geier)
* new allowed value for a calendar's color: `auto` (also the new default), if
set, khal will try to read a file called `color` from that calendar's vdir (see
vdirsyncer's documentation on `metasync`). If that file is not present or its
contents is not understood, the default color will be used (Christian Geier)
* new allowed value for calendar's type: `discover`, if set, khal will
(recursively) search that calendar's path for valid vdirs and add those to
the configured calendars (Christian Geier)
* new command `configure` which should help new users set up a configuration
file (Christian Geier)
* warn user when parsing broken icalendar files, this requires icalendar > 3.9.2
(Christian Geier)
* khal will now strip all ANSI escape codes when it detects that stdout is no
tty, this behaviour can be overwritten with the new options --color/ --no-color
(Markus Unterwaditzer)
* calendar and agenda have a new option --week, if set all events from current week
(or the week containing the given date) are shown (Stephan Weller)
* new option --alarm DURATION for `new` (Max Voit)
ikhal
-----
* basic export of events from event editor pane and from event lists (default
keybinding: *e* (Filip Pytloun)
* pressing *enter* in a date editing widget will now open a small calendar
widget, arrow keys can be used to select a date, enter (or escape) will close
it again (Christian Geier)
* in highlight/date range selection mode the other end can be selected, default
keybinding `o` (as in *Other*) (Christian Geier)
* basic search is now supported (default keybinding `/`) (Christian Geier)
* in the event editor and pop-up Dialogs select the next (previous) item with tab
(shift tab) (Christian Geier)
* only allow saving when starttime < endtime (Christian Geier)
* the event editor now allows editing of alarms (but khal will not actually
alarm you at the given time) (Johannes Wienke)
Diffstat (limited to 'time/khal/PLIST')
-rw-r--r-- | time/khal/PLIST | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/time/khal/PLIST b/time/khal/PLIST index 0bbe2cc4736..b2e807f7754 100644 --- a/time/khal/PLIST +++ b/time/khal/PLIST @@ -1,15 +1,19 @@ -@comment $NetBSD: PLIST,v 1.4 2015/12/27 14:52:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/07/28 12:59:41 mef Exp $ bin/ikhal bin/khal ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/khal/__init__.py ${PYSITELIB}/khal/__init__.pyc ${PYSITELIB}/khal/__init__.pyo +${PYSITELIB}/khal/__main__.py +${PYSITELIB}/khal/__main__.pyc +${PYSITELIB}/khal/__main__.pyo ${PYSITELIB}/khal/aux.py ${PYSITELIB}/khal/aux.pyc ${PYSITELIB}/khal/aux.pyo @@ -19,9 +23,9 @@ ${PYSITELIB}/khal/calendar_display.pyo ${PYSITELIB}/khal/cli.py ${PYSITELIB}/khal/cli.pyc ${PYSITELIB}/khal/cli.pyo -${PYSITELIB}/khal/compat.py -${PYSITELIB}/khal/compat.pyc -${PYSITELIB}/khal/compat.pyo +${PYSITELIB}/khal/configwizard.py +${PYSITELIB}/khal/configwizard.pyc +${PYSITELIB}/khal/configwizard.pyo ${PYSITELIB}/khal/controllers.py ${PYSITELIB}/khal/controllers.pyc ${PYSITELIB}/khal/controllers.pyo |