Skip to content

Commit

Permalink
Fix crash when initiating search in ikhal
Browse files Browse the repository at this point in the history
Fixes: #1357
See: #1358
  • Loading branch information
gachikuku authored Aug 20, 2024
1 parent 4b6e799 commit 106e4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ Valentin Iovene - val [at] too [dot] gy
Julian Wollrath
Mattori Birnbaum - me [at] mattori [dot] com - https://mattori.com
Pi R
Alnoman Kamil - noman [at] kamil [dot] gr - https://kamil.gr
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ may want to subscribe to `GitHub's tag feed
======
not released yet

* UPDATED REQUIREMENT urwid is now required >= 2.1.0
* UPDATED REQUIREMENT urwid is now required >= 2.6.15
* NEW REQUIREMENT for tests on python >= 3.12: pkg_resources
* optimization in ikhal when editing events in the far future or past
* FIX an issue in ikhal with updating the view of the event list after editing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"click>=3.2",
"click_log>=0.2.0",
"icalendar>=4.0.3",
"urwid>=2.1.0",
"urwid>=2.6.15",
"pyxdg",
"pytz",
"python-dateutil",
Expand Down

0 comments on commit 106e4d0

Please sign in to comment.