Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

atuin-18.13.6-1.2 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: atuin Distribution: openSUSE Tumbleweed
Version: 18.13.6 Vendor: openSUSE
Release: 1.2 Build date: Fri Mar 27 23:34:20 2026
Group: System/Console Build host: reproducible
Size: 23329070 Source RPM: atuin-18.13.6-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/ellie/atuin
Summary: Magical shell history
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands.
Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.

Provides

Requires

License

MIT

Changelog

* Fri Mar 27 2026 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.13.6:
    * Bug Fixes
      + (powershell) Handle non-FileSystem drives (#3353)
      + Remove unnecessary arboard/image-data default feature (#3345)
      + Use printf to append fish shell init block (#3346)
      + Set WorkingDirectory in PowerShell Invoke-AtuinSearch (#3351)
    * Features
      + Use eye-declare for more performant and flexible AI TUI (#3343)
    * Miscellaneous Tasks
      + (ci) Switch most workflows to depot ci (#3352)
  - Update to version 18.13.5:
    * Bug Fixes
      + Atuin Hex fails to init on bash and zsh (#3341)
    * Documentation
      + Fix duplicated word in Kubernetes guide (#3338)
* Tue Mar 24 2026 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.13.4:
    * Bug Fixes
      + (ai) Restore url-quote-magic for ? in zsh (#3304)
      + Redirect tty0 when running setup (#3302)
      + Call ensure_hub_session even if primary sync
      endpoint is self-hosted (#3301)
      + Remove per-event mouse capture toggling that leaked
      ANSI to stdout (#3299)
      + Clarify what data is sent when using Atuin AI during setup
      (only OS and shell) (#3290)
      + Better tty check (#3313)
      + Disable features in init when that feature is explicitly disabled (#3328)
      + Don't run 'atuin init' in 'atuin hex init' — each must be initialized
      separately (#3334)
    * Documentation
      + Fix typo in FAQ alternatives section (#3292)
      + Remove 'experimental' status from Atuin Daemon (#3295)
      + Add inline_height_shell_up_key_binding (#3270)
    * Features
      + Report distro name with OS for distro-specific commands (#3289)
      + Allow setting kv values from stdin
      + Error if value not provided and no stdin
      + Add a small atuin label to the ai box (#3309)
      + Allow running atuin search -i as subcommand on Windows (#3250)
      + Hex init nu (#3330)
    * Miscellaneous Tasks
      + (ci) Tag docker images with semantic versions on tag creation (#3316)
      + Replace atuin-ai rendering with component-oriented system (#3288)
      + Refactor CLI auth flows and token storage (#3317)
* Tue Mar 17 2026 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.13.3:
    * Bug Fixes
      + Nushell 0.111; future Nushell 0.112 support (#3266)
    * Features
      + Call atuin setup from install script (#3265)
      + Allow headless account ops against Hub server (#3280)
      + Add custom filtering and scoring mechanisms
    * Miscellaneous Tasks
      + (ci) Migrate to depot runners (#3279)
      + (ci) Use depot to build docker images too (#3281)
      + Update changelog
      + Update permissions in Docker workflow (#3283)
      + Change CHANGELOG format to be easier to parse
      + Symlink changelog so dist can pick it up
      + Vendor nucleo-ext + fork, so we can depend on our changes
      properly (#3284)
  - introduced nushell-completion package
* Sat Mar 14 2026 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.13.2:
    * Miscellaneous Tasks
      + *(release)* Update dist, remove custom runners
      + Update changelog  * No upstream 18.13.2 section is present in CHANGELOG.md.
  - Update to version 18.13.1:
    * Miscellaneous Tasks
      + (release) Update dist, remove custom runners
      + Update changelog
  - Update to version 18.13.0:
    * Bug Fixes
      + (deps) Add use-dev-tty to crossterm in atuin-ai (#3185)
      + (docs) Update Postgres volume path in Docker as required by pg18 (#3174)
      + Systemd Exec for separate server binary (#3176)
      + Multiline commands with fish (#3179)
      + Silent DB failures e.g. when disk is full (#3183)
      + Forward $PATH to tmux popup in zsh (#3198)
      + Dramatically decrease daemon memory usage (#3211)
      + Regen cargo dist
      + Clear script database before rebuild to prevent unique constraint violation (#3232)
      + Support Nushell 0.111 (#3249)
      + Ctrl-c not exiting ai (#3256)
    * Documentation
      + Update config.md to remove NuShell support note (#3190)
      + Document search.filters (#3195)
      + Clean up doc references for sqlite-based self-hosting (#3216)
      + Document daemon-fuzzy search mode (#3254)
    * Features
      + (docs) Add Shell Integration and Interoperability docs (#3163)
      + switch-context (#3149)
      + Add Hub authentication for future sync + extra features (#3010)
      + Add Atuin AI inline CLI MVP (#3178)
      + Add autostart and pid management to daemon (#3180)
      + Generate commands or ask questions with atuin ai (#3199)
      + Add history author/intent metadata and v1 record version (#3205)
      + In-memory search index with atuin daemon (#3201)
      + Update script for smoother setup (#3230)
      + Initial draft of atuin-shell (#3206)
      + Allow setting multipliers for frequency, recency, and frecency scores (#3235)
      + Allow running atuin search -i as subcommand (#3208)
      + Use pty proxy for rendering tui popups without clearing the terminal (#3234)
      + Allow authenticating with Atuin Hub (#3237)
      + Initialize Atuin AI by default with atuin init (#3255)
      + Add atuin setup (#3257)
    * Miscellaneous Tasks
      + Use workspace versions (#3210)
      + Move atuin ai subcommand into core binary (#3212)
      + Update to Rust 1.94 (#3247)
      + Strip symbols in dist profile to reduce binary size
      + Upgrade thiserror 1.x to 2.x to deduplicate dependency
      + Upgrade axum 0.7 to 0.8 to deduplicate with tonic's axum
      + Update changelog
* Thu Feb 12 2026 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.12.1:
    * chore(release): prepare for release 18.12.1 (#3172)
    * feat: Add original-input-empty keybind condition (#3171)
    * fix(shell): fix ATUIN_SESSION errors in tmux popup (#3170)
    * fix: Server start commands for Docker. (#3160)
    * feat: expand keybinding system with vim motions, media keys, and inspector improvements (#3161)
    * fix(tui): enter in vim normal mode, shift-tab keybind (#3158)
    * chore(deps): bump debian from bookworm-20260112-slim to bookworm-20260202-slim (#3150)
    * chore(deps): Update to tiny-bip39 2.0.0 (#3151)
    * chore: update changelog
* Tue Feb 10 2026 Andrei Dziahel <develop7@develop7.info>
  - bump Rust to 1.93 (see upstream changelog)
  - Update to version 18.12.0:
    + Bug Fixes
    * (powershell) Preserve $LASTEXITCODE (#3120)
    * (powershell) Display search stderr (#3146)
    * (search) Allow hyphen-prefixed query args like --- (#3129)
    * (tui) Space and F1-F24 keys not handled properly by new keybind system (#3138)
    * (ui) Don't draw a leading space for command
    * (ui) Time column can take up to 9 cells
    * (ui) Align cursor with the expand column (usually the command)
    * (ui) Align cursor when expand column is in the middle (#3103)
    * Zsh import multiline issue (#2799)
    * Do not hit sync v1 endpoints for status
    * Do not hit sync v1 endpoints for status (#3102)
    * Do not set ATUIN_SESSION if it is already set (#3107)
    * Custom data dir test on windows (#3109)
    * New session on shlvl change (#3111)
    * Larger exit column width on Windows (#3119)
    * Halt sync loop if server returns an empty page (#3122)
    * Use directories crate for home dir resolution (#3125)
    * Tab behaving like enter, eprintln (#3135)
    * Issue with shift and modifier keys (#3143)
    * Remove invalid IF EXISTS from sqlite drop column migration (#3145)
    + Documentation
    * (CONTRIBUTING) Update links (#3117)
    * (README) Update links (#3116)
    * (config) Clarify scope of directory filter_mode (#3082)
    * (configuration) Describe new utility "atuin-bind" for Bash (#3064)
    * (installation) Add mise alternative installation method (#3066)
    * Various improvements to the atuin import docs (#3062)
    * Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061)
    * Fix punctuation and grammar in basic usage guide (#3063)
    * Expand and clarify usage of the history prune command (#3084)
    * Small edit to themes website file (#3069)
    * Config/ with initial uid:gid
    * Add PowerShell install instructions
    * Add PowerShell and Windows install instructions (#3096)
    * Update the [keys] docs (#3114)
    * Add history deletion guide (#3130)
    * Update how to use Docker to self-host (#3148)
    * Add IRC contact information to README
    + Features
    * (dotfiles) Add sort and filter options to alias/var list (#3131)
    * (theme) Note new default theme name and syntax (#3080)
    * (tui) Add clear-to-start/end actions (#3141)
    * (ui) Highlight fulltext search as fulltext search instead of fuzzy search
    * (ui) Highlight fulltext search as fulltext search instead of fuzzy search (#3098)
    * (ultracompact) Adds setting for ultracompact mode (#3079)
    * Add custom column support (#3089)
    * Left arrow/backspace on empty to start edit (#3090)
    * Add more vim movement bindings for navigation (#3041)
    * Support setting a custom data dir in config (#3105)
    * Remove user verification functionality (#3108)
    * Add option to use tmux display-popup (#3058)
    * Move atuin-server to its own binary (#3112)
    * Add a parameter to the sync to specify the download/upload page (#2408)
    * Replace several files with a sqlite db (#3128)
    * Add new custom keybinding system for search TUI (#3127)
    + Miscellaneous Tasks
    * Remove total_history from api index response (#3094)
    * BREAKING: remove total_history from api index response (#3094)
    * Update to rust 1.93
    * Update to rust 1.93 (#3101)
* Tue Jan 13 2026 Andrei Dziahel <develop7@develop7.info>
  - Bump rust to 1.91 (see upstream changelog)
  - Add cmake as build requirement (fixes build on non-x86)
  - Update to version 18.11.0:
    * chore: remove x86_64 mac from build targets (#3052)
    * chore: update changelog
    * chore(release): prepare for release 18.11.0 (#3051)
    * feat: add session and uuid column support to history list (#3049)
    * feat: consider atuin dotfile aliases when calculating atuin wrapped (#3048)
    * chore: add AGENTS.md
    * fix(powershell): add error safety and cleanup (#3040)
    * fix(powershell): run `atuin history end` in the background (#3034)
    * feat: allow disabling sync v1 (#3030)
    * feat: add support for read replicas to postgres (#3029)
    * fix: Move thorough search through search.filters w/ workspaces (#2703)
    * docs: Migrate docs from separate repo to `docs` subfolder (#3018)
    * fix: prevent interactive search crash when update check fails (#3016)
    * ci: fix github action syntax for variables (#2998)
    * feat: add colors to --help/-h (#3000)
    * feat: support additional history filenames in replxx importer (#3005)
    * build(nix): prevent deprecation warning on evaluation (#3006)
    * chore: clarify docstring of the enter_accept config key (#3003)
    * chore(deps): Update some packages realated to ring and aws-lc (#2991)
    * build(nix): update rust toolchain hash (#2990)
    * chore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.91.0-slim-bookworm to latest-rust-1.91.1-slim-bookworm (#2995)
    * fix: highlight the correct place when multibyte characters are involved (#2965)
    * chore: fix typo (#2994)
    * chore(deps): Update the directories dependency to 6.0.0 (#2982)
    * chore: remove trailing whitespace (#2985)
    * chore(deps): bump debian from bookworm-20250929-slim to bookworm-20251103-slim (#2986)
    * chore: Add Atuin Desktop information to install script
    * chore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.90.0-slim-bookworm to latest-rust-1.91.0-slim-bookworm (#2978)
    * chore: update to rust 1.91 (#2981)
    * fix(bash): work around a keybinding bug of Bash 5.1 (#2975)
    * fix(bash/blesh): suppress error message for auto-complete source (#2976)
    * fix(bash): fix issues with intermediate key sequences in the vi editing mode (#2977)
    * ci: add Windows builds, second try (#2966)
    * chore: adjust update wording (#2974)
    * feat Add PowerShell support (#2543)
    * chore: update changelog
* Thu Oct 23 2025 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.10.0:
    * Bug Fixes
      + Stats ngram window size cli parsing (#2946)
    * Features
      + (bash) Use Readline's accept-line for enter_accept (#2953)
      + Add commit to displayed version info (#2922)
      + Add import from PowerShell history (#2864)
      + Interactive Inspector (#2319)
      + Nu ≥ 0.106.0 support commandline accept (#2957)
    * Miscellaneous Tasks
      + Update rusty_paseto and rusty_paserk (#2942)
      + Update changelog
  - Update to version 18.9.0
    * Bug Fixes
      + (dotfiles) Properly escape spaces/quotes in vars
      + Clippy issues on Windows (#2856)
      + Honor timezone in inspector stats (#2853)
      + Make status exit 1 if not logged in (#2843)
      + Match logic of theme directory with settings directory, so ATUIN_CONFIG_DIR is respected (#2707)
      + Expand path for daemon.socket_path (#2870)
      + Use fullscreen if inline_height is too large (#2888)
      + Clean up new rustc and clippy warnings on Rust 1.89
      + cargo update and changes needed to accomodate it
      + Run cargo fmt
      + Clippy warnings I don't have on my version of clippy
      + Add forgotten rust-toolchain.toml to match changes (oops)
      + Update version in Cargo.toml + github workflows
      + Clippy warnings
      + Dissociate command_chaining from enter_accept
      + Remove atuin_chain_command prefix
      + Docker compose link (#2914)
      + Fish up binding (#2902)
    * Features
      + (stats) Add dotnet to default common subcommands
      + (tui) Select entries using number in vim-normal mode. closes #2368 (#2893)
      + (tui) Add show_numeric_shortcuts config to hide 1-9 shortcuts (#2766)
      + Highlight matches in interactive search (#2653)
      + Add session-preload filter mode to include global history from before session start
      + Add various acceptance keys (#2928)
      + More accurately filter secret tokens (#2932)
      + Add shell pipelines to command chaining (#2938)
    * Miscellaneous Tasks
      + Update changelog
      + Remove legacy Apple SDK frameworks (#2885)
      + Update dist workflows
      + Update to Rust 1.90 (#2916)
    * Refactor
      + Shell environment variables
    * Build
      + Update flake.nix with new sha256
* Mon Sep 15 2025 Andrei Dziahel <develop7@develop7.info>
  - Update to version 18.8.0:
    * chore(release): prepare for release 18.8.0 (#2858)
    * feat: add IDX_CACHE_ROLLOUT (#2850)
    * fix(build): enable sqlite feature for sqlite server (#2848)
    * fix: ensure the idx cache is cleaned on deletion, only insert if records are inserted (#2841)
    * fix: use transaction for idx consistency checking (#2840)
    * feat: add inline_height_shell_up_key_binding option (#2817)
    * nushell: fix `get -i` deprecation (#2829)
    * fix: Make login exit 1 if already logged in (#2832)
    * feat: Support multi part commands (Fixes #2836) (#2837)
    * feat: add info for 'official' plugins (#2835)
    * feat: command chaining (#2834)
    * chore: update to rust 1.88 (#2815)
    * Update indicatif to 0.18.0 (#2833)
  - bump cargo version to 1.88
  - Update to version 18.7.1
    * chore(release): prepare for release 18.7.1 (#2826)
    * fix: add check for postgresql prefix (#2825)
    * chore: update changelog
  - Update to version 18.7.0
    * chore(release): prepare for release 18.7.0 (#2823)
    * chore(deps): bump debian (#2811)
    * chore(deps): bump lukemathwalker/cargo-chef (#2812)
    * fix: refuse "--dupkeep 0" (#2807)
    * chore(deps): bump lukemathwalker/cargo-chef (#2765)
    * chore(deps): bump debian (#2794)
    * feat: Add sqlite server support for self-hosting (#2770)
    * fix(search): prevent panic on malformed format strings (#2776) (#2777)
    * fix: `atuin.nu` enchancements (#2778)
    * fix: Don't print errors in `zsh_autosuggest` helper (#2780)
    * fix(doctor): mention the required ble.sh version (#2774)
    * chore(deps): bump debian (#2772)
    * fix(api): Allow trailing slashes in sync_address (#2760)
    * Formatting
    * fix: clarify that HISTFILE, if used, must be exported (#2758)
    * chore(ci): Install toolchain that matches rust-toolchain.toml (#2759)
    * chore: Allow setting script DB path (#2750)
    * chore(deps): bump tower from 0.4.13 to 0.5.2 (#2734)
    * chore(deps): bump debian (#2736)
* Sat Aug 23 2025 Andrei Dziahel <develop7@develop7.info>
  - spec: fixed build failure by dropping --locked (already set by %cargo_build macro)
* Sun Jun 22 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Update to version 18.6.1:
    * chore(release): prepare for release 18.6.1 (#2749)
    * Revert "fix: selection vs render issue (#2706)" (#2748)
* Wed Jun 18 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Update to version 18.6.0:
    * chore(release): prepare for release 18.6.0 (#2740)
    * feat: Implement KV as a write-through cache (#2732)
    * chore(deps): update minspan to 0.1.5 (#2729)
    * chore(deps): Update postmark to 0.11 (#2730)
    * fix: selection vs render issue (#2706)
    * feat: sort `atuin store status` output (#2719)
    * chore(deps): bump unicode-width from 0.1.14 to 0.2.0 (#2722)
* Tue Jun 10 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - 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)
* Sat May 03 2025 Andrea Manzini <andrea.manzini@suse.com>
  - 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
      + Support storing, syncing and executing scripts
      + Add ‘atuin scripts rm’ and ‘atuin scripts ls’ aliases; allow reading
      from stdin
    * Miscellaneous Tasks
      + Remove unneeded dependencies
      + Update rust toolchain to 1.85
      + Align daemon and client sync freq
      + Show host and user in inspector
    * Performance
      + Cache SECRET_PATTERNS’s RegexSet
* Wed Jan 15 2025 Andrea Manzini <andrea.manzini@suse.com>
  - 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
* Tue Jul 09 2024 Holden Fried <holdenrf2021@gmail.com>
  - Fixing broken build. Needs rustc >= 1.77 and protobuf-devel
* Sat Jun 29 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
  - 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
    * *(dotfiles)* Support syncing shell/env vars
    * *(gui)* Work on home page, sort state
    * *(history)* Create atuin-history, add stats to it
    * *(install)* Add Tuxedo OS
    * *(server)* Add me endpoint
    * *(ui)* Scroll history infinitely
    * *(ui)* Add history explore
    * *(ui)* Use correct username on welcome screen
    * *(ui)* Add login/register dialog
    * *(ui)* Setup single-instance
    * *(ui/dotfiles)* Add vars
    * Allow ignoring failed commands
    * Show preview auto
    * Add background daemon
    * Support importing from replxx history files
    * Move crates into crates/ dir
    * Fix atuin crate readme
    * Add some more logging to handlers
    * Add some more debug logs
    * Clarify default config file
    * Handle rate limited responses
    * Add Systemd config for self-hosted server
    * Switch to cargo dist for releases
    * Update email, gitignore, tweak ui
    * *(nushell)* Use version.(major|minor|patch) if available
    * Only open the database for commands if strictly required
    * Preview_auto to use enum and different option
* Mon Jun 03 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update specfile
    * rust+cargo -> cargo
    * set --locked flag
* Fri Apr 19 2024 Joshua Smith <smolsheep@opensuse.org>
  - Update to 18.2.0:
    Bug Fixes:
    * Add missing description
    * Allow empty search
    * Pass search query in via env
    * Pass search query in via env for Nushell
    * Case insensitive hostname filtering
    * Update atuin.nu to resolve 0.92 deprecation
    * Detect preexec plugin using env ATUIN_PREEXEC_BACKEND
    * Install script echo
    * Report non-decodable errors correctly
    * Do not use "return" to cancel initialization
    * Use spawn_blocking for file access during async context
    Documentation:
    * Add security contact
    * Add install instructions for cave/exherbo linux in README.md
    * Describe the limitation of missing commands
    * Add missing cli help text
    Features:
    * Process [C-h] and [C-?] as representations of backspace
    * Allow specifying search query as an env var
    * Check PG version before running migrations
    * Add atuin prefix binding
    * Update install.sh to support KDE Neon
    * Add better search scoring
    * Sync v2 default for new installs
    * Add 'ctrl-a a' to jump to beginning of line
    * Prevents stderr from going to the screen
    * Add alias import
    * Use _ble_exec_time_ata for duration even in bash < 5
    * Add base structure
    Miscellaneous Tasks:
    * Add issue form
    * Require atuin doctor in issue form
    * Add section to issue form
    * Add codespell support (config, workflow) and make it fix some
      typos
    Performance:
    * Cache aliases and read straight from file
  - Updates from 18.1.0:
    Bug Fixes
    * Rework #1509 to recover from the preexec failure
* Thu Feb 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - omit feature 'check-update' instead of using the removed patch 0000-disable_update_check.patch
  - remove 0000-disable_update_check.patch
* Thu Feb 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - 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
* Tue Jan 16 2024 Joshua Smith <jsmithfpv@gmail.com>
  - Update to 17.2.1:
    Fixes:
    * Fix typo with default config
    * Don't require all fields under [stats]
    * Disallow deletion if the '--limit' flag is present
    * Fix loss of the last output line with enter_accept
    * Ignore struct_field_names
    * Improve the support for enter_accept with ble.sh
    * Fix small issues of enter_accept for the plain Bash
    * Time now_local not working
    * Fix quirks on search cancel
    * Zsh_autosuggest_strategy for no-unset environment
    * Fix error by the use of ${PS1@P} in bash < 4.4
    * Zsh use a special format to escape some characters
    * Initial list of history in workspace mode
    * Add Appkit to the package build
    * Bind in the most popular modes
    * Only trigger up-arrow on first line
    * Clean up the fish script options
    * Use fish builtins for enter_accept
    * Make atuin account delete void session + key
    * New clippy lints
    * Accept multiline commands
    * Reenable enter_accept for bash
    * Respect ZSH's $ZDOTDIR environment variable
    Documentation:
    * Add actuated linkback
    * Add link to forum
    * Align setup links in docs and readme
    * Add Void Linux install instruction
    * Add fish install script
    * Correct link
    * Fix light/dark mode logo
    * Use picture element for logo
    * Add docs for zsh-autosuggestion integration
    * Remove stray character from README
    * Update logo
    * Update sync.md
    * Update Arch Linux package URL in advanced-install.md
    * New stats config
    Features:
    * Add semver checking to client requests
    * Add TLS to atuin-server
    * Integrate with zsh-autosuggestions
    * Support high-resolution duration if available
    * Provide auto-complete source for ble.sh
    * Add a nixpkgs overlay
    * Add metrics server and http metrics
    * Add some metrics related to Atuin as an app
    * Allow configuring stats prefix
    * Allow spaces in stats prefixes
* Tue Oct 31 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update patch 0000-disable_update_check.patch
* Mon Oct 30 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - 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
    * A man is not dead while his name is still spoken
    * Add --print0 to `history list`
    * Use github runners for unit tests (for now)
    * Revert "Re-enable `linux/arm64` platform in CI docker build"
    * Re-enable `linux/arm64` platform in CI docker build
    * feat: copy to clipboard
    * support timezones in calendar
    * handle empty keybindings list for nushell
    * add --reverse to history list
    * Fix support template
    * fix sync timestamps
    * better sync error messages
    * refactor: Duplications reduced in order to align implementations of reading history files
    * Add connect timeout and overall timeout
    * feat(keyup): Configure SearchMode for KeyUp invocation #1216
    * Fix selecting complex fish commands
    * docs: document the available format options of History list command
    * config.md: invert mode detailed options
    * Update config.toml: List inverted mode
    * Move contributors to be a top-level file
    * replace chrono with time
    * Use `case` for Linux distro choice in `install.sh`
    * Update issue templates
    * feat: mouse selection support
    * Update docker.md
    * Explicitly use buster image for cargo-chef, mitigates #1204
    * Update shell-completions.md
    * Update config.md
    * Remove fig from README
    * Automatically filter out secrets
    * Update dependencies
    * Add kv map builder and list function
    * fix(ubuntu/arm*): detect non amd64 ubuntu and handle
    * Fix keybinding link in README
    * docs: update `workspace` config key to `workspaces`
    * Only setup shell plugin if it's not already there
    * Remove terminal mode switching
    * Update to ratatui 0.22
    * Include revision in status
    * Fix index tail leak
    * Update(docs) Add `workspace` to config.toml and config.md
    * Fix client-only builds
* Wed Sep 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Fix and update generated vendored tarball.
* Sat Sep 02 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.16.0:
    * Add graceful shutdown on SIGTERM
    * Update Arch Linux links in README
    * fix: Adjust broken link to supported shells
    * feat: do not allow empty passwords durring account creation
    * Fix movement keys in inverted mode
    * Make Ctrl-d behaviour match other tools
    * refactor server to allow pluggable db and tracing
    * Add support to override hostname and username via env vars
    * Fix --delete-it-all and --delete commands
    * Make requirement of PostgreSQL 14 explicit
    * Bug/fix gh action aarch64 tarball
    * Key values
    * Add namespaces to kv store
    * Builder interface for History objects
    * clean apt cache in Dockerfile
    * remove rmp-serde
    * fix: fixes unix specific impl of shutdown_signal
    * Add RecordIndex data structure
    * remove decryption from api-client
    * Revamp getting started guide
    * Redirect old docs
    * Move key binding docs so they can be more easily found
    * record encryption
    * Fix nu section in key-bindings.md - set-env -> let-env
    * Update Nushell support to use support* remove decryption from api-client
    * Revamp getting started guide
    * Redirect old docs
    * Move key binding docs so they can be more easily found
    * record encryption
    * Fix nu section in key-bindings.md - set-env -> let-env
    * Update Nushell support to use supported $env update syntax
    * fix key encodings again
    * Update config.toml path default comments
    * fix for zsh no-unset environments
    * atuin crypto blog post
    * Add OG image
    * write some key tests
    * Add new sync
    * Add total history count to the index API
    * Delete the count cache row when a user is deleted
    * Add workspace mode, enable if in git repo
    * Unvendor ratatui
    * skim: fix filtering aggregates
    * Serve docusaurus on /docs/
    * Try adjusting docs root
    * Remove vercel config
    * Tidy up docs
    * use Ctrl-n instead of Alt-n on macOS
    * some simple server tests
    * Disable server tests in the nix build
    * Drop default sync frequency to 10m
    * Move all references to the old repo
    * Add self hosted runner
    * Split integration and unit tests, use runner for unit
    * fix(server): Teapot is a cup of coffee
    * rebase: fix: nushell empty hooks
    * Add support for max_preview_height setting
    * fix(docs): List all presently documented commands
    * encode paseto payloads as json
    * fix(docs): Correct command overview paths
    * Prepare release v16.0.0
    * fix key encodings again
    * Update config.toml path default comments
    * fix for zsh no-unset environments
    * atuin crypto blog post
    * Add OG image
    * write some key tests
    * Add new sync
    * Add total history count to the index API
    * Delete the count cache row when a user is deleted
    * Add workspace mode, enable if in git repo
    * Unvendor ratatui
    * skim: fix filtering aggregates
    * Serve docusaurus on /docs/
    * Try adjusting docs root
    * Remove vercel config
    * Tidy up docs
    * use Ctrl-n instead of Alt-n on macOS
    * some simple server tests
    * Disable server tests in the nix build
    * Drop default sync frequency to 10m
    * Move all references to the old repo
    * Add self hosted runner
    * Split integration and unit tests, use runner for unit
    * fix(server): Teapot is a cup of coffee
    * rebase: fix: nushell empty hooks
    * Add support for max_preview_height setting
    * fix(docs): List all presently documented commands
    * encode paseto payloads as json
    * fix(docs): Correct command overview paths
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Replace obsoleted `disabled` option with `manual`
* Mon May 29 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - 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
    * 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
    * Add option to completely disable help row
    * Fix typo in config.toml
* Sun May 07 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Fix installation step in specfile.
* Sat Apr 22 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - 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
* Sat Apr 22 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Add _constraints
    * Make disk size to 12G to fix build failure "No space left on device"
* Fri Apr 14 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - 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
    * Allow changing search_mode during interactive search
    * chore: remove tui vendoring
    * Bump debian from bullseye-20230227-slim to bullseye-20230320-slim
    * Delete all instances of a command
    * Bump lukemathwalker/cargo-chef from latest-rust-1.67.1 to latest-rust-1.68.0
    * feat: respect exit_mode setting when exiting with arrow down keypress
    * feat: add an inline view mode
    * Add musl build
    * feat: add Nushell support
    * chore: use fork of skim
    * Bind keys in vi mode too
    * Account for user not yet having count cache
    * Fixes nushell recording empty commands
    * Update CONTRIBUTING.md
    * client filtering done in query
    * fix: record negative exit codes
    * Refactor/nu remove dep on sh
    * Update CI
    * Add more fields to atuin search --format
    * install.sh - add endeavouros to archlinux detection
    * Add --offset flag to atuin search
    * Update atuin search docs
    * Add atuin status
    * fix: allow nix package to fetch dependencies from git
    * feat: add github action to test the nix builds
    * Vendor ratatui temporarily
* Sat Mar 25 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - 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
* Mon Feb 27 2023 Filippo Bonazzi <filippo.bonazzi@suse.com>
  - Disable update check by default since updates are handled in OBS
* Sun Feb 26 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - 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

Files

/usr/bin/atuin
/usr/share/doc/packages/atuin
/usr/share/doc/packages/atuin/CHANGELOG.md
/usr/share/doc/packages/atuin/README.md
/usr/share/doc/packages/atuin/docs
/usr/share/doc/packages/atuin/docs/ai
/usr/share/doc/packages/atuin/docs/ai/images
/usr/share/doc/packages/atuin/docs/ai/images/basic-followup-questions.png
/usr/share/doc/packages/atuin/docs/ai/images/basic-refine.png
/usr/share/doc/packages/atuin/docs/ai/images/basic.png
/usr/share/doc/packages/atuin/docs/ai/images/danger.png
/usr/share/doc/packages/atuin/docs/ai/images/question.png
/usr/share/doc/packages/atuin/docs/ai/introduction.md
/usr/share/doc/packages/atuin/docs/ai/settings.md
/usr/share/doc/packages/atuin/docs/configuration
/usr/share/doc/packages/atuin/docs/configuration/advanced-key-binding.md
/usr/share/doc/packages/atuin/docs/configuration/config.md
/usr/share/doc/packages/atuin/docs/configuration/key-binding.md
/usr/share/doc/packages/atuin/docs/faq.md
/usr/share/doc/packages/atuin/docs/guide
/usr/share/doc/packages/atuin/docs/guide/advanced-usage.md
/usr/share/doc/packages/atuin/docs/guide/basic-usage.md
/usr/share/doc/packages/atuin/docs/guide/delete-history.md
/usr/share/doc/packages/atuin/docs/guide/dotfiles.md
/usr/share/doc/packages/atuin/docs/guide/getting-started.md
/usr/share/doc/packages/atuin/docs/guide/import.md
/usr/share/doc/packages/atuin/docs/guide/installation.md
/usr/share/doc/packages/atuin/docs/guide/shell-integration.md
/usr/share/doc/packages/atuin/docs/guide/sync.md
/usr/share/doc/packages/atuin/docs/guide/theming.md
/usr/share/doc/packages/atuin/docs/index.md
/usr/share/doc/packages/atuin/docs/integrations.md
/usr/share/doc/packages/atuin/docs/known-issues.md
/usr/share/doc/packages/atuin/docs/reference
/usr/share/doc/packages/atuin/docs/reference/daemon.md
/usr/share/doc/packages/atuin/docs/reference/doctor.md
/usr/share/doc/packages/atuin/docs/reference/gen-completions.md
/usr/share/doc/packages/atuin/docs/reference/hex.md
/usr/share/doc/packages/atuin/docs/reference/import.md
/usr/share/doc/packages/atuin/docs/reference/info.md
/usr/share/doc/packages/atuin/docs/reference/list.md
/usr/share/doc/packages/atuin/docs/reference/prune.md
/usr/share/doc/packages/atuin/docs/reference/search.md
/usr/share/doc/packages/atuin/docs/reference/stats.md
/usr/share/doc/packages/atuin/docs/reference/sync.md
/usr/share/doc/packages/atuin/docs/self-hosting
/usr/share/doc/packages/atuin/docs/self-hosting/docker.md
/usr/share/doc/packages/atuin/docs/self-hosting/kubernetes.md
/usr/share/doc/packages/atuin/docs/self-hosting/server-setup.md
/usr/share/doc/packages/atuin/docs/self-hosting/systemd.md
/usr/share/doc/packages/atuin/docs/self-hosting/usage.md
/usr/share/doc/packages/atuin/docs/sync-v2.md
/usr/share/doc/packages/atuin/docs/uninstall.md
/usr/share/doc/packages/atuin/mkdocs.yml
/usr/share/doc/packages/atuin/pyproject.toml
/usr/share/doc/packages/atuin/shell
/usr/share/doc/packages/atuin/shell/atuin.bash
/usr/share/doc/packages/atuin/shell/atuin.fish
/usr/share/doc/packages/atuin/shell/atuin.nu
/usr/share/doc/packages/atuin/shell/atuin.ps1
/usr/share/doc/packages/atuin/shell/atuin.xsh
/usr/share/doc/packages/atuin/shell/atuin.zsh
/usr/share/doc/packages/atuin/uv.lock
/usr/share/licenses/atuin
/usr/share/licenses/atuin/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 27 23:22:11 2026