- 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
- Update to version 0.11.6:
* No changelog.
- Update to version 0.11.5:
* Fix infinite recursion of get_ppids #129
- Update to version 0.11.4:
* Suppress theme detection at each refresh of watcher mode
- Initial package
OBS-URL: https://build.opensuse.org/request/show/1238454
OBS-URL: https://build.opensuse.org/package/show/utilities/procs?expand=0&rev=33
* 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 #2660
OBS-URL: https://build.opensuse.org/package/show/utilities/procs?expand=0&rev=11