-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(changelog): update nightly changelog
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
|
||
## [unreleased] | ||
|
||
### Bug Fixes | ||
|
||
- (`lib/exec`) Use `fake-tty` crate display colors in command output | ||
- (``) Fix renamed github scope (`comfysage`) | ||
- (`lib/util/filepath`) `get_relative` should not error when trimmed path is unchanged (root is unmatched) | ||
|
||
### Development | ||
|
||
- (`lib/pkg/root`) Move `is_dir` check out of `link_entry` | ||
- (`lib/pkg/root`) Fix uninstall root fn | ||
- (`lib/pkg/root`) Optimize `read_dir` iterator | ||
|
||
### Documentation | ||
|
||
- (`readme`) Update install url to use new github raw api | ||
- (`lib/pkg/root`) Add inline docs | ||
|
||
### Features | ||
|
||
- (`cli/uninstall`) Implement uninstall cmd | ||
- (`dockerfile`) Create dockerfile | ||
|
||
### Miscellaneous Tasks | ||
|
||
- (`gtea`) Add gtea.toml | ||
- (`cargo`) Update `Cargo.lock` | ||
|
||
### Refactor | ||
|
||
- (`cargo`) Add local libs to workspace | ||
- (`lib/exec`) Refactor commands | ||
|
||
### Rework | ||
|
||
- (`lib/pkg/root`) Rework root building | ||
- (`lib/pkg/rebuild`) Rework rebuild system | ||
|
||
### Styling | ||
|
||
- (`cli/install`) Remove redundant note | ||
|
||
<!-- generated by git-cliff --> |