If you’re interested in testing out the GUI and giving feedback, please let me know!
Caveats
This is a pre-release, and is not as tested as a production build
- It may not always be easy and without manual steps to downgrade from a prerelease build to the last stable. It will be possible to upgrade automatically to the next stable after a prerelease.
- Prerelease builds are more likely to contain bugs or regressions. They are unlikely to lose data, but do be cautious when running the bleeding edge.
- Prerelease builds may contain functionality not yet in a production release. Please let us know what you think!
Download
If you’ve previously used our installer and have atuin-update
in your path, you can use
atuin-update --prerelease
Otherwise, you can download prerelease binaries here: Release v18.4.0-beta.3 · atuinsh/atuin · GitHub
Or use the installer
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.4.0-beta.3/atuin-installer.sh | sh
This will download a binary to ~/.atuin/bin/atuin
, and add it to PATH. It will also install a binary called atuin-update
, which will update users to the latest stable version by default. atuin-update --prerelease
will update to the latest prerelease
Otherwise, the following command will work
cargo install --git https://github.com/atuinsh/atuin atuin --tag v18.4.0-beta.3
Testing
This is a smaller release, as I’d like to release 18.4.0 soon
The main changes are
- Adjustments to the theming introduced previously. The default colours should be unaltered (and also allows for crossterm-serializable colours to be specified)
- A fix for
store_failed
, when users are not using the daemon. Previously, no history would be recorded
chore(release): prepare for release v18.4.0-beta.3 (#2305)
feat(gui): clean up home page, fix a few bugs (#2304)
fix(themes): Restore default theme, refactor (#2294)
feat(gui): background terminals and more (#2303)
chore(deps): bump highlight.js from 11.9.0 to 11.10.0 in /ui (#2298)
chore(deps): bump @tauri-apps/plugin-http in /ui (#2299)
chore(deps): bump @blocknote/mantine from 0.15.0 to 0.15.3 in /ui (#2300)
chore(deps-dev): bump tailwindcss from 3.4.4 to 3.4.6 in /ui (#2301)
chore(deps): bump docker/setup-buildx-action from 2 to 3 (#2295)
chore(deps): bump docker/build-push-action from 4 to 6 (#2296)
chore(deps): bump itertools from 0.12.1 to 0.13.0 (#2297)
chore(deps): bump zustand from 4.5.2 to 4.5.4 in /ui (#2302)
fix(history): logic for store_failed=false (#2284)
feat(tui): Fixed preview height option (#2286)
fix(gui): kill child on block stop (#2288)