38e97a5622
- Update to version 18.6.0.beta1: * chore(release): prepare for release 18.6.0-beta.1 (#2723) * Revert "feat(zsh): try to go to the position in zsh's history (#1469)" (#2715) * feat(stats): add jj to default common subcommands (#2708) * chore(deps): bump fs-err from 2.11.0 to 3.1.0 (#2709) * chore: fix typos (#2668) * feat: delete duplicate history (#2697) * Update dependencies (#2695) * chore(deps): bump debian (#2699) * chore(deps): bump tokio from 1.44.1 to 1.44.2 in the cargo group (#2681) * ci: use native github arm64 runner (#2690)
Soc Virnyl Estela
2025-06-06 00:18:46 +00:00
71a41c6948
Accepting request 1274681 from utilities
Ana Guerrero2025-05-06 14:41:04 +00:00
b7a3501285
- Update to version 18.5.0: * Bug Fixes + Clear terminal area if inline + Fix preexec of child Bash session started by enter_accept + Filter deleted keys from kv list + Ignore leading environment variables when calculating stats + Fix crash when history is empty + Fix an error introduced earlier with support for zsh bracketed paste mode + Avoid calling user-defined widgets when searching for zsh history position + Add .histfile as file to look for when doing atuin import zsh + Panic when invoking delete on empty tui + Sql files checksums + Up binding with fish 4.0 + Don’t save empty commands + Improve broken symlink error handling + Multiline command does not honour max_preview_height + Allow -ve values for timezone + Fish up binding bug * Features + Update AWS secrets env var handling checks + Add health check endpoint at /healthz + Add support for ‘atuin kv delete’ + (wrapped) Add more pkg managers + (zsh) Try to go to the position in zsh’s history + (zsh) Re-enable bracketed paste + Add the --print0 option to search + Make new arrow key behavior configurable + Use readline binding for ctrl-a when it is not the prefix + Option to include duplicate commands when printing history commands + Binaries as subcommands
Filippo Bonazzi2025-05-05 16:51:16 +00:00
451b1a7dc4
- Update to version 18.4.0: * Thanks to @philtweir, we now have a theming system! It's too much to write about here, so see the section in the docs: https://docs.atuin.sh/guide/theming/ * With this release, some defaults have changed. The most obvious will likely be the switch to the compact UI style + inline rendering read more here: https://github.com/atuinsh/atuin/pull/2249 * atuin wrapped: See your stats for 2024 with: atuin wrapped
Soc Virnyl Estela
2025-01-17 23:09:14 +00:00
9869dded82
- Update to version 18.3.0: * *(bash)* Fix a workaround for bash-5.2 keybindings * *(ci)* Release workflow * *(client)* Better error reporting on login/registration * *(config)* Add quotes for strategy value in comment * *(daemon)* Do not try to sync if logged out * *(deps)* Replace parse_duration with humantime * *(dotfiles)* Alias import with init output * *(dotfiles)* Fish alias import * *(dotfiles)* More fish alias import * *(dotfiles)* Unquote aliases before quoting * *(dotfiles)* Allow clearing aliases, disable import * *(stats)* Generation for commands starting with a pipe * *(ui)* Handle being logged out gracefully * *(ui)* Fix mistake in last pr * Support not-mac for default shell * Adapt help to enter_accept config * Add protobuf compiler to docker image * Add incremental rebuild to daemon loop * Alias enable/enabled in settings * Bogus error message wording * Save sync time in daemon * Redact password in database URI when logging * Save sync time in daemon * Replace serde_yaml::to_string with serde_json::to_string_yaml * Fix "From source" cd command * Add docs for store subcommand * *(daemon)* Add support for daemon on windows * *(doctor)* Detect active preexec framework * *(doctor)* Report sqlite version
Soc Virnyl Estela
2024-06-29 14:49:20 +00:00
4e62587e3d
- Update specfile * rust+cargo -> cargo * set --locked flag
Soc Virnyl Estela
2024-06-03 06:59:54 +00:00
b1966aba30
Accepting request 1169297 from utilities
Ana Guerrero2024-04-21 18:26:34 +00:00
d6c84120e1
- omit feature 'check-update' instead of using the removed patch 0000-disable_update_check.patch - remove 0000-disable_update_check.patch
Soc Virnyl Estela
2024-02-15 03:03:22 +00:00
3da0a3215e
- Update to 18.0.1: * Reorder the exit of enhanced keyboard mode * Prevent input to be interpreted as options for zsh autosuggestions * Avoid unexpected atuin history start for keybindings * Prevent input to be interpreted as options for blesh auto-complete * Work around custom IFS * Fix and improve the keybinding to up * Fix incorrect timing of child shells * Disable musl deb building * Work around bash < 4 and introduce initialization guards * Set umask 077 * Disables unix specific stuff for windows * Fix invisible tab title * Shorten text, use ctrl-o for inspector * Integration on older fishes * Save sync time when it starts, not ends * Print literal control characters to non terminals * Escape control characters in command preview * Use existing db querying for history list * Add acquire timeout to sqlite database connection * Update repo url in CONTRIBUTING.md * Dedupe was removing history * Only escape control characters when writing to terminal * Strip control chars generated by \[\] in PS1 with bash-preexec * Check for format errors when printing history * Skip padding time if it will overflow the allowed prefix length * Never overwrite the key * Erase the prompt last line before Bash renders it * Erase the previous prompt before overwriting * Support termcap names for tput * Set durability for sqlite to recommended settings * Correct download list for incremental builds * Add Settings::ut * Enable enhanced keyboard mode * Rework record sync for improved reliability * Include atuin login in secret patterns * Add redraw * Make it clear what you are registering for * Support high-resolution timing even without ble.sh * Add extended help * Add interactive command inspector * Vim mode * Add better error handling for sync * Add history rebuild * Introduce keymap-dependent vim-mode * Make deleting from the UI work with record store sync * Add metrics counter for records downloaded * Make cursor style configurable * Make store init idempotent * Don't stop with invalid key * Add registered and deleted metrics * When in vim-normal mode apply an alternative highlighting to the selected line * [**breaking**] Bind the Atuin search to "/" in vi-normal mode * Update widget names * Make history list format configurable * Add change-password command & support on server * Automatically init history store when record sync is enabled * Add store push * Reencrypt/rekey local store * Add prefers_reduced_motion flag * Add verify command to local store * Add store purge command * Failure to decrypt history = failure to sync * Add store push --force * Add store pull * Disable auto record store init * Add progress bars to sync and store init
Soc Virnyl Estela
2024-02-15 02:58:48 +00:00
6f4df94dd9
Accepting request 1139145 from utilities
Ana Guerrero2024-01-16 20:39:00 +00:00
2eeab96e2d
- Apply patch properly. It got overlooked. - Update to version 17.0.1: * fix(enter_accept): clear old cmd snippet * Fix for breaking change in ratatui 0.24.0 * fix(bash): improve output of enter_accept * fix(fish): improve output for enter_accept * update support template * Remove duplicate "invert" in default config * Silence fish string match * Fix cargo deb usage * Add release blog post and update docs * Correct some secrets filter regex * Revert "Revert "Revert "Use github runners for unit tests (for now)""" * fix(nushell): Ignore stderr messages * Document that the self-hosted port is TCP * Add bash support to enter_accept * allow binding server to hostname * Add fish support for enter_accept * Add enter_accept to immediately execute an accepted command * Checkout repo so the manifest publish step can read git * use the short sha to tag images * Use ubuntu for x86, oops * Update key binding docs * Add commands to print the default configuration * Update key-binding.md * Revert "Revert "Use github runners for unit tests (for now)"" * Revert "Use github runners for unit tests (for now)" * clear history id * fix(1220): Workspace Filtermode not handled in skim engine * Fix/1207 deleted entries shown in interactive search
Soc Virnyl Estela
2023-10-30 03:11:41 +00:00
6f748b7ce0
Accepting request 1110910 from utilities
Ana Guerrero2023-09-13 18:46:07 +00:00
82b3c3ab3c
- Update to version 15.0.0: * Fix release workflow * Add workflow dispatch for release * chore: uuhhhhhh crypto lol * Add keyboard shortcuts to the Config/Keybinding chapter. * Re-added package name to workspace.package * Add package param to cargo deb * Allow specifying tag to build for workflow_dispatch * Add symlink * Upload tar before building deb * Copy license for cargo-deb * Fix fig plugin link * fix broken pipe on history list * docs: Fix broken links in README.md * Add nu section to keybinds.md * cwd_filter: much like history_filter, only it applies to cwd * Add command flag for inline_height * docs: fix "From source" cd command * Correct typos in website * website: Fix participle "be ran" -> "be run" * Update README.md: Disable update check for offline mode * Bump debian from bullseye-20230320-slim to bullseye-20230502-slim * At least patch this on the server side so we don't loop forever * Fix key regression * Include bash preexec warning * feat: add delete account option (attempt 2) * validate usernames on registration * Restructure account commands to account subcommand * Allow server configured page size * Input bar at the top if we are in inline mode
Soc Virnyl Estela
2023-05-29 05:35:00 +00:00
1c3feae1e9
- Update to version 14.0.1 patch release: * Fix deleting history that doesn't exist yet * Updated client config docs * Handle empty lines when importing from Bash * update str substring usage to use range parameter * Fix --delete description * Use XDG data directory for fish import * Add some emacs movement keys * Atuin stats with day, month, week and year filter * Add --reverse to atuin search * Add additional detail to search documentation * Switch to uuidv7 * Workspace reorder * Improve error message for issue #850. * Avoid accidentally deleting all history, but allow it if intended * Add footer * Make the homepage prettier * Release v14.0.1
Soc Virnyl Estela
2023-04-22 23:53:41 +00:00
66e4b3bbd3
- Update to version 14.0.0: * Add Hachyderm links * Update flake.lock to Rust 1.67 * nix: add flake-compat * Fix race condition in directory tests * Rework Bash import * docs(README): fix activity graph link * Show preview of selected command * Up arrow filter_mode setting default to global filter mode * feat: add common default keybindings * Bump debian from bullseye-20230208-slim to bullseye-20230227-slim * Windows support * fix(client): always read session_path from settings * Add register notification webhook * Install CA certificates in docker image * Docker isn't interactive ofc * Minor documentation updates * Fix before/after combined with limit * Allow specifying fulltext as well as full-text * fix new stats unique count * add common prefixes and subcommands to stats * fix(installer): use case-insensitive comparisons * Fixes a bug on windows * Prefer PWD environment variable over cwd if available to better support symbolic links * fix: many links were broken 📝 * skim-demo * Add history deletion * fix: paste into terminal after switching modes * Support old msgpack * Fix skim search
Soc Virnyl Estela
2023-04-14 11:37:45 +00:00
6744030275
- Update to version 13.0.1: * Enable RUST_BACKTRACE for docker builds * Revert "Re-enable arm docker builds" * Fix editURL for docs * Fix link to self-hosting * [docs] fix some links between config and commands * Disable 2 tests that shouldn't run in release mode * fix registration
Soc Virnyl Estela
2023-03-25 00:33:06 +00:00
a609284580
Accepting request 1067960 from home:fbonazzi:branches:utilities
Filippo Bonazzi2023-02-27 11:21:39 +00:00
7c83c41550
- Update to version 13.0.0: * Improvements - Better error messages - Nix install files + instructions - Exit when pushing the down arrow from the most recent entry - Refactor to support generic server-side databases - Make it easier to disable the ctrl-r and/or up arrow bindings - Update to axum6 * Fixes - Fish now handles multi-line commands properly - Listing history for the current session now works - Fix atuin init for Fish * New features - Pretty stats - Custom history list format - History filter - Mnemonic key * Crossterm as the new TUI backend
Soc Virnyl Estela
2023-02-26 23:02:46 +00:00