Skip to content

Commit 7a82c82

Browse files
New version: Atuinsh.Atuin version 18.21.0 (#427243)
1 parent d9402d7 commit 7a82c82

3 files changed

Lines changed: 134 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Atuinsh.Atuin
5+
PackageVersion: 18.21.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: atuin.exe
10+
PortableCommandAlias: atuin
11+
InstallModes:
12+
- silent
13+
- silentWithProgress
14+
UpgradeBehavior: install
15+
Commands:
16+
- atuin
17+
ReleaseDate: 2026-08-31
18+
Installers:
19+
- Architecture: x64
20+
InstallerUrl: https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-x86_64-pc-windows-msvc.zip
21+
InstallerSha256: 08ECD4ACA5836754E53EAA987FD0D514B527689335A11B6EF05121ABAABB7DA7
22+
ManifestType: installer
23+
ManifestVersion: 1.12.0
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Atuinsh.Atuin
5+
PackageVersion: 18.21.0
6+
PackageLocale: en-US
7+
Publisher: Atuin
8+
PublisherUrl: https://atuin.sh/
9+
PublisherSupportUrl: https://github.com/atuinsh/atuin/issues
10+
Author: Ellie Huxtable
11+
PackageName: Atuin
12+
PackageUrl: https://github.com/atuinsh/atuin
13+
License: MIT
14+
LicenseUrl: https://github.com/atuinsh/atuin/blob/HEAD/LICENSE
15+
Copyright: Ellie Huxtable
16+
ShortDescription: ✨ Magical shell history
17+
Description: Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands.
18+
Moniker: atuin
19+
Tags:
20+
- history
21+
- powershell
22+
- rust
23+
- shell
24+
ReleaseNotes: |-
25+
Release Notes
26+
Bug Fixes
27+
- (daemon) Check for socket in /tmp even when $TMPDIR is set (#4036)
28+
- (daemon) Reject invalid pidfile pids before signalling (#4031)
29+
- (deps) Update unsound/yanked dependencies (#4005)
30+
- (docs) Disambiguate sqlx intra-doc links to functions (#4007)
31+
- (server) Connect eagerly to MySQL so a bad db_uri fails fast (#4032)
32+
- (sqlite) Prevent stale prepared-statement panic across migrations (#4006)
33+
Features
34+
- MySQL for Atuin server (#3541)
35+
- Refactor/improve output capturing mechanism (#4017)
36+
Miscellaneous Tasks
37+
- Enable more clippy checks (#3997, #4008, #4011)
38+
Refactor
39+
- (deps) Bump shlex from v1 to v2 (#4024)
40+
- (server) Merge server database crates into atuin-server (#4009)
41+
- (server) Polymorphic database (#4014)
42+
- (server) Share SQLite + Postgres Database impls via a blanket impl (#4015)
43+
atuin-server 18.21.0
44+
Install atuin-server 18.21.0
45+
Install prebuilt binaries via shell script
46+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-server-installer.sh | sh
47+
Install prebuilt binaries via powershell script
48+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-server-installer.ps1 | iex"
49+
Download atuin-server 18.21.0
50+
───────────────────────────────────────────────────┬───────────────────┬─────────────
51+
File │Platform │Checksum
52+
───────────────────────────────────────────────────┼───────────────────┼─────────────
53+
atuin-server-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum
54+
───────────────────────────────────────────────────┼───────────────────┼─────────────
55+
atuin-server-x86_64-apple-darwin.tar.gz │Intel macOS │checksum
56+
───────────────────────────────────────────────────┼───────────────────┼─────────────
57+
atuin-server-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
58+
───────────────────────────────────────────────────┼───────────────────┼─────────────
59+
atuin-server-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum
60+
───────────────────────────────────────────────────┼───────────────────┼─────────────
61+
atuin-server-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum
62+
───────────────────────────────────────────────────┼───────────────────┼─────────────
63+
atuin-server-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum
64+
───────────────────────────────────────────────────┼───────────────────┼─────────────
65+
atuin-server-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum
66+
───────────────────────────────────────────────────┴───────────────────┴─────────────
67+
Verifying GitHub Artifact Attestations
68+
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
69+
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
70+
You can also download the attestation from GitHub and verify against that directly:
71+
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
72+
atuin 18.21.0
73+
Install atuin 18.21.0
74+
Install prebuilt binaries via shell script
75+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-installer.sh | sh
76+
Install prebuilt binaries via powershell script
77+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-installer.ps1 | iex"
78+
Download atuin 18.21.0
79+
────────────────────────────────────────────┬───────────────────┬─────────────
80+
File │Platform │Checksum
81+
────────────────────────────────────────────┼───────────────────┼─────────────
82+
atuin-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum
83+
────────────────────────────────────────────┼───────────────────┼─────────────
84+
atuin-x86_64-apple-darwin.tar.gz │Intel macOS │checksum
85+
────────────────────────────────────────────┼───────────────────┼─────────────
86+
atuin-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
87+
────────────────────────────────────────────┼───────────────────┼─────────────
88+
atuin-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum
89+
────────────────────────────────────────────┼───────────────────┼─────────────
90+
atuin-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum
91+
────────────────────────────────────────────┼───────────────────┼─────────────
92+
atuin-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum
93+
────────────────────────────────────────────┼───────────────────┼─────────────
94+
atuin-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum
95+
────────────────────────────────────────────┴───────────────────┴─────────────
96+
Verifying GitHub Artifact Attestations
97+
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
98+
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
99+
You can also download the attestation from GitHub and verify against that directly:
100+
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
101+
ReleaseNotesUrl: https://github.com/atuinsh/atuin/releases/tag/v18.21.0
102+
ManifestType: defaultLocale
103+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Atuinsh.Atuin
5+
PackageVersion: 18.21.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)