diff options
author | Pierre Peltier <pierre.peltier@adevinta.com> | 2019-12-11 11:29:54 +0100 |
---|---|---|
committer | Pierre Peltier <pierre.peltier@adevinta.com> | 2019-12-11 11:30:40 +0100 |
commit | bdd859eb3759220d16877ed4b5e851114456b813 (patch) | |
tree | ffba294acd7385c9d2d21a340cfc82416fd70f45 | |
parent | 13fa06886858561dfbdd4c04b6867c2bd2e3d7f5 (diff) |
Update the CHANGELOG and prepare a new releaseupdate-changelog
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa7caa..d026fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Added +- Add some new icons from [optikfluffel](https://github.com/optikfluffel) and [JiNova](https://github.com/JiNova) +- Add some installation instructions for NixOS/nix from [06kellyjac](https://github.com/06kellyjac) +- Add the --ignore-glob flag from [sumitsahrawat](https://github.com/sumitsahrawat) + +### Changed +- Allow the usage of multiple `--depth` flag arguments from [abazylewicz](https://github.com/abazylewicz) +- Let lscolors apply default colors if LS_COLORS is not defined from [meain](https://github.com/meain) +- Use the block system for all the display logic + ## [0.16.0] - 2019-08-02 ### Added - Add the flag `--blocks` from [meain](https://github.com/meain) @@ -225,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the component alignement by using term_grid -[Unreleased]: https://github.com/Peltoche/lsd/compare/0.15.1...HEAD +[Unreleased]: https://github.com/Peltoche/lsd/compare/0.16.0...HEAD +[0.16.0]: https://github.com/Peltoche/lsd/compare/0.15.1...0.16.0 [0.15.1]: https://github.com/Peltoche/lsd/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/Peltoche/lsd/compare/0.14.1...0.15.0 [0.14.0]: https://github.com/Peltoche/lsd/compare/0.13.1...0.14.0 |