Skip to content

Commit

Permalink
khal: update to 0.11.2.
Browse files Browse the repository at this point in the history
0.11.2
======

* FIX khal `at` also uses `event_format` not `agenda_event_format`
* FIX duplicating an event using `p` in ikhal
* NEW Add ability to change the minimum number of months displayed with
  `min_calendar_display`
* FIX ikhal don't crash when jumping long distances in time
* FIX do not use urwid's private methods, would crash with latest urwid version
* FIX light colorscheme in ikhal, would crash with recent urwid versions
* FIX better error messages when we cannot import an event
  • Loading branch information
0-wiz-0 committed Jun 16, 2023
1 parent 3f83cb2 commit bcc1334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions time/khal/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.38 2023/05/04 09:58:19 wiz Exp $
# $NetBSD: Makefile,v 1.39 2023/06/16 21:00:45 wiz Exp $

DISTNAME= khal-0.11.1
DISTNAME= khal-0.11.2
CATEGORIES= time net python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/}

Expand Down
8 changes: 4 additions & 4 deletions time/khal/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.25 2023/05/04 09:58:19 wiz Exp $
$NetBSD: distinfo,v 1.26 2023/06/16 21:00:45 wiz Exp $

BLAKE2s (khal-0.11.1.tar.gz) = 388ccf64e132cbe612656a855781b1fd7f4e3be253b705bdab7d470b616ada26
SHA512 (khal-0.11.1.tar.gz) = c4fd25dc4981f4937562949b78f81d3e57b7ef54f7f6d96855645ca239eea9dec7ee6f3c957a67261e7ae2975ab55b36a686db476b03f4fd0bacce94e834b239
Size (khal-0.11.1.tar.gz) = 193942 bytes
BLAKE2s (khal-0.11.2.tar.gz) = fc89a4d0754a7a12bdda9d76355c03be9ed9620168647f3994e784e00ed9c5af
SHA512 (khal-0.11.2.tar.gz) = 378a81c9f9a21a4af77ccdc5eabbcb62d109bcf5f2e2d3407c6fb504e15efd7dde545428153673cfeb46f60d9e9921efcad6805db2944884f124053e7922ab45
Size (khal-0.11.2.tar.gz) = 196986 bytes

0 comments on commit bcc1334

Please sign in to comment.