diff options
| author | Yaroslav Halchenko <debian@onerussian.com> | 2024-04-05 16:51:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 15:51:57 +0100 |
| commit | 28b0b490f93fe9f7964d0593b9ba600f4b24663e (patch) | |
| tree | 628f48458d142f61aa70192fa2b36778846fb3ca /CHANGELOG.md | |
| parent | perf(dotfiles): cache aliases and read straight from file (#1918) (diff) | |
| download | atuin-28b0b490f93fe9f7964d0593b9ba600f4b24663e.zip | |
chore(ci): Add codespell support (config, workflow) and make it fix some typos (#1916)
* Add github action to codespell main on push and PRs
* Add rudimentary codespell config
* ignore crate, inbetween etc
* [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w || :",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
* [DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w -i 3 -C 2",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5dbc7a..96ca33a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. - Ensure sync time is saved for sync v2 ([#1758](https://github.com/atuinsh/atuin/issues/1758)) - No panic on empty inspector ([#1768](https://github.com/atuinsh/atuin/issues/1768)) - Enable multiple command stats to be shown using unicode_segmentation ([#1739](https://github.com/atuinsh/atuin/issues/1739)) -- Readd up-arrow keybinding, now with menu handling ([#1770](https://github.com/atuinsh/atuin/issues/1770)) +- Re-add up-arrow keybinding, now with menu handling ([#1770](https://github.com/atuinsh/atuin/issues/1770)) - Missing characters in preview ([#1803](https://github.com/atuinsh/atuin/issues/1803)) - Check store length after sync, not before ([#1805](https://github.com/atuinsh/atuin/issues/1805)) - Disable regex error logs ([#1806](https://github.com/atuinsh/atuin/issues/1806)) @@ -277,7 +277,7 @@ All notable changes to this project will be documented in this file. - Make `atuin account delete` void session + key ([#1393](https://github.com/atuinsh/atuin/issues/1393)) - New clippy lints ([#1395](https://github.com/atuinsh/atuin/issues/1395)) - Accept multiline commands ([#1418](https://github.com/atuinsh/atuin/issues/1418)) -- Reenable enter_accept for bash ([#1408](https://github.com/atuinsh/atuin/issues/1408)) +- Re-enable enter_accept for bash ([#1408](https://github.com/atuinsh/atuin/issues/1408)) - Respect ZSH's $ZDOTDIR environment variable ([#942](https://github.com/atuinsh/atuin/issues/942)) ### Documentation @@ -354,7 +354,7 @@ All notable changes to this project will be documented in this file. ### Features -- Do not allow empty passwords durring account creation ([#1029](https://github.com/atuinsh/atuin/issues/1029)) +- Do not allow empty passwords during account creation ([#1029](https://github.com/atuinsh/atuin/issues/1029)) ### Skim @@ -441,7 +441,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks -- Allow specifiying the limited of returned entries ([#364](https://github.com/atuinsh/atuin/issues/364)) +- Allow specifying the limited of returned entries ([#364](https://github.com/atuinsh/atuin/issues/364)) ## [0.9.0] - 2022-04-23 |
