SHA256
5
0
forked from pool/procs
Files
procs/procs.changes

257 lines
8.8 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Fri Mar 28 08:01:40 UTC 2025 - Dead Mozay <dead_mozay@opensuse.org>
- 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.
-------------------------------------------------------------------
Fri Jan 17 03:37:29 UTC 2025 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.14.9:
Accepting request 1238454 from home:Dead_Mozay - 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
2025-01-17 10:12:39 +00:00
* [Fixed] Build failure on FreeBSD.
-------------------------------------------------------------------
Wed Oct 23 11:03:53 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.8:
* [Fixed] Build breaks on FreeBSD #703
-------------------------------------------------------------------
Tue Oct 22 06:25:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.7:
* [Changed] Header line wrapping #695
* [Fixed] First key press is ignored #443
-------------------------------------------------------------------
Tue Jul 30 03:50:01 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.6:
* [Changed] MSRV to Rust 1.74
* [Added] aarch64-apple-darwin build release
-------------------------------------------------------------------
Wed Mar 20 16:23:51 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Filter dependencies for vendor tarball
-------------------------------------------------------------------
Thu Mar 7 06:42:10 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.5:
* [Added] Add show_self_parents option #607
* [Changed] MSRV to Rust 1.70
-------------------------------------------------------------------
Fri Nov 24 10:46:35 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.4:
* [Fixed] Build breaks on FreeBSD/arm64,i386
-------------------------------------------------------------------
Fri Oct 20 11:02:04 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Generate and use zst tarball
-------------------------------------------------------------------
Fri Oct 20 06:17:45 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.3:
* [Changed] MSRV to Rust 1.67
* [Added] Some columns on FreeBSD
-------------------------------------------------------------------
Wed Oct 18 13:08:30 UTC 2023 - Michael Vetter <jubalh@iodoru.org>
- 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
-------------------------------------------------------------------
Fri Oct 6 11:06:43 UTC 2023 - Michael Vetter <mvetter@suse.com>
- 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
-------------------------------------------------------------------
Tue Mar 7 09:24:23 UTC 2023 - Michael Vetter <mvetter@suse.com>
- 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
-------------------------------------------------------------------
Mon Jan 30 07:53:44 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.13.4:
* [Added] adding sort column to inserts #396
* [Added] docker: Respect $DOCKER_HOST #424
-------------------------------------------------------------------
Mon Jan 9 18:01:11 UTC 2023 - Michael Vetter <mvetter@suse.com>
- 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.
-------------------------------------------------------------------
Tue Oct 18 08:42:41 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.3:
* release_win: pack exe in toplevel of zip
-------------------------------------------------------------------
Wed Oct 05 03:05:01 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.2:
* Add workaround for pager issue #366
-------------------------------------------------------------------
Tue Sep 20 18:25:43 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.1:
* Remove $ from code fenced examples on readme
* Add derive Eq to some structs
* fix some typos
-------------------------------------------------------------------
Fri Jul 29 02:45:05 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.0:
* Fix clippy
* Add TreeSlot column #196
* Add case sensitivity option #159
* Use once_cell instead of lazy_static
-------------------------------------------------------------------
Wed May 25 08:10:13 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.3:
* No changelog available.
-------------------------------------------------------------------
Thu May 05 05:09:16 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.2:
* Change coverage to llvm-cov
* Fix dead code in `--no-default-features`
* Fix Clippy warnings
-------------------------------------------------------------------
Fri Jan 28 02:38:24 UTC 2022 - dead_mozay@opensuse.org
- 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
-------------------------------------------------------------------
Tue Jan 18 11:01:42 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.0:
* Fix unexpected message at piped #221
* Replace structopt with clap
* Update getch to update termios #223
-------------------------------------------------------------------
Fri Dec 24 12:20:44 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.13:
* Create a separate --completion-out flag
* Write generated shell completions to stdout
-------------------------------------------------------------------
Wed Dec 15 04:54:45 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.12:
* No changelog available.
-------------------------------------------------------------------
Tue Dec 14 10:14:48 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.11:
* No changelog available.
-------------------------------------------------------------------
Wed Oct 20 02:35:15 UTC 2021 - dead_mozay@opensuse.org
- 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
-------------------------------------------------------------------
Tue Jun 22 03:02:19 UTC 2021 - dead_mozay@opensuse.org
- 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.
-------------------------------------------------------------------
Sat May 29 15:07:05 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.8:
* Adjust get_theme timing
-------------------------------------------------------------------
Wed May 19 08:28:14 UTC 2021 - dead_mozay@opensuse.org
- 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
-------------------------------------------------------------------
Tue May 18 02:57:52 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.6:
* No changelog.
-------------------------------------------------------------------
Thu May 06 01:48:25 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.5:
* Fix infinite recursion of get_ppids #129
-------------------------------------------------------------------
Sun May 02 17:51:46 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.4:
* Suppress theme detection at each refresh of watcher mode
-------------------------------------------------------------------
Sun May 2 17:47:27 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
- Initial package