diff options
| author | Chris Rose <offline@offby1.net> | 2024-06-25 13:24:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-25 21:24:31 +0100 |
| commit | fd3aca7cb3394d895d27e8cea26a02948b06d6f1 (patch) | |
| tree | edb5514afacfae5b150006f5bb8ac258aca4af40 /CHANGELOG.md | |
| parent | feat: Add GitLab PAT to secret patterns (#2196) (diff) | |
| download | atuin-fd3aca7cb3394d895d27e8cea26a02948b06d6f1.zip | |
feat: add several other GitHub access token patterns (#2200)
- OAuth access tokens
- refresh token
- app installation token
- PAT v2
Additionally, added support for having >1 value for testing, for cases
where the pattern for a secret has alternative formats (GitHub PAT v2
does this)
Diffstat (limited to '')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c3580052..a0515d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. ### Features +- *(client)* Identify several other GitHub token types as secrets - *(daemon)* Follow XDG_RUNTIME_DIR if set ([#2171](https://github.com/atuinsh/atuin/issues/2171)) - *(gui)* Automatically install and setup the cli/shell ([#2139](https://github.com/atuinsh/atuin/issues/2139)) - *(gui)* Add activity calendar to the homepage ([#2160](https://github.com/atuinsh/atuin/issues/2160)) |
