Skip to content

Releases: deivshon/pi-status

v1.1.0

31 Mar 19:38
Compare
Choose a tag to compare

New features

  • All network interfaces are now monitored
  • Switch between network interfaces data in frontend net tab
  • Search processes by name and PID in frontend processes table
  • Selected frontend tab and process ordering are now persisting

Build

  • Added Makefile with support for local architecture, arm64, docker-amd64, docker-arm64 and docker-armv7 targets

Improvements

  • Data now fetched through WebSockets
  • Significantly improved processes data retrieval speed
  • Reduced frontend bundle size

Internal

  • Frontend now uses TypeScript instead of plain JavaScript
  • Bootstrap removed, Tailwind now used for styling and Radix UI for frontend tabs

v1.0.2

18 Mar 11:04
Compare
Choose a tag to compare
  • Fix per process CPU usage
  • Fix docker-compose image name
  • Minor improvements

v1.0.1

12 Mar 14:31
Compare
Choose a tag to compare
  • Add /var to default excluded mount points for disk usage portion of data collection
  • Add Cargo.lock for backend as suggested for non library projects

v1.0.0

06 Feb 13:16
Compare
Choose a tag to compare

Initial release