Skip to content

Commit

Permalink
Adding #36 to the change-log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rican7 committed Mar 6, 2024
1 parent 234d2b3 commit 8f4c21c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

- Improved internal tooling for more strict linting
- Updated dependencies
- Added support for loading config files in multiple locations, based on the OS/environment
- Added support for the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) for config locations in *nix/Unix-like environments
- Tweaked configuration fallback-order/precedence to use the more common ordering of:
1. Command line flags
2. Environment variables
3. A configuration file
4. Default values
- Added a `--debug-config` flag to print config file loading status and the paths that are searched for config files

### Bug fixes

Expand Down

0 comments on commit 8f4c21c

Please sign in to comment.