Skip to content

Commit

Permalink
khal v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Jul 14, 2015
1 parent 3aa78bb commit 228e07c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ may want to subscribe to `GitHub's tag feed

0.6.0
=====
not released yet
2015-07-15

* BUGFIX Recurrent events with a THISANDFUTURE parameter could affect other
events. This could lead to events not being found by the normal lookup
functionality when they should and being found when they shouldn't. As the
second case should result in an error that nobody reported yet, I hope nobody
got bitten by this.
* new dependency for running the tests: freezegun
* new dependency for setup: setuptools_scm
* new dependency for setup from scm: setuptools_scm
* khal now needs to be installed for building the documentation

* ikhal's should now support ctrl-e, ctrl-a, ctrl-k and ctrl-u in editable text
Expand All @@ -29,11 +29,10 @@ not released yet
Unterwaditzer)
* the zsh completion file has been updated (Hugo Osvaldo Barrera)
* new command `import` lets users import .ics files (Christian Geier)

* khal should accept relative dates on the command line (today, tomorrow and
weekday names) (Christian Geier)
* keybinding for saving an event from ikhal's event editor (default is `meta +
center`) (Christian Geier)
enter`) (Christian Geier)


0.5.0
Expand Down
6 changes: 2 additions & 4 deletions doc/source/configspec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,8 @@ behaviours are set here.
.. object:: default_calendar


The calendar to use if no one is specified but only one can be used (e.g. if
adding a new event), this should be a valid calendar name. If this is not
configured an arbitrary calendar is used as the default calendar (the
arbitrary choice may not be the same at each run).
The calendar to use if none is specified for some operation (e.g. if adding a
new event). If this is not set, such operations requre an explicit value.

:type: string
:default: None
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/khal06
news/khal05
news/khal04
news/31c3
Expand Down
23 changes: 23 additions & 0 deletions doc/source/news/khal06.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
khal v0.6.0 released
====================

.. feed-entry::
:date: 2015-07-15


Only six weeks after the last version `khal v0.6.0`__ is now available (yes,
also on pypi_).

__ https://lostpackets.de/khal/downloads/khal-0.6.0.tar.gz

This release fixes an unfortunate bug which could lead to wrong shifts in other
events when inserting complicated recurring events. All users are therefore
advised to quickly upgrade to khal 0.6.

There are also quite a bunch of new features, among other nicer editing
capabilities in ikhal's text edits and import of .ics files. For a more
detailed list of changes, please have a look at the changelog_ (especially if
you package khal).

.. _pypi: https://pypi.python.org/pypi/khal/
.. _changelog: changelog.html#id2

0 comments on commit 228e07c

Please sign in to comment.