Skip to content

Commit

Permalink
doc(changelog): update nightly changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Jun 10, 2024
1 parent 82a1157 commit 480b77d
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
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 -->

0 comments on commit 480b77d

Please sign in to comment.