Skip to content

Commit fcfb841

Browse files
committed
Release notes for 0.9.2
1 parent dd6f304 commit fcfb841

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ may want to subscribe to `GitHub's tag feed
1010

1111
0.9.2
1212
=====
13-
not released yet
13+
released 2017-02-13
1414

1515
* FIX if weekstart != 0 ikhal would show wrong weekday names
1616
* FIX allday events added with `khal new DATE TIMEDELTA` (e.g., 2017-01-18 3d)

doc/source/news.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ available as an `rss feed <https://lostpackets.de/khal/index.rss>`_ |rss|.
1212
:title: khal news
1313
:link: http://lostpackets.de/khal/
1414

15+
news/khal092
1516
news/khal091
1617
news/khal09
1718
news/khal071

doc/source/news/khal092.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
khal v0.9.2 released
2+
====================
3+
4+
.. feed-entry::
5+
:date: 2017-02-13
6+
7+
8+
This is an **important bug fix release**, that fixes a bunch of different bugs,
9+
but most importantly:
10+
11+
* if weekstart != 0 ikhal would show wrong weekday names
12+
* allday events added with `khal new DATE TIMEDELTA` (e.g., 2017-01-18 3d)
13+
were lasting one day too long
14+
15+
All other fixed bugs would be rather obvious if you happened to run into them,
16+
as they would lead to khal crashing in one way or another.
17+
18+
One new feature made its way into this release as well, which is good news for
19+
all users pining for the way ikhal's right column behaved in pre 0.9.0 days:
20+
setting new configuration option [view]dynamic_days=False, will make that column
21+
behave similar as it used to.
22+
23+
All users of khal are advised to **upgrade as soon as possible**.
24+
25+
Get `khal v0.9.2`__ from this site, or from pypi_.
26+
27+
__ https://lostpackets.de/khal/downloads/khal-0.9.2.tar.gz
28+
29+
.. _pypi: https://pypi.python.org/pypi/khal/

0 commit comments

Comments
 (0)