From 480b77d135ffb9d8ee8032b60ded02b008adfa9a Mon Sep 17 00:00:00 2001 From: comfysage <67917529+comfysage@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:46:37 +0200 Subject: [PATCH] doc(changelog): update nightly changelog --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..edea0e1 --- /dev/null +++ b/CHANGELOG.md @@ -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 + +