File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ v0.20.0 2025-07-22
5+
6+ - Remove support for python 3.8 (638fb2e)
7+ - Replace atomicwrites dependency with an inlined function (#343)
8+ - Allow new version of vobject (f768845)
9+ - Add new addressbook type "discover" (#341)
10+ - Use python's glibc bindings for locale aware sorting, replacing the unidecode dependency (aad8d03, #338)
11+ - Add support for KIND: vCard fields (#310)
12+ - Remove command line options --strict-search, --uid and --target-uid (946999c)
13+ - Allow address_book as field for list -F (512d8ce)
14+ - Add new man page with subcommand listing (71fb6f0)
15+ - Internal changes:
16+ - Rename default branch to main (369106c)
17+ - Remove setup.py (f6f0047)
18+ - Specify version (ranges) for dependencies (e4a3f71)
19+ - Replace sys.exit calls with exceptions and return values (b721246)
20+ - Use standard list, dict and tuple for type hints (9d17c5f)
21+ - Use python 3.13 in CI (17a8681, f6b7c5c)
22+ - Add extra opt dependency group for type checking (031682c)
23+
24+
425v0.19.1: 2023-11-26
526
627- Fix documentation builds on https://khard.readthedocs.io/
You can’t perform that action at this time.
0 commit comments