Skip to content

Releases: Trystan-SA/rproc

v0.3.7

11 Jun 16:46

Choose a tag to compare

What's Changed

  • chore(packaging): pin Flathub manifest to v0.3.6 commit by @Trystan-SA in #56
  • ci: harden release downloads and bump actions to Node 24 by @Trystan-SA in #57
  • fix(ui): classify apps by systemd cgroup, not just .desktop match by @Trystan-SA in #58
  • chore(packaging): drop Flathub submission manifest by @Trystan-SA in #59

Full Changelog: v0.3.6...v0.3.7

v0.3.6

09 Jun 12:36

Choose a tag to compare

What's Changed

  • fix(ci): checkout before downloading artifacts in release job by @Trystan-SA in #52
  • feat(ui): add WiFi signal quality graph to network detail by @Trystan-SA in #54
  • chore(packaging): add Flathub submission manifest by @Trystan-SA in #55

Full Changelog: v0.3.5...v0.3.6

v0.3.5

08 Jun 13:41

Choose a tag to compare

Full Changelog: v0.3.4...v0.3.5

v0.3.4

08 Jun 13:25

Choose a tag to compare

What's Changed

  • feat(perf): estimate per-process battery drain on graph hover by @Trystan-SA in #49
  • feat(ui): add light/dark theme toggle in settings by @Trystan-SA in #50
  • feat(ui): add interface scale setting for high-DPI comfort by @Trystan-SA in #51

Full Changelog: v0.3.3...v0.3.4

v0.3.3

05 Jun 15:19

Choose a tag to compare

What's Changed

  • feat(build): add AppImage packaging and local install support by @Betzalel75 in #41
  • feat(ui): add pause/resume control to freeze sampling for inspection by @Trystan-SA in #46
  • feat(perf): add dedicated VRAM graph and Intel iGPU memory reporting by @Trystan-SA in #47
  • feat(perf): add battery panel to performance tab by @Trystan-SA in #48

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.0

03 Jun 13:21

Choose a tag to compare

What's Changed

  • fix(perf): derive Intel GPU utilization from fdinfo instead of rc6 PMU by @Trystan-SA in #30
  • Rewrite the UI in Slint for lower RAM by @Trystan-SA in #36
  • fix(gpu): use glxinfo for GPU name instead of sysfs label by @Peter-L-SVK in #35
  • Add AUR rproc-bin package + auto-publish on release by @Trystan-SA in #20
  • fix(perf): eliminate UI stalls on the Performance tab by @Trystan-SA in #40

Full Changelog: v0.2.0...v0.3.0

v0.2.0

31 May 18:37

Choose a tag to compare

What's Changed

  • fix(ui): constrain processes table height so bottom label stays visible by @Peter-L-SVK in #18
  • Add Nix flake for compatibility with NixOS and nix package manager by @MaySeikatsu in #17
  • feat(ui): add process icons via freedesktop icon theme lookup by @Peter-L-SVK in #21
  • fix(ui): show last process sample immediately when opening the tab by @Trystan-SA in #24
  • chore: remove release Claude skill by @Trystan-SA in #25
  • docs: add CLAUDE.md with Rust project hygiene guidance by @Trystan-SA in #26
  • refactor(tests): move inline tests to sibling *_tests.rs files by @Trystan-SA in #27
  • refactor: split large modules into focused submodule folders by @Trystan-SA in #29
  • fix(perf): read CPU frequency from sysfs instead of sysinfo by @Peter-L-SVK in #28
  • feat(perf): optional per-process graph attribution (CPU/RAM/disk/GPU) by @Trystan-SA in #23

New Contributors

Thank you both of you for your support !

Full Changelog: v0.1.3...v0.2.0

v0.1.3

27 May 08:19

Choose a tag to compare

What's Changed

  • fix .rpm build: cargo generate-rpm output path by @Trystan-SA in #9
  • move screenshots into img/ and refresh README captures by @Trystan-SA in #10
  • Add settings toggle for the background sampler daemon by @Trystan-SA in #11
  • Add CPU and disk temperature monitoring by @Trystan-SA in #12
  • perf: lower memory footprint and speed up the Processes tab by @Trystan-SA in #14

Full Changelog: v0.1.2...v0.1.3

v0.1.2

26 May 21:51

Choose a tag to compare

What's Changed

  • add .deb, .rpm and flatpak packaging with one-shot release flow by @Trystan-SA in #6
  • rework README: badges, install-first layout, add LICENSE by @Trystan-SA in #7
  • publish available release artifacts even if a build job fails by @Trystan-SA in #8

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 May 19:01
5453481

Choose a tag to compare

What's Changed

  • CI/CD, background sampling daemon by @Trystan-SA in #1
  • add app icons, properties modals, and process action polish by @Trystan-SA in #2
  • cut per-frame allocations and syscalls in hot UI paths by @Trystan-SA in #3
  • add unit and regression tests across monitor + ui modules by @Trystan-SA in #4
  • Expose Intel GPU utilization via i915/xe perf PMU by @Trystan-SA in #5

Full Changelog: https://github.com/Trystan-SA/rproc/commits/v0.1.1