mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
21 KiB
21 KiB
Changelog
All notable changes to this project will be documented in this file.
[18.0.2] - 2024-02-26
Bug Fixes
- Rework #1509 to recover from the preexec failure (#1729)
[18.0.1] - 2024-02-12
Bug Fixes
- Reorder the exit of enhanced keyboard mode (#1694)
[18.0.0] - 2024-02-09
Bug Fixes
- Prevent input to be interpreted as options for zsh autosuggestions (#1506)
- Avoid unexpected
atuin history start
for keybindings (#1509) - Prevent input to be interpreted as options for blesh auto-complete (#1511)
- Work around custom IFS (#1514)
- Fix and improve the keybinding to
up
(#1515) - Fix incorrect timing of child shells (#1510)
- Disable musl deb building (#1525)
- Work around bash < 4 and introduce initialization guards (#1533)
- Set umask 077 (#1554)
- Disables unix specific stuff for windows (#1557)
- Fix invisible tab title (#1560)
- Shorten text, use ctrl-o for inspector (#1561)
- Integration on older fishes (#1563)
- Save sync time when it starts, not ends (#1573)
- Print literal control characters to non terminals (#1586)
- Escape control characters in command preview (#1588)
- Use existing db querying for history list (#1589)
- Add acquire timeout to sqlite database connection (#1590)
- Update repo url in CONTRIBUTING.md (#1594)
- Dedupe was removing history (#1610)
- Only escape control characters when writing to terminal (#1593)
- Strip control chars generated by
\[\]
in PS1 with bash-preexec (#1620) - Check for format errors when printing history (#1623)
- Skip padding time if it will overflow the allowed prefix length (#1630)
- Never overwrite the key (#1657)
- Erase the prompt last line before Bash renders it
- Erase the previous prompt before overwriting
- Support termcap names for tput (#1670)
- Set durability for sqlite to recommended settings (#1667)
- Correct download list for incremental builds (#1672)
- Add Settings::utc() for utc settings (#1677)
Documentation
- Add repology badge (#1494)
- Add forum link to contributing (#1498)
- Refer to image with multi-arch support (#1513)
- Remove activity graph
- Fix
Destination file already exists
in Nushell (#1530) - Clarify enter/tab usage (#1538)
- Improve style (#1537)
- Remove old docusaurus (#1581)
- Mention environment variables for custom paths (#1614)
- Create pull_request_template.md (#1632)
- Update CONTRIBUTING.md (#1633)
- Clarify prerequisites for Bash (#1686)
Features
- Enable enhanced keyboard mode (#1505)
- Rework record sync for improved reliability (#1478)
- Include atuin login in secret patterns (#1518)
- Add redraw (#1519)
- Make it clear what you are registering for (#1523)
- Support high-resolution timing even without ble.sh (#1534)
- Add extended help (#1540)
- Add interactive command inspector (#1296)
- Vim mode (#1553)
- Add better error handling for sync (#1572)
- Add history rebuild (#1575)
- Introduce keymap-dependent vim-mode (#1570)
- Make deleting from the UI work with record store sync (#1580)
- Add metrics counter for records downloaded (#1584)
- Make cursor style configurable (#1595)
- Make store init idempotent (#1609)
- Don't stop with invalid key (#1612)
- Add registered and deleted metrics (#1622)
- When in vim-normal mode apply an alternative highlighting to the selected line (#1574)
- [breaking] Bind the Atuin search to "/" in vi-normal mode (#1629)
- Update widget names (#1631)
- Make history list format configurable (#1638)
- Add change-password command & support on server (#1615)
- Automatically init history store when record sync is enabled (#1634)
- Add store push (#1649)
- Reencrypt/rekey local store (#1662)
- Add prefers_reduced_motion flag (#1645)
- 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 (#1671)
- Add progress bars to sync and store init (#1684)
Miscellaneous Tasks
- Remove the teapot response (#1496)
- Schema cleanup (#1522)
- Update funding (#1543)
- Make clipboard dep optional as a feature (#1558)
- Add feature to allow always disable check update (#1628)
- Use resolver 2, update editions + cargo (#1635)
- Disable nix tests (#1646)
- Set ATUIN_ variables for development in devshell (#1653)
- Use github m1 for release builds (#1658)
- Re-enable test cache, add separate check step (#1663)
- Run rust build/test/check on 3 platforms (#1675)
Refactor
- Use enum instead of magic numbers (#1499)
- String -> HistoryId (#1512)
- Refactor and localize
HISTORY => __atuin_output
(#1535) - Refactor vim mode (#1559)
- Refactor handling of key inputs (#1606)
Styling
- Use consistent coding style (#1528)
Testing
- Add multi-user integration tests (#1648)
Stats
- Misc improvements (#1613)
[17.2.1] - 2024-01-03
Bug Fixes
- Typo with default config (#1493)
[17.2.0] - 2024-01-03
Bug Fixes
- Fix typo (#1439)
- Don't require all fields under [stats] (#1437)
- Disallow deletion if the '--limit' flag is present (#1436)
- Respect ZSH's $ZDOTDIR environment variable (#1441)
- Fix loss of the last output line with enter_accept (#1463)
- Ignore struct_field_names (#1466)
- Improve the support for
enter_accept
withble.sh
(#1465) - Discord link expired
- Discord broken link
- Fix small issues of
enter_accept
for the plain Bash (#1467) - Time now_local not working
- Fix quirks on search cancel (#1483)
- Zsh_autosuggest_strategy for no-unset environment (#1486)
- Fix error by the use of ${PS1@P} in bash < 4.4 (#1488)
- Zsh use a special format to escape some characters (#1490)
Documentation
- Add actuated linkback
- Add link to forum
- Align setup links in docs and readme (#1446)
- Add Void Linux install instruction (#1445)
- Add fish install script (#1447)
- Correct link
- Fix light/dark mode logo
- Use picture element for logo
- Add docs for zsh-autosuggestion integration (#1480)
- Remove stray character from README
- Update logo (#1481)
Features
- Add semver checking to client requests (#1456)
- Add TLS to atuin-server (#1457)
- Integrate with zsh-autosuggestions (#1479)
- Support high-resolution duration if available (#1484)
- Provide auto-complete source for ble.sh (#1487)
Miscellaneous Tasks
Refactor
[17.1.0] - 2023-12-10
Bug Fixes
- Initial list of history in workspace mode (#1356)
- Add Appkit to the package build (#1358)
- Bind in the most popular modes (#1360)
- Only trigger up-arrow on first line (#1359)
- Clean up the fish script options (#1370)
- Use fish builtins for
enter_accept
(#1373) - Make
atuin account delete
void session + key (#1393) - New clippy lints (#1395)
- Accept multiline commands (#1418)
- Reenable enter_accept for bash (#1408)
- Respect ZSH's $ZDOTDIR environment variable (#942)
Documentation
- Update sync.md (#1409)
- Update Arch Linux package URL in advanced-install.md (#1407)
- New stats config (#1412)
Features
- Add a nixpkgs overlay (#1357)
- Add metrics server and http metrics (#1394)
- Add some metrics related to Atuin as an app (#1399)
- Allow configuring stats prefix (#1411)
- Allow spaces in stats prefixes (#1414)
Miscellaneous Tasks
- Update to sqlx 0.7.3 (#1416)
cargo update
(#1419)- Update rusty_paseto and rusty_paserk (#1420)
- Run dependabot weekly, not daily (#1423)
- Don't group deps (#1424)
- Add contributor image to README (#1430)
- Setup git cliff (#1431)
[17.0.1] - 2023-10-28
Bug Fixes
- Improve output for
enter_accept
(#1341) - Improve output of
enter_accept
(#1342) - Clear old cmd snippet (#1350)
[17.0.0] - 2023-10-26
Bug Fixes
- Detect non amd64 ubuntu and handle (#1131)
- Workspace Filtermode not handled in skim engine (#1273)
- Ignore stderr messages (#1320)
- Disable the up-arrow keybinding for Nushell (#1329)
Documentation
- Update
workspace
config key toworkspaces
(#1174) - Document the available format options of History list command (#1234)
Features
- Mouse selection support (#1209)
- Configure SearchMode for KeyUp invocation #1216 (#1224)
- Try installing via paru for the AUR (#1262)
- Copy to clipboard (#1249)
Refactor
- Duplications reduced in order to align implementations of reading history files (#1247)
Config.md
- Invert mode detailed options (#1225)
[16.0.0] - 2023-08-07
Bug Fixes
- Adjust broken link to supported shells (#1013)
- Fixes unix specific impl of shutdown_signal (#1061)
- Teapot is a cup of coffee (#1137)
- Nushell empty hooks (#1138)
- List all presently documented commands (#1140)
- Correct command overview paths (#1145)
Features
- Do not allow empty passwords durring account creation (#1029)
Skim
- Fix filtering aggregates (#1114)
[15.0.0] - 2023-05-28
Documentation
Features
- Add delete account option (attempt 2) (#980)
Miscellaneous Tasks
Cwd_filter
- Much like history_filter, only it applies to cwd (#904)
[14.0.0] - 2023-04-01
Bug Fixes
- Always read session_path from settings (#757)
- Use case-insensitive comparison (#776)
- Many wins were broken 📝 (#789)
- Paste into terminal after switching modes (#793)
- Record negative exit codes (#821)
- Allow nix package to fetch dependencies from git (#832)
Documentation
- Fix activity graph link (#753)
Features
- Add common default keybindings (#719)
- Add an inline view mode (#648)
- Add Nushell support (#788)
- Add github action to test the nix builds (#833)
Miscellaneous Tasks
Nix
- Add flake-compat (#743)
[13.0.0] - 2023-02-26
Documentation
- Remove human short flag from docs, duplicate of help -h (#663)
- Fix typo in zh-CN/README.md (#666)
- Add static activity graph example (#680)
Features
- Add new flag to allow custom output format (#662)
Fish
- Fix
atuin init
for the fish shell (#699)
Install.sh
- Fallback to using cargo (#639)
[12.0.0] - 2022-11-06
Documentation
- Add more details about date parsing in the stats command (#579)
[0.10.0] - 2022-06-06
Miscellaneous Tasks
- Allow specifiying the limited of returned entries (#364)
[0.9.0] - 2022-04-23
README
- Add MacPorts installation instructions (#302)
[0.8.1] - 2022-04-12
Bug Fixes
- Get install.sh working on UbuntuWSL (#260)
[0.8.0] - 2021-12-17
Bug Fixes
- Resolve some issues with install.sh (#188)
Features
- Login/register no longer blocking (#216)
[0.7.2] - 2021-12-08
Bug Fixes
- Dockerfile with correct glibc (#198)
Features
- Allow input of credentials from stdin (#185)
Miscellaneous Tasks
- Some new linting (#201)
- Supply pre-build docker image (#199)
- Add more eyre contexts (#200)
- Improve build times (#213)
[0.7.1] - 2021-05-10
Features
- Build individual crates (#109)
[0.6.3] - 2021-04-26
Bug Fixes
- Help text
Features
- Use directories project data dir
Miscellaneous Tasks
- Use structopt wrapper instead of building clap by hand