Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added release notes for 0.29 #2082

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,23 @@
- [carapace-lint](./development/tools/carapace-lint.md)
- [carapace-parse](./development/tools/carapace-parse.md)
- [carapace-generate](./development/tools/carapace-generate.md)
- [Changelog](./changelog.md)
- [v0.28](./changelog/v0.28.md)
- [v0.27](./changelog/v0.27.md)
- [v0.26](./changelog/v0.26.md)
- [v0.25](./changelog/v0.25.md)
- [v0.24](./changelog/v0.24.md)
- [v0.23](./changelog/v0.23.md)
- [v0.22](./changelog/v0.22.md)
- [v0.21](./changelog/v0.21.md)
- [v0.20](./changelog/v0.20.md)
- [v0.19](./changelog/v0.19.md)
- [v0.18](./changelog/v0.18.md)
- [v0.17](./changelog/v0.17.md)
- [v0.16](./changelog/v0.16.md)
- [v0.15](./changelog/v0.15.md)
- [v0.14](./changelog/v0.14.md)
- [v0.13](./changelog/v0.13.md)
- [v0.12](./changelog/v0.12.md)
- [v0.11](./changelog/v0.11.md)
- [Release Notes](./release_notes.md)
- [v0.29](./release_notes/v0.29.md)
- [v0.28](./release_notes/v0.28.md)
- [v0.27](./release_notes/v0.27.md)
- [v0.26](./release_notes/v0.26.md)
- [v0.25](./release_notes/v0.25.md)
- [v0.24](./release_notes/v0.24.md)
- [v0.23](./release_notes/v0.23.md)
- [v0.22](./release_notes/v0.22.md)
- [v0.21](./release_notes/v0.21.md)
- [v0.20](./release_notes/v0.20.md)
- [v0.19](./release_notes/v0.19.md)
- [v0.18](./release_notes/v0.18.md)
- [v0.17](./release_notes/v0.17.md)
- [v0.16](./release_notes/v0.16.md)
- [v0.15](./release_notes/v0.15.md)
- [v0.14](./release_notes/v0.14.md)
- [v0.13](./release_notes/v0.13.md)
- [v0.12](./release_notes/v0.12.md)
- [v0.11](./release_notes/v0.11.md)
3 changes: 0 additions & 3 deletions docs/src/changelog.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release Notes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions docs/src/release_notes/v0.29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v0.29 - Art Exchange

![](./v0.29/banner.png)

## Macros

`$_` prefix is now deprecated and needs to be replaced with `$carapace.`

```
$_color.HexColors
$carapace.color.HexColors
```

```sh
carapace _carapace macro color.HexColors ""
```

```sh
sed 's/$_/$carapace./g' ~/.config/carapace/specs/*.yaml
```

## Xonsh

Support for colored completion.

![](./v0.29/xonsh.png)

Binary file added docs/src/release_notes/v0.29/banner.png
Binary file added docs/src/release_notes/v0.29/xonsh.png