Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeLog: Reorganize v4.5.0 items and add a few missing misc fixes #788

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
v4.5.0
* Drop support for python <3.10
* Add `init` command to explicitly request auth setup/refresh
* Improve auth issue handling and error messaging or invalid OAuth token
issues (adrien-n)
* Respect locally-installed certificates (ajkessel)
* Re-add a `--noauth_local_server` to provide instructions for authenticating
from a remote system using port forwarding
* Add support for config.toml file and `gcalcli config edit` command
* Add support for `gcalcli util config-schema|reset-cache|inspect-auth`
commands
* Behavior change: `--noincluderc` now skips gcalclirc files unconditionally,
w/ or w/o --config-folder
- POSSIBLE ACTION REQUIRED: Use `@path/to/gcalclirc` explicitly if it stops
reading an rc file you needed
* The `import` command now dumps events it couldn't import into a tmp rej.ics
file in a tmp directory for convenient retries
* `import` can also handle events w/o a dtend, using duration if available
* Determine date format to use based on system locale's in "When" inputs
* Respect locally-installed certificates (ajkessel)
* Re-add a `--noauth_local_server` to provide instructions for authenticating
from a remote system using port forwarding
* Migrate data files like ~/.gcalcli_oauth into standard data file paths
(with fallback to migrate detected files into the new paths)
* Add support for $GCALCLI_CONFIG env var and deprecate --config-folder
* Add support for `gcalcli util config-schema|reset-cache|inspect-auth`
commands
* Fix parsing for calendar names containing '#'
* `add` and similar commands determine date format to use based on system
locale's in "When" inputs
* `add` with `--default-reminders` won't prompt for additional reminders
* Fix `import` crashing on empty ICS files
* `import` can also handle events w/o a dtend, using duration if available
* The `import` command now dumps events it couldn't import into a tmp rej.ics
file in a tmp directory for convenient retries

v4.4.0
* Fix lots of bugs by switching from deprecated oauth2client to
Expand Down