File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ may want to subscribe to `GitHub's tag feed
10
10
11
11
0.9.2
12
12
=====
13
- not released yet
13
+ released 2017-02-13
14
14
15
15
* FIX if weekstart != 0 ikhal would show wrong weekday names
16
16
* FIX allday events added with `khal new DATE TIMEDELTA ` (e.g., 2017-01-18 3d)
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ available as an `rss feed <https://lostpackets.de/khal/index.rss>`_ |rss|.
12
12
:title: khal news
13
13
:link: http://lostpackets.de/khal/
14
14
15
+ news/khal092
15
16
news/khal091
16
17
news/khal09
17
18
news/khal071
Original file line number Diff line number Diff line change
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/
You can’t perform that action at this time.
0 commit comments