Commit Graph

  • ef4049f8f8 Bump clap from 4.4.6 to 4.4.10 dependabot[bot] 2023-12-01 03:12:13 +0000
  • 526bad6db3 Bump tempfile from 3.8.0 to 3.8.1 dependabot[bot] 2023-12-01 03:11:53 +0000
  • f51fceb9d6
    Bump clap from 4.4.6 to 4.4.10 dependabot[bot] 2023-12-01 03:12:13 +0000
  • c7eb7e4712
    Bump tempfile from 3.8.0 to 3.8.1 dependabot[bot] 2023-12-01 03:11:53 +0000
  • 02975df2ad Move -E, --show-elapsed flag to a more sensible position. Jooris Hadeler 2023-11-20 19:40:04 +0100
  • c83b4126ea Reset elapsed every time the progress bar is increased. Jooris Hadeler 2023-11-20 19:39:31 +0100
  • 4e8cb3fec0 Add a --show-elapsed flag to optionally enable a the elapsed time counter. Jooris Hadeler 2023-11-20 18:49:44 +0100
  • e996be124e Bump nix from 0.26.4 to 0.27.1 dependabot[bot] 2023-11-01 03:57:19 +0000
  • d27cd15187 Bump serde_json from 1.0.107 to 1.0.108 dependabot[bot] 2023-11-01 03:57:26 +0000
  • cb74400c22
    Bump serde_json from 1.0.107 to 1.0.108 dependabot[bot] 2023-11-01 03:57:26 +0000
  • 4cdadfb396
    Bump nix from 0.26.4 to 0.27.1 dependabot[bot] 2023-11-01 03:57:19 +0000
  • 798ea2dca1 fix: add a space in the progress bar template overclockworked64 2023-10-23 13:43:32 +0200
  • 1b09e24bf6 fix: add a space in the progress bar template overclockworked64 2023-10-23 13:43:32 +0200
  • 5a15e62148
    Align repology badge to better use horizontal space ⑆ Neveda ⑈ 2023-10-22 00:42:45 +0200
  • 69ee1738d4 Remove dependency on atty and use std::io::IsTerminal instead Lena 2023-10-17 00:31:58 +0200
  • 769652353a Add openSUSE installation instructions Shun Sakai 2023-10-18 22:57:57 +0900
  • fb6d948bb7
    Add openSUSE installation instructions Shun Sakai 2023-10-18 22:57:57 +0900
  • 4beab95af9
    Remove dependency on atty and use std::io::IsTerminal instead Lena 2023-10-17 00:31:58 +0200
  • 2e4fbf4117 Add short flag counterparts Neveda 2023-10-06 14:16:02 +0200
  • 6b9d9ae121 Add Korean and Russian L10n translations Neveda 2023-10-05 20:24:10 +0200
  • 24a0d5da1b Disable Windows GNU build, fails with 'Warning: corrupt .drectve at end of def file' v1.18.0 David Peter 2023-10-05 09:58:16 +0200
  • d91c126a9b Bump MSRV David Peter 2023-10-05 09:55:17 +0200
  • 133930bb31 Update dependencies David Peter 2023-10-05 09:49:48 +0200
  • 45b18d9d36 Updates for v1.18 David Peter 2023-10-05 09:48:09 +0200
  • f20bea1f1d Downgrade indicatif, see #670 David Peter 2023-10-05 09:41:07 +0200
  • 4564977b7a Add support for microseconds, closes #684 David Peter 2023-10-05 09:39:00 +0200
  • c440cb702d Bump thiserror from 1.0.44 to 1.0.49 dependabot[bot] 2023-10-01 03:00:26 +0000
  • ed85ac2c89 Bump serde from 1.0.179 to 1.0.188 dependabot[bot] 2023-10-01 02:59:05 +0000
  • ae9b0bbdfd cfg: adding more pre-processing for windows-only parser Pedro Witzel 2023-08-28 23:21:42 +0200
  • c2f99e5f94 fmt: apply cargo fmt suggestions Pedro Witzel 2023-08-28 23:11:40 +0200
  • bece2eacf0 bug: quoting failure on windows-platform (#296) Pedro Witzel 2023-08-28 22:12:22 +0200
  • 25331f89f9 test: windows quote arg Pedro Witzel 2023-08-28 22:39:04 +0200
  • 906dcc19de
    Bump thiserror from 1.0.44 to 1.0.49 dependabot[bot] 2023-10-01 03:00:26 +0000
  • 18be3bbb9b
    Bump serde from 1.0.179 to 1.0.188 dependabot[bot] 2023-10-01 02:59:05 +0000
  • b38d550b89 Bump actions/checkout from 3 to 4 dependabot[bot] 2023-09-05 11:12:04 +0000
  • 47eb3d5e00
    Bump actions/checkout from 3 to 4 dependabot[bot] 2023-09-05 11:12:04 +0000
  • 4fd1c18c1d Bump anyhow from 1.0.72 to 1.0.75 dependabot[bot] 2023-09-01 02:01:13 +0000
  • 7fb068e8dd
    Bump thiserror from 1.0.44 to 1.0.47 dependabot[bot] 2023-09-01 02:01:18 +0000
  • cda725617f
    Bump anyhow from 1.0.72 to 1.0.75 dependabot[bot] 2023-09-01 02:01:13 +0000
  • b21a0dd070 cfg: adding more pre-processing for windows-only parser Pedro Witzel 2023-08-28 23:21:42 +0200
  • 50cdf85f01 fmt: apply cargo fmt suggestions Pedro Witzel 2023-08-28 23:11:40 +0200
  • e09059e5cf bug: quoting failure on windows-platform (#296) Pedro Witzel 2023-08-28 22:12:22 +0200
  • b6ec0ff83f test: windows quote arg Pedro Witzel 2023-08-28 22:39:04 +0200
  • 9b171908e7 Bump rust_decimal from 1.30.0 to 1.31.0 dependabot[bot] 2023-08-01 02:12:30 +0000
  • 0f91d0c20e Bump serde from 1.0.174 to 1.0.179 dependabot[bot] 2023-08-01 02:11:45 +0000
  • 788c689699 Change Winget Releaser job to ubuntu-latest sitiom 2023-08-17 15:20:02 +0800
  • a635ae81d2
    Change Winget Releaser job to ubuntu-latest sitiom 2023-08-17 15:20:02 +0800
  • f105d3225f
    Bump rust_decimal from 1.30.0 to 1.31.0 dependabot[bot] 2023-08-01 02:12:30 +0000
  • 9008ff6b27
    Bump serde from 1.0.174 to 1.0.179 dependabot[bot] 2023-08-01 02:11:45 +0000
  • 539995aad1 formtating Richard Montoya 2023-07-28 19:39:41 -0500
  • c8bfd59d81 Adds the import-json to the cli options Richard Montoya 2023-07-28 19:30:33 -0500
  • 610c8c4a8a Add functionality to load a previous run Richard Montoya 2023-07-28 19:26:30 -0500
  • 0033f23006 Make the JSON public for use in import Richard Montoya 2023-07-28 19:23:38 -0500
  • b90fa23237 modify types for serialization and deserialization Richard Montoya 2023-07-26 23:09:41 -0500
  • 6746cf120d
    Merge branch 'sharkdp:master' into master Richard 2023-07-25 12:09:28 -0500
  • d449ebd7c1 bump the minimum supported rust version. Richard Montoya 2023-07-24 15:10:52 -0500
  • 2cd2773752 fix: update Cargo.lock to remove proc_macro_span Richard Montoya 2023-07-22 00:35:49 -0500
  • 1cb474f452 bump the minimum supported rust version. Richard Montoya 2023-07-24 15:10:52 -0500
  • 9e31a052dd Update license field following SPDX 2.1 license expression standard Andrea Frigido 2023-07-20 17:55:46 +0100
  • 8c145f994d fix: update Cargo.lock to remove proc_macro_span Richard Montoya 2023-07-22 00:35:49 -0500
  • 7bab68b6e3 Update license field following SPDX 2.1 license expression standard Andrea Frigido 2023-07-20 17:55:46 +0100
  • 1098ab6659 Bump serde_json from 1.0.96 to 1.0.99 dependabot[bot] 2023-07-01 02:16:14 +0000
  • 2c174d4ab1 Bump serde from 1.0.163 to 1.0.164 dependabot[bot] 2023-07-01 02:16:08 +0000
  • 623816415e
    Bump serde_json from 1.0.96 to 1.0.99 dependabot[bot] 2023-07-01 02:16:14 +0000
  • 3d3786fcc7
    Bump serde from 1.0.163 to 1.0.164 dependabot[bot] 2023-07-01 02:16:08 +0000
  • 866f2054b2 Change min label color Alexander Sergeev 2023-06-24 09:53:58 +0000
  • db1fba0fbf Use only colors supported by conhost.exe Alexander Sergeev 2023-06-23 22:00:00 +0000
  • 575949ad9d Fix version in CHANGELOG David Peter 2023-06-04 08:25:49 +0200
  • a719153e63 Update CHANGELOG David Peter 2023-06-03 23:38:47 +0200
  • 3d4710f6e0 Clippy suggestions v1.17.0 David Peter 2023-06-03 23:24:11 +0200
  • 8349ad4c44 Update CHANGELOG David Peter 2023-06-03 23:22:43 +0200
  • 0ce6578ea9 Update man page David Peter 2023-06-03 23:20:19 +0200
  • ac617c8714 Add new --sort option David Peter 2023-06-03 21:06:50 +0200
  • b4416a11d6 Add new --sort option David Peter 2023-06-03 21:06:50 +0200
  • 2393de0c36 Updates for v0.17 David Peter 2023-06-03 20:06:17 +0200
  • b3b1134eca Updates for v0.17 David Peter 2023-06-03 20:06:17 +0200
  • ac3b351f29 Bump libc from 0.2.142 to 0.2.144 dependabot[bot] 2023-06-01 02:57:05 +0000
  • 73851e0fb2 Bump serde from 1.0.160 to 1.0.163 dependabot[bot] 2023-06-01 02:56:57 +0000
  • 4ab71128a6
    Bump libc from 0.2.142 to 0.2.144 dependabot[bot] 2023-06-01 02:57:05 +0000
  • 992c8070bc
    Bump serde from 1.0.160 to 1.0.163 dependabot[bot] 2023-06-01 02:56:57 +0000
  • d6435715e6 Bump anyhow from 1.0.70 to 1.0.71 dependabot[bot] 2023-05-01 02:56:51 +0000
  • ab5ae5f081 Bump clap_complete from 4.2.0 to 4.2.1 dependabot[bot] 2023-05-01 02:56:58 +0000
  • 178bdaa205 Spelling and grammar fixes Ville Skyttä 2023-05-18 16:22:22 +0300
  • 003d3b001f Spelling and grammar fixes Ville Skyttä 2023-05-18 16:22:22 +0300
  • bae36115ed
    Merge 2783fc2d78 into 64b9c715e9 Ville Skyttä 2023-05-18 13:19:23 +0000
  • 2783fc2d78 Spelling fixes Ville Skyttä 2023-05-18 16:18:18 +0300
  • 26dc98f7bb
    Bump clap_complete from 4.2.0 to 4.2.1 dependabot[bot] 2023-05-01 02:56:58 +0000
  • fde7e40196
    Bump anyhow from 1.0.70 to 1.0.71 dependabot[bot] 2023-05-01 02:56:51 +0000
  • 64b9c715e9 Update dependencies David Peter 2023-04-20 21:48:44 +0200
  • 0c7e6d3d1d Update dependencies David Peter 2023-04-20 21:48:44 +0200
  • acaa401ca0 Update CHANGELOG David Peter 2023-04-20 21:46:50 +0200
  • a8752769ab Show unused parameters in command names David Peter 2023-04-20 21:32:06 +0200
  • 1705d09f83 Show unused parameters in command names David Peter 2023-04-20 21:32:06 +0200
  • 4b9cd06d86 Add regression test for #642 David Peter 2023-04-20 13:06:36 +0200
  • 9859ecaafe Always compute relative speed comprison for export, closes #642 David Peter 2023-04-20 12:43:08 +0200
  • 926b8d07c8 Improve error message, mention --shell=none David Peter 2023-04-20 12:32:11 +0200
  • bf9644d74a Add regression test for #640 David Peter 2023-04-20 12:49:53 +0200
  • 2793d7b994 Do not export intermediate results to stdout, closes #640 David Peter 2023-04-20 12:24:10 +0200
  • f7d468777c Add regression test for #642 David Peter 2023-04-20 13:06:36 +0200
  • 10c5005f44 Always compute relative speed comprison for export, closes #642 David Peter 2023-04-20 12:43:08 +0200