Release Notes
-
Initial public release, yay!
-
Added a synchronization mechanism between IDE and Air settings. See documentation for more information https://posit-dev.github.io/air/configuration.html#settings-synchronization.
-
Renamed
ignore-magic-line-break
topersistent-line-breaks
(#177). -
In the CLI, errors and warnings are now written to stderr. This allows you to
see issues that occur duringair format
, such as parse errors or file not
found errors (#155). -
New global CLI option
--log-level
to control the log level. The default is
warn
(#155). -
New global CLI option
--no-color
to disable colored output (#155). -
Air now supports
.air.toml
files in addition toair.toml
files. If both
are in the same directory,air.toml
is preferred, but we don't recommend
doing that (#152).
Install air 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/1.0.0/air-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/posit-dev/air/releases/download/1.0.0/air-installer.ps1 | iex"
Download air 1.0.0
File | Platform | Checksum |
---|---|---|
air-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
air-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
air-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
air-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |