Skip to content

Conversation

@grtcdr
Copy link
Member

@grtcdr grtcdr commented Dec 29, 2021

This MR is a demonstration of #110

New readout types

  • GraphicalReadout
  • ProcessorReadout

Breaking Changes

  • Moved desktop_environment() from GeneralReadout to GraphicalReadout
  • Moved session() from GeneralReadout to GraphicalReadout
  • Moved window_manager() from GeneralReadout to GraphicalReadout
  • Moved terminal() from GeneralReadout to GraphicalReadout
  • Moved cpu_model_name() from GeneralReadout to ProcessorReadout
  • Moved cpu_usage() from GeneralReadout to ProcessorReadout
  • Moved cpu_physical_cores() from GeneralReadout to ProcessorReadout
  • Moved cpu_cores() from GeneralReadout to ProcessorReadout
  • Moved every enum within traits to a new enums module
  • Renamed os_name() in GeneralReadout to operating_system()

Features for every readout type

Every readout type is now hidden behind a feature if default-features = false.

@grtcdr grtcdr changed the title RFC n°1: (Closes #110) A feature for every readout type (Closes #110) Dec 29, 2021
@grtcdr grtcdr linked an issue Dec 29, 2021 that may be closed by this pull request
@grtcdr grtcdr marked this pull request as draft December 29, 2021 20:56
@grtcdr grtcdr changed the title A feature for every readout type (Closes #110) BREAKING CHANGES: A feature for every readout type (Closes #110) Dec 29, 2021
@grtcdr grtcdr changed the title BREAKING CHANGES: A feature for every readout type (Closes #110) [RFC] BREAKING CHANGES: A feature for every readout type (Closes #110) Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

RFC: A feature for every readout type.

2 participants