Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 13, 2023
1 parent b04b92a commit ed82fbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/src/changelog/v0.15.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# v0.15
# v0.15 - Porcelain Shop

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

## ZSH (this might break some stuff)

Added support for homedir (`~`) and [static named directories](https://zsh.sourceforge.io/Doc/Release/Expansion.html#Static-named-directories).
These are not expanded by zsh for the completion function are thus now handled by carapace.
Quoting of special characters is now also done in carapace instead of [compadd](https://zsh.sourceforge.io/Doc/Release/Completion-Widgets.html#Completion-Builtin-Commands) to skip `~` at appropriate times.
Edge cases where this doesn't work and some initial bugs regarding special characters not yet being handled correctly are expected.

see [#1277](https://github.com/rsteube/carapace-bin/issues/1277)
Binary file added docs/src/changelog/v0.15/banner.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 ed82fbb

Please sign in to comment.