Skip to content

Commit

Permalink
added changelog for 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 20, 2023
1 parent 0f1b9ad commit 6204469
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [carapace-parse](./development/tools/carapace-parse.md)
- [carapace-generate](./development/tools/carapace-generate.md)
- [Changelog](./changelog.md)
- [v0.29](./changelog/v0.29.md)
- [v0.28](./changelog/v0.28.md)
- [v0.27](./changelog/v0.27.md)
- [v0.26](./changelog/v0.26.md)
Expand Down
27 changes: 27 additions & 0 deletions docs/src/changelog/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)

## Xonsh

Support for colored completion.

![](./v0.29/xonsh.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
```

Binary file added docs/src/changelog/v0.29/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/changelog/v0.29/xonsh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6204469

Please sign in to comment.