mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
docs: update changes
This commit is contained in:
parent
3a2ac2fa63
commit
33f8f2634d
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Nushell: Added alias support
|
||||
- Also allows arbitrary shell to provide support
|
||||
|
||||
### Fixed
|
||||
|
||||
- No longer having newlines when expanding alias
|
||||
|
||||
### Changed
|
||||
|
||||
- (Windows) Separator for `_PR_LIB` has changed to `;` by [codyduong](https://github.com/iffse/pay-respects/pull/37)
|
||||
|
||||
## [0.6.13] - 2025-02-12
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
| Feature | Bash | Zsh | Fish | Nush | Pwsh |
|
||||
|-------------------|------|-----|------|------|--------|
|
||||
| Get other alias | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| Get other alias | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||
| Command not found | ✅ | ✅ | ✅ | ❌ | ⚠️ [^1] |
|
||||
|
||||
[^1]: Cannot retrieve arguments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue