Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Clifton now supports certificate response version 3.

Fixed

  • Quote paths in config files. This is required for paths which have spaces in them.
  • Allow --config-file to be passed at any level of subcommands.
  • Allow clifton clear-cache to work if cache directory is missing.

Changed

  • Retrieve OIDC client ID from the CA rather than setting it in the config. Requires version 0.3 of Conch.

0.2.0 - 2024-09-13

Changed

  • Use the new Conch CA
  • Only write the SSH config if the contents has actually changed.
  • Shorten the timeout for version check to 5 seconds.

0.1.4 - 2024-09-10

Added

  • Notify when a new version of Clifton has been released.
  • Add hidden command clifton clear-cache to delete the cache folder.

0.1.3 - 2024-09-02

Added

  • Allow disabling the QR code display

0.1.2 - 2024-08-16

Fixed

  • Provide a better error message when passing an old format RSA key.

0.1.1 - 2024-08-07

Added

  • Print how long the certificate is valid for when downloaded.
  • Fall back to a wider range of default identities.
  • Add ability to disable opening the browser for authentication. Pass --browser=false to the clifton auth or set open_browser = false in the config file.
  • Warn if using an unencrypted private key.

Fixed

  • Allow tilde in arguments.
  • Don't fail if browser cannot be opened.

0.1.0 - 2024-07-12

Added

  • Initial release