From 388429a72f634268e1458303e62932b49bb58b0e Mon Sep 17 00:00:00 2001 From: shilangyu Date: Wed, 20 Sep 2023 18:51:58 +0200 Subject: [PATCH 1/2] Add changelog deprecation notice --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56256592..6b60fd735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog + +NOTE: This file is no longer being updated. For release notes follow [GitHub releases](https://github.com/lsd-rs/lsd/releases). + 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/), @@ -10,11 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add CLI parameters `--truncate-owner-after` and `--truncate-owner-marker` (and equivalent configuration fields) to truncate user and group names if they exceed a certain number of characters (disabled by default). +- Add support for `--literal` from [PanGan21](https://github.com/PanGan21) ## [v1.0.0] - 2023-08-25 ### Added -- Add support for `--literal` from [PanGan21](https://github.com/PanGan21) - Add CI to build aarch64 macOS target and skip on test [#878](https://github.com/lsd-rs/lsd/pull/878) from [zwpaper](https://github.com/zwpaper) - Add complete color theming support for Git [k4yt3x](https://github.com/k4yt3x) - Add [Git integration](https://github.com/Peltoche/lsd/issues/7) from [hpwxf](https://github.com/hpwxf) From 16dfb70a5fc3154d8c5a698a695597ae0851a25c Mon Sep 17 00:00:00 2001 From: shilangyu Date: Thu, 21 Sep 2023 12:42:19 +0200 Subject: [PATCH 2/2] Remove changelog entry requirement from PRs --- .github/PULL_REQUEST_TEMPLATE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 7202237ec..89370c261 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -6,6 +6,5 @@ - [ ] Use `cargo fmt` - [ ] Add necessary tests -- [ ] Add changelog entry - [ ] Update default config/theme in README (if applicable) -- [ ] Update man page at lsd/doc/lsd.md (if applicable) \ No newline at end of file +- [ ] Update man page at lsd/doc/lsd.md (if applicable)