Skip to content

v0.11.0

Compare
Choose a tag to compare
@d7415 d7415 released this 23 Apr 13:04
· 242 commits to master since this release
v0.11.0
88838b4
  • DROPPED support for python versions < 3.8
  • UPDATED REQUIREMENT pytz is now required >= 2018.7
  • NEW test REQUIREMENT: packaging
  • FIX support in tests for pytz version numbers of the format year.month.minor
  • FIX deleting of instances of recurring events in ikhal
  • FIX if a discover collection is set to "readonly", discovered collections
    will now inherit the readonly property
  • FIX ikhal will not wrap date headers into the next line in narrow terminals
  • FIX configure should only suggest valid default collection names
  • NEW the configure command can now set up vdirsyncer
  • NEW better error message for misuses of at and list
  • NEW discover collection type now supports ** (arbitrary depths)
  • NEW Add testing for Python 3.11