169f30b8f4
- Update to version 0.14.10: * [Added] Add JSON output support. * [Changed] Generate shell completions at build time. * [Fixed] Trim null byte from /proc//attr/current.
Dead Mozay
2025-03-28 08:07:00 +00:00
2a0ce46264
Accepting request 1238455 from utilities
Ana Guerrero2025-01-17 17:38:17 +00:00
7848b372cd
- Update to version 0.14.9: * [Fixed] Build failure on FreeBSD. - Update to 0.14.8: * [Fixed] Build breaks on FreeBSD #703 - Update to 0.14.7: * [Changed] Header line wrapping #695 * [Fixed] First key press is ignored #443 - Update to 0.14.6: * [Changed] MSRV to Rust 1.74 * [Added] aarch64-apple-darwin build release - Filter dependencies for vendor tarball - Update to 0.14.5: * [Added] Add show_self_parents option #607 * [Changed] MSRV to Rust 1.70 - Update to 0.14.4: * [Fixed] Build breaks on FreeBSD/arm64,i386 - Generate and use zst tarball - Update to 0.14.3: * [Changed] MSRV to Rust 1.67 * [Added] Some columns on FreeBSD - Update to 0.14.2: * [Added] BSD support #313 * [Fixed] wrong time handling on Windows * [Added] User/group cache support * [Added] Cgroup/Ccgroup column #529 - Update to 0.14.1: * [Added] Also look for a config file in /etc/procs/procs.toml #533 * [Added] less compatible keybinding of built-in pager * [Added] show_kthreads config #446 * [Fixed] procs -i Pid displays Parent PID, not PID, sometimes #457 - Update to 0.14.0: * [Changed] --config option to --gen-config * [Changed] --completion option to --gen-completion * [Changed] --completion-out option to --gen-completion-out * [Added] --load-config option to specify config file #394 * [Added] --use-config option to specify built-in config #152 * [Added] show_header and show_footer config #405 * [Added] SecContext column #260 * [Added] FileName column #429 * [Added] WorkDir column #410 * [Added] Env column #143 * [Added] Built-in pager and Windows pager support #119 * [Fixed] hang on terminals which ignore DSR request #288 * [Fixed] Column UserLogin shows 4294967295 #441 - Move from rust-packaging to cargo-packaging - Set update to true in cargo_vendor service - Move from tar.xz to zst vor vendor tarball - Update to 0.13.4: * [Added] adding sort column to inserts #396 * [Added] docker: Respect $DOCKER_HOST #424 - Clean up changes file - Don't autogenerate changes entries. They look more crypting to the user than the entries in CHANGELOG.md. So let's take it from there in the future. - Update to version 0.13.3: * release_win: pack exe in toplevel of zip - Update to version 0.13.2: * Add workaround for pager issue #366 - Update to version 0.13.1: * Remove $ from code fenced examples on readme * Add derive Eq to some structs * fix some typos - Update to version 0.13.0: * Fix clippy * Add TreeSlot column #196 * Add case sensitivity option #159 * Use once_cell instead of lazy_static - Update to version 0.12.3: * No changelog available. - Update to version 0.12.2: * Change coverage to llvm-cov * Fix dead code in --no-default-features * Fix Clippy warnings - Update to version 0.12.1: * Add another cgroup style of docker support #236 * Fix wrong decode of cgroup for docker #236 * Change termbg timeout to latency based #221 * Update tests to replace the deprecated usage of clap * Add android to all cfg #223 - Update to version 0.12.0: * Fix unexpected message at piped #221 * Replace structopt with clap * Update getch to update termios #223 - Update to version 0.11.13: * Create a separate --completion-out flag * Write generated shell completions to stdout - Update to version 0.11.12: * No changelog available. - Update to version 0.11.11: * No changelog available. - Update to version 0.11.10: * Show children processes at tree mode #181 * Fixed search failure with only option #117 * Add MultiSlot column #180 * address clippy lint: manual implementation of Option::map * Improve grammar - Update to version 0.11.9: * Add: Add support for floating point values in watch interval * Don't need separate fields for pgid and session * Friendlier column name * Add columns for process group ID and Session on linux. - Update to version 0.11.8: * Adjust get_theme timing - Update to version 0.11.7: * Disable termbg at piped/redirected #146 * Adjust elapsed_time format * Remove unused import * Fix compile error * Add elapsed_time #120 * Add completion file message #130
Dead Mozay
2025-01-17 10:12:39 +00:00
823a37f08e
- Update to version 0.14.9: * No changelog was made available.
Dead Mozay
2025-01-17 03:49:11 +00:00
78a8bd0346
Accepting request 1217332 from utilities
Ana Guerrero2024-10-23 19:14:12 +00:00
4978dfa17c
- Update to 0.14.3: * [Changed] MSRV to Rust 1.67 * [Added] Some columns on FreeBSD
Michael Vetter2023-10-20 06:22:36 +00:00
bdecbf6215
Accepting request 1118591 from utilities
Ana Guerrero2023-10-18 19:26:27 +00:00
c46cb308b9
- Update to 0.24.0: * Add environment variable BAT_PAGING, see #2629 * Add opt-in (--features lessopen) support for LESSOPEN and LESSCLOSE. See #1597, #1739, #244#2602, and #2662 * Fix more not being found on Windows when provided via BAT_PAGER, see #2570, #2580, and #2651 * Switched default behavior of --map-syntax to be case insensitive #2520 * Updated version of serde_yaml to 0.9. See #2627 * Fix arithmetic overflow in LineRange::from and LineRange::parse_range, see #2674, #2698 * Fix paging not happening when stdout is interactive but stdin is not, see #2574 * Make -pp override --paging and vice versa when passed as a later argument, see #2660Michael Vetter2023-10-18 13:10:03 +00:00
2898c09bf2
Accepting request 1116024 from utilities
Ana Guerrero2023-10-06 19:14:30 +00:00
9dd33be03c
- Update to 0.14.1: * [Added] Also look for a config file in /etc/procs/procs.toml #533 * [Added] less compatible keybinding of built-in pager * [Added] show_kthreads config #446 * [Fixed] procs -i Pid displays Parent PID, not PID, sometimes #457Michael Vetter2023-10-06 11:12:00 +00:00
fdc90b97c4
- Move from rust-packaging to cargo-packaging - Set update to true in cargo_vendor service - Move from tar.xz to zst vor vendor tarball
Michael Vetter2023-03-07 09:49:41 +00:00
89efa3c708
- Update to 0.14.0: * [Changed] --config option to --gen-config * [Changed] --completion option to --gen-completion * [Changed] --completion-out option to --gen-completion-out * [Added] --load-config option to specify config file #394 * [Added] --use-config option to specify built-in config #152 * [Added] show_header and show_footer config #405 * [Added] SecContext column #260 * [Added] FileName column #429 * [Added] WorkDir column #410 * [Added] Env column #143 * [Added] Built-in pager and Windows pager support #119 * [Fixed] hang on terminals which ignore DSR request #288 * [Fixed] Column UserLogin shows 4294967295 #441Michael Vetter2023-03-07 09:30:47 +00:00
84a28ee6d0
- Clean up changes file - Don't autogenerate changes entries. They look more crypting to the user than the entries in CHANGELOG.md. So let's take it from there in the future. * Remove $ from code fenced examples on readme
Michael Vetter2023-01-09 18:02:14 +00:00
ac1b149d85
osc copypac from project:home:Dead_Mozay package:procs revision:18
Michael Vetter2023-01-09 17:46:44 +00:00