summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-12release 0.11.3v0.11.3v0.11.xChristian Geier
2024-02-12ReadTheDocs now requires a build.os config keyChristian Geier
2024-01-25Update deprecated syntaxHugo Osvaldo Barrera
Squelches 165 warnings from tests.
2024-01-25make ikhal work with urwid 2.4.2Christian Geier
There seem to be no issues with older versions of urwid.
2024-01-25add release dateChristian Geier
2023-06-07Merge pull request #1267 from pimutils/changelogv0.11.2Christian Geier
Update CHANGELOG
2023-06-07Update CHANGELOGChristian Geier
2023-06-07Merge pull request #1262 from pimutils/fix/1200Christian Geier
fix #1200
2023-06-07CHANGELOG entryChristian Geier
2023-06-07long jumps in ikhal don't crash itChristian Geier
Before, making the CalendarWidget jump to a date that was more than one month away from the already loaded dates raised an exception. fix #1200
2023-06-07use box drawing characters in CalendarWidget docChristian Geier
2023-06-07reproduce #1200Christian Geier
2023-06-06Merge pull request #1259 from magarnicle/patch-1Christian Geier
Raise error properly on failure to parse ics
2023-06-06added test for printing malformed ics with non-DST-related errorMatt Rademaker
2023-06-03Raise error properly on failure to parse icsMagarnicle
If cal_from_ics in icalendar.py raises a ValueError that is not to do with timezone issue, it will raise it instead of ignoring it and then generating "UnboundLocalError: local variable 'cal' referenced before assignment"
2023-06-03Merge pull request #1263 from pimutils/bug-report-templateChristian Geier
Update issue templates
2023-06-03Update issue templatesChristian Geier
2023-06-02Merge pull request #1261 from r4ulill0/one-month-displayChristian Geier
Implement minimum month display configuration
2023-06-02make ruff happyChristian Geier
2023-06-02Implement minimum month display configuration pimutils/khal#1226Raulillo
2023-05-31Merge pull request #1260 from tretter/fix-duplicate-event-in-ikahlChristian Geier
Fix duplicate event from ikhal
2023-05-30Fix duplicate event from ikhalMichael Tretter
Commit f7fd70bb ("CalendarCollection.new() -> CalendarCollection.insert()") broke duplicating an event from ikhal using "p". Follow the function rename to fix it.
2023-05-30[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2023-05-30[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v1.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.244 → v0.0.270](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.244...v0.0.270)
2023-05-24Use ruff for managing imports tooHugo Osvaldo Barrera
2023-05-24Use Ruff for code linting and checkingHugo Osvaldo Barrera
Ruff does the same as flake8(+plugins)+pyupgrade+isort, but much faster and can also automatically fix many of these quirks too. It ignores all files that are ignored by git, so all the exclude rules are not necessary. I have left isort-related rules out for now since they results in some changes which might add noise at this point.
2023-05-24Merge pull request #1256 from pimutils/feature/more_warningChristian Geier
more warnings on failing to import events
2023-05-24only append ics if successfulChristian Geier
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
2023-05-23more warnings on failing to import eventsChristian Geier
2023-05-23Merge pull request #1254 from pimutils/fix/1249Christian Geier
do not use urwid private methods anymore
2023-05-23do not use urwid private methods anymoreChristian Geier
fixes #1249 fixes #1247
2023-05-23Merge pull request #1252 from jasonccox/masterChristian Geier
Remove invalid mono value from light colors
2023-05-23Remove invalid mono value from light colorsJason Cox
Fixes #1250.
2023-05-23Propagate rename of collection to calendar_name introduced in 1a262b4prataffel
2023-05-21Merge pull request #1244 from heull001/at-formatChristian Geier
Fix for #1243
2023-05-21CHANGELOGChristian Geier
2023-05-20Fix for #1243Henning
the at-commant ignores view/event_format in the config-file
2023-05-03Run testting for python 3.11 in tox tooHenning
python 3.11 was activated only in the github-workflow, not in tox when running manually.
2023-04-23Release 0.11.1v0.11.1Martin Stone
Fix README.rst formatting to allow upload to PyPI
2023-04-23Release 0.11.0v0.11.0Martin Stone
2023-04-22Update upstream GitHub ActionsMartin Stone
2023-04-22Add testing for Python 3.11Martin Stone
2023-04-22Remove `test_etag_sleep` which was made redundant in 1ac5b8a (#1225)Martin Stone
2023-02-14Update another test for recent pytz changesHugo Osvaldo Barrera
2023-02-14Fix flaky tests by sleeping properlyHugo Osvaldo Barrera
2023-02-14Update another test for recent pytz changesHugo Osvaldo Barrera
Fixes: https://github.com/pimutils/khal/issues/1222
2023-02-14[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
updates: - [github.com/pycqa/isort: 5.10.1 → 5.12.0](https://github.com/pycqa/isort/compare/5.10.1...5.12.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.0.0)
2023-02-12Update Colombia's 1993 fallbackDaniele Tricoli
In 2022g release of tz code we have: Colombia's 1993 fallback was 02-06 24:00, not 04-04 00:00. See https://mm.icann.org/pipermail/tz-announce/2022-November/000076.html for details.
2023-02-12Remove value parameter since icalendar skip it for default date timeDaniele Tricoli
2022-12-18Specify unit of measurement for timedelta optionDaniele Tricoli