aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-04-28 14:32:07 +0100
committerGitHub <noreply@github.com>2025-04-28 14:32:07 +0100
commit10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020 (patch)
treea16c41302dca98ed3ba5e18e55250c94d6c4c8ed /CHANGELOG.md
parentRevert "feat(zsh): try to go to the position in zsh's history (#1469)" (#2715) (diff)
downloadatuin-10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020.zip
chore(release): prepare for release 18.6.0-beta.1 (#2723)
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a826f096..7fe1688c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
## [unreleased]
+### Features
+
+- *(stats)* Add jj to default common subcommands ([#2708](https://github.com/atuinsh/atuin/issues/2708))
+- Delete duplicate history ([#2697](https://github.com/atuinsh/atuin/issues/2697))
+
+
+### Miscellaneous Tasks
+
+- Use native github arm64 runner ([#2690](https://github.com/atuinsh/atuin/issues/2690))
+- Fix typos ([#2668](https://github.com/atuinsh/atuin/issues/2668))
+
+
+## [18.5.0] - 2025-04-09
+
### Bug Fixes
- *(1289)* Clear terminal area if inline ([#2600](https://github.com/atuinsh/atuin/issues/2600))
@@ -25,6 +39,7 @@ All notable changes to this project will be documented in this file.
- Add redundant clones to clippy and cleanup instances of it ([#2654](https://github.com/atuinsh/atuin/issues/2654))
- Allow -ve values for timezone ([#2609](https://github.com/atuinsh/atuin/issues/2609))
- Fish up binding bug ([#2677](https://github.com/atuinsh/atuin/issues/2677))
+- Switch to astral cargo-dist ([#2687](https://github.com/atuinsh/atuin/issues/2687))
### Documentation