Skip to content

Releases: jw/brt

0.1.8

21 May 15:07
@jw jw
Compare
Choose a tag to compare

Fix of the human panic handling.

0.1.7

21 May 15:05
@jw jw
Compare
Choose a tag to compare

Added cpu graph to process list.

0.1.6

25 Mar 20:21
@jw jw
Compare
Choose a tag to compare

Fix of the 0.1.5 release which is missing human-panic. Added tests and refactored the process component.

Screenshot from 2024-03-25 21-20-01

0.1.5

21 Mar 19:42
@jw jw
Compare
Choose a tag to compare

Added process ordering by pid, name, command, threads and cpu.

  • Ordering via left and right keys.
  • Made the architecture follow the component templates of ratatui.
  • Added linting, testing, coverage,...

0.1.4

01 Mar 13:21
@jw jw
Compare
Choose a tag to compare

Looks a little more like btops proc section. Still lots to do...

  • Added correct command (left the program column as is).
  • Added scrollbar.
  • Added styles (colors and boldness).
  • Added current process / all processes status message at the bottom right.
  • Added PageUp and PageDown feature.
  • Created a model.rs that gets the models, while the main.rs handles the tui part.
  • Added git hooks via husky.

screenshot

0.1.3

23 Feb 21:59
@jw jw
Compare
Choose a tag to compare

The process list is added to the app: pid, ppid, command, threads, user and mem.

0.1.2

21 Feb 22:38
@jw jw
Compare
Choose a tag to compare

Added --version and --help; processes are retrieved (in the log only); added linting and basic ci.

0.1.1

18 Feb 19:01
@jw jw
Compare
Choose a tag to compare

This is the first release of brt. Currently only the time and date in UTC and the battery status are shown.