Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Mar 6, 2017
1 parent eec2729 commit 1c41fae
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ may want to subscribe to `GitHub's tag feed

0.9.3
=====
not released yet
released 2017-03-06

* FIX `list` (and commands based on it like `calendar`, `at`, and `search`)
crashed if `--notstarted` was given and allday events were found (introduced
Expand All @@ -20,7 +20,7 @@ not released yet
"create locale vdir" was selected
* FIX `at` will now show an error message if a date instead of a datetime is
given
* FIX `at`'s default header will now show the datetime quried for (instead of
* FIX `at`'s default header will now show the datetime queried for (instead of
just the date)
* FIX validate vdir metadata in color files
* FIX show the actually configured keybindings in ikhal
Expand Down
28 changes: 20 additions & 8 deletions doc/source/configspec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Here is a small example:
If set to ``discover``, khal will use
`globbing <https://en.wikipedia.org/wiki/Glob_(programming)>`_ to expand this
calendar's `path` to (possibly) several paths and use those as individual
calendars (this cannot be used with `birthday` collections`). See `Examplary
calendars (this cannot be used with `birthday` collections`). See `Exemplary
discover usage`_ for an example.

If an individual calendar vdir has a `color` file, the calendar's color will
Expand Down Expand Up @@ -261,6 +261,18 @@ between), e.g. **ctrl n**.
:type: list
:default: e

.. _keybindings-external_edit:

.. object:: external_edit


edit the currently selected events' raw .ics file with $EDITOR
Only use this, if you know what you are doing, the icalendar library we use
doesn't do a lot of validation, it silently disregards most invalid data.

:type: list
:default: meta E

.. _keybindings-left:

.. object:: left
Expand Down Expand Up @@ -525,9 +537,9 @@ when using khal and ikhal.

Default formatting for events used when the user asks for all events in a
given time range, used for :command:`list`, :command:`calendar` and in
:command:`interactive` (ikhal). Please note, that any color styling will
be ignored in `ikhal`, where events will always be shown in the color of
the calendar they belong to.
:command:`interactive` (ikhal). Please note, that any color styling will be
ignored in `ikhal`, where events will always be shown in the color of the
calendar they belong to.
The syntax is the same as for :option:`--format`.

:type: string
Expand Down Expand Up @@ -599,10 +611,10 @@ when using khal and ikhal.

Whether to show a visible frame (with *box drawing* characters) around some
(groups of) elements or not. There are currently several different frame
options available, that should visually differentiate whether an element
is in focus or not. Some of them will probably be removed in future
releases of khal, so please try them out and give feedback on which style
you prefer (the color of all variants can be defined in the color themes).
options available, that should visually differentiate whether an element is
in focus or not. Some of them will probably be removed in future releases of
khal, so please try them out and give feedback on which style you prefer
(the color of all variants can be defined in the color themes).

:type: option, allowed values are *False*, *width*, *color* and *top*
:default: False
Expand Down
1 change: 1 addition & 0 deletions doc/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ available as an `rss feed <https://lostpackets.de/khal/index.rss>`_ |rss|.
:title: khal news
:link: http://lostpackets.de/khal/

news/khal093
news/khal092
news/khal091
news/khal09
Expand Down
22 changes: 22 additions & 0 deletions doc/source/news/khal093.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
khal v0.9.3 released
====================

.. feed-entry::
:date: 2017-03-06

Sadly, the biggest release in khal's history, also brought the most bugs.
The latest release, khal version 0.9.3, fixes some more of them.
The good news: while most of these bugs lead to khal crashing, no harm was done,
that is all (calendar) related data shown was correct.

Again, some new features sneaked in, for those and for the complete list of
fixed bugs, have a look at the changelog_.

Get `khal v0.9.3`__ from this site, or from pypi_.


.. _pypi: https://pypi.python.org/pypi/khal/
.. _changelog: changelog.html#id2
.. _documentation: https://lostpackets.de/khal/
__ https://lostpackets.de/khal/downloads/khal-0.9.3.tar.gz

0 comments on commit 1c41fae

Please sign in to comment.