------------------------------------------------------------------- Sun Jan 18 08:13:06 UTC 2026 - Muhammad Akbar Yanuar Mantari - Update to version 0.28.0: * Replace '!' for selecting process by pid with '=' * Replaced tui-textarea with tui-input * Correct line count calculation for process details scrolling - Version 0.27.0: * Fixed missing initial query * Added support for multiple key modifiers and readline editing - Version 0.26.1: * Improved startup performance and refresh speed - Version 0.26.0: * Fixed terminal clear up after closing app * Performance improvement ------------------------------------------------------------------- Thu Sep 18 05:12:50 UTC 2025 - Muhammad Akbar Yanuar Mantari - Update to version 0.25.0: * fixed clippy warnings * fix copying not working on at least niri * renamed fps to debug component ------------------------------------------------------------------- Fri Jun 13 18:06:29 UTC 2025 - Muhammad Akbar Yanuar Mantari - Update to version 0.24.0: * made clipboard lazy init so it wont fail entire app ------------------------------------------------------------------- Wed Jun 4 19:04:48 UTC 2025 - Muhammad Akbar Yanuar Mantari - Update to version 0.23.1: * fixing no config file * added missing and configurable key mappings ------------------------------------------------------------------- Sat Mar 15 22:23:03 UTC 2025 - Muhammad Akbar Yanuar Mantari - Update to version 0.18.1: * Allow to configure the colors of the UI * ui enums accept both snake_case and PascalCase * added new key mappings * New ignore path options allowing to reduce amount of displayed processes ------------------------------------------------------------------- Wed Feb 5 18:02:20 UTC 2025 - Muhammad Akbar Yanuar Mantari - Update to version 0.15.0: * added new keymaps for text manipulation * add keymapings for selecting process parent/family/siblings ------------------------------------------------------------------- Sun Dec 8 21:51:23 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.12.0: + Bugs fixes - Fix incorrect start time, enforce deterministic ports order + New Features - Highlight for cmd, path and ports - args fuzzy highlight - Removed cargo_audit from _service due that contains vendor now ------------------------------------------------------------------- Sat Nov 9 13:47:41 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.10.0 + Bugs fixes - Fixed empty query for ports args and paths + New Features - Added sorting search results by match score ------------------------------------------------------------------- Wed Oct 9 11:09:03 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.9.0 + New Features - Support vim-like key bindings for navigation - add ctrl+arrow up/ctrl+arrow down keybinding to go first/end row ------------------------------------------------------------------- Sat Oct 5 17:34:29 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.8.0 + Bugs fixes - fixed failing tests - removed fuzzy search from args + New Features - Add fuzzy search for Path type of queries - Add configuration - Add fuzzy search for Cmd, Ports, and Args ------------------------------------------------------------------- Tue Sep 24 07:35:19 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.7.0 + Bugs fixes - Fix infinite scroll in process details area + New Features - Add cli arguments to configure the viewport size - Add faster scrolling: jump over 10 lines when pressing PgUp/PgDown ------------------------------------------------------------------- Wed Sep 18 22:03:51 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.6.4 + feature - added sarch by pid and process family - feat: Quit program with ctrl+c ------------------------------------------------------------------- Tue Aug 27 22:06:15 UTC 2024 - Muhammad Akbar Yanuar Mantari - Update to version 0.6.3 + feature - Added refresh on demand + optimization - cache refresh and table rendering improvement + chore - added integration test for searching processes - added text area input from third party ------------------------------------------------------------------- Thu Aug 15 01:25:33 UTC 2024 - Muhammad Akbar Yanuar Mantari - Initial package