From f9fb7f8cdafaa21acbee59b2282a6c197813a336 Mon Sep 17 00:00:00 2001 From: lpnh Date: Sat, 1 Jun 2024 10:22:40 -0300 Subject: [PATCH 01/10] feat(icons): add icon for Nushell extension --- src/output/icons.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/icons.rs b/src/output/icons.rs index 2de91b4c..e7ddc9e9 100644 --- a/src/output/icons.rs +++ b/src/output/icons.rs @@ -604,6 +604,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! { "ninja" => '\u{f0774}', // 󰝴 "nix" => '\u{f313}', //  "node" => Icons::NODEJS, //  + "nu" => Icons::SHELL_CMD, //  "o" => Icons::BINARY, //  "obj" => Icons::FILE_3D, // 󰆧 "odf" => '\u{f0784}', // 󰞄 From c4007bc9525f888c8681940a0f7d09823b7da675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Wed, 5 Jun 2024 20:30:01 +0200 Subject: [PATCH 02/10] chore: release eza v0.18.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040504a3..28761698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.18.17] - 2024-06-05 + +### Features + +- Add icon for Nushell extension + +### Build + +- Bump trycmd from 0.15.1 to 0.15.2 +- Bump libc from 0.2.154 to 0.2.155 + ## [0.18.16] - 2024-05-16 ### Bug Fixes @@ -13,6 +24,10 @@ - Fix typo in `INSTALL.md` - Use 3 columns for packaging status badge +### Miscellaneous Tasks + +- Release eza v0.18.16 + ### Build - Bump DeterminateSystems/flake-checker-action from 5 to 7 diff --git a/Cargo.lock b/Cargo.lock index 78c86865..fb2a7e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.16" +version = "0.18.17" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eddd5fa7..a0547053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" homepage = "https://github.com/eza-community/eza" license = "MIT" repository = "https://github.com/eza-community/eza" -version = "0.18.16" +version = "0.18.17" [package.metadata.deb] From 603558c8a856cac919291224403055a374ee3670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:08:12 +0000 Subject: [PATCH 03/10] build(deps): bump unicode-width from 0.1.12 to 0.1.13 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.12 to 0.1.13. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb2a7e06..bff2a77c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1310,9 +1310,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "url" From 498d7e58029e63995845f7ca49b8ff9d67fb4d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:08:23 +0000 Subject: [PATCH 04/10] build(deps): bump DeterminateSystems/flake-checker-action from 7 to 8 Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/flake-checker-action/releases) - [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v7...v8) --- updated-dependencies: - dependency-name: DeterminateSystems/flake-checker-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index f83b5122..bce6b239 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check Nix flake inputs - uses: DeterminateSystems/flake-checker-action@v7 + uses: DeterminateSystems/flake-checker-action@v8 check: name: Check Nix Flake From 71edd31d34c4d931a5dc4ffa1de5116fbd0d9c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:08:21 +0000 Subject: [PATCH 05/10] build(deps): bump DeterminateSystems/nix-installer-action from 11 to 12 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 12. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index bce6b239..a942e16e 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Build From 977da1afa13d93731ee2c3227abdaded8fdd2f25 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Wed, 3 Apr 2024 10:10:35 +0200 Subject: [PATCH 06/10] feat(github): extend deny check in audit workflow to all Signed-off-by: Sandro-Alessio Gierens --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 56917d71..9166077a 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v4 - uses: taiki-e/install-action@cargo-deny - name: Scan for vulnerabilities - run: cargo deny check advisories + run: cargo deny check From c457363193799b8656729be61cde35778e1bcfa4 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Wed, 3 Apr 2024 10:20:27 +0200 Subject: [PATCH 07/10] feat(github): add deny.toml and workflow file to audit workflow paths Signed-off-by: Sandro-Alessio Gierens --- .github/workflows/audit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 9166077a..4f12b462 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -4,8 +4,10 @@ on: - cron: '0 0 * * *' push: paths: + - '.github/workflows/audit.yml' - '**/Cargo.toml' - '**/Cargo.lock' + - 'deny.toml' jobs: security_audit: runs-on: ubuntu-latest From 8029a94dcd53f9008d8c2fadfafadad60c3d6c20 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Wed, 3 Apr 2024 13:25:49 +0200 Subject: [PATCH 08/10] feat(deny): run on all features by default Signed-off-by: Sandro-Alessio Gierens --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 8c8e0a63..40ea9ecc 100644 --- a/deny.toml +++ b/deny.toml @@ -39,7 +39,7 @@ targets = [ # If true, metadata will be collected with `--all-features`. Note that this can't # be toggled off if true, if you want to conditionally enable `--all-features` it # is recommended to pass `--all-features` on the cmd line instead -all-features = false +all-features = true # If true, metadata will be collected with `--no-default-features`. The same # caveat with `all-features` applies no-default-features = false From 19fdf5b42c07bd29cbcf445610d01d7fa69a3fa7 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Thu, 4 Apr 2024 21:06:39 +0200 Subject: [PATCH 09/10] feat(github): ask for shell and terminal in bug report template Signed-off-by: Sandro-Alessio Gierens --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 71668051..37fd045f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,6 +11,7 @@ If eza does something unexpected, or its output looks wrong, or it displays an e - The version of eza being used (`eza --version`) - The command-line arguments you are using +- Your shell and terminal - Your operating system and hardware platform If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot. From 285cd3ed0ed34f9aab95fd282508943a3d6ba35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 13 Jun 2024 10:30:27 +0200 Subject: [PATCH 10/10] chore: release eza v0.18.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28761698..5e1ea0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,30 @@ # Changelog +## [0.18.18] - 2024-06-13 + +### Features + +- Extend deny check in audit workflow to all +- Add deny.toml and workflow file to audit workflow paths +- Run on all features by default +- Ask for shell and terminal in bug report template + +### Build + +- Bump unicode-width from 0.1.12 to 0.1.13 +- Bump DeterminateSystems/flake-checker-action from 7 to 8 +- Bump DeterminateSystems/nix-installer-action from 11 to 12 + ## [0.18.17] - 2024-06-05 ### Features - Add icon for Nushell extension +### Miscellaneous Tasks + +- Release eza v0.18.17 + ### Build - Bump trycmd from 0.15.1 to 0.15.2 diff --git a/Cargo.lock b/Cargo.lock index bff2a77c..d6ac7711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.18.17" +version = "0.18.18" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a0547053..052ad459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" homepage = "https://github.com/eza-community/eza" license = "MIT" repository = "https://github.com/eza-community/eza" -version = "0.18.17" +version = "0.18.18" [package.metadata.deb]