From 9cd1cfc03013f64cbef7696fb8dfb6e2f0717a8c Mon Sep 17 00:00:00 2001 From: David Barnett Date: Sat, 24 Aug 2024 16:14:25 -0600 Subject: [PATCH] ChangeLog: Document major changes so far since 4.3.0 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5232e474..2bcdd988 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +v4.4.0 + * Fix lots of bugs by switching from deprecaetd oauth2client to + google_auth_oauthlib + * Fix `--lineart` option failing with unicode errors + * `quick` command now prompts for which calendar to use when ambiguous + * Fix --nodeclined option failing on events with aliased email + v4.3.0 * Adds 'conference' to details display (michaelhoffman)