|
|
@@ -1,6 +1,52 @@
|
|
|
# Changelog
|
|
|
|
|
|
-All notable changes to this project will be documented in this file.
|
|
|
+## [0.14.1] - 2023-10-08
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+
|
|
|
+- Replace left-over exa in fish completion
|
|
|
+- Diabling static linked binaries due to segfault
|
|
|
+- Make os error 13 fail loud
|
|
|
+- Adjust change width calculations for hyperlink and classify
|
|
|
+- Root group not painted as expected when eza used by root
|
|
|
+
|
|
|
+### Documentation
|
|
|
+
|
|
|
+- Fix typos
|
|
|
+- Add zsh with homebrew part to completions section
|
|
|
+- Installation on fedora updated
|
|
|
+
|
|
|
+### Features
|
|
|
+
|
|
|
+- Add basic nushell completion file
|
|
|
+- Add codeowner for nu completions
|
|
|
+- Readded musl static bin as it works
|
|
|
+
|
|
|
+### Refactor
|
|
|
+
|
|
|
+- Align completions
|
|
|
+- Do not match for numbers and remove single-use fn
|
|
|
+- Consistent argument order
|
|
|
+
|
|
|
+### Testing
|
|
|
+
|
|
|
+- Classify-hyperlink test case for width 50
|
|
|
+- Move classify tests to local
|
|
|
+
|
|
|
+### Build
|
|
|
+
|
|
|
+- Make checksums easier to copy-paste
|
|
|
+- Bump trycmd from 0.14.17 to 0.14.19
|
|
|
+- Improve release automation
|
|
|
+- Fix version bump
|
|
|
+- Fix double echo
|
|
|
+- Automate gh release
|
|
|
+- Add `codegen-units = 1` and remove `opt-level = 3`
|
|
|
+- Add back `opt-level = 3`
|
|
|
+
|
|
|
+### Ci
|
|
|
+
|
|
|
+- Treat warnings as errors
|
|
|
|
|
|
## [0.14.0] - 2023-10-02
|
|
|
|
|
|
@@ -34,6 +80,7 @@ All notable changes to this project will be documented in this file.
|
|
|
- Description of `--color` in README, manpage, and completions
|
|
|
- Change `color` to `colo[u]r` in the option description.
|
|
|
- Updated man to add new colors
|
|
|
+- Correct CONTRIBUTING.md on commit message type
|
|
|
|
|
|
### Features
|
|
|
|
|
|
@@ -52,6 +99,10 @@ All notable changes to this project will be documented in this file.
|
|
|
- Added fdmdownload icon
|
|
|
- Adding the possibility to change git-repos colors
|
|
|
|
|
|
+### Miscellaneous Tasks
|
|
|
+
|
|
|
+- Release 0.14.0
|
|
|
+
|
|
|
### Refactor
|
|
|
|
|
|
- Ignore options/flags.rs
|
|
|
@@ -985,4 +1036,4 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
- :to_str -> ToString::to_string
|
|
|
|
|
|
-<!-- generated by git-cliff -->
|
|
|
+
|