Skip to content

Releases: 0ry0n/Resource_Monitor

Release 28

Choose a tag to compare

@0ry0n 0ry0n released this 13 May 20:30
a14e6d6

Added

  • Decimal precision and step-based rendering controls for all indicators.

Changed

  • Refined wording across preferences, schema metadata, and translation templates for a more consistent UI.
  • Simplified modern GNOME/GTK/GJS code paths by removing obsolete compatibility fallbacks.
  • Refactored panel group visibility and retrieval logic for easier maintenance.

Fixed

  • Indicator click handling on GNOME Shell 50.
  • Empty monitor groups no longer leave unused spacing in the panel.
  • Icon-less panel layouts no longer introduce alignment and spacing issues.
  • GPU icon visibility now matches the actual set of visible GPU metrics.

Release 27

Choose a tag to compare

@0ry0n 0ry0n released this 20 Mar 22:19
820e6d3

Added

  • Support for GNOME Shell 50.
  • Support for AMD and Intel GPU telemetry backends via sysfs.
  • Multi-panel display mode with Dash to Panel integration.
  • Customizable secondary metric separators (Minimal Dot, Slash, Brackets).
  • Multi-language support infrastructure (gettext domain/schema alignment, translation catalogs, and packaging workflow).
  • Italian translation (it locale).

Changed

  • Refactored the codebase into modular runtime/, services/, panel/, and prefs/ layers.
  • Migrated preferences to native GTK4/Libadwaita pages and models.
  • Aligned extension metadata and GSettings schema naming with GNOME extension conventions.
  • Refreshed symbolic icons and modernized repository tooling (validation, packaging, translations).

Removed

  • Legacy compatibility paths.
  • Legacy prefs.ui file after migration to code-built preferences.

Fixed

  • Network unit-of-measure selection in bps mode.
  • Disk device naming instability across reboots by introducing stable identifiers.
  • Additional stability and regression fixes during the refactor series.

Release 26

Choose a tag to compare

@0ry0n 0ry0n released this 11 Sep 10:56
916122f
  • Add option to show device name in disk statistics.
  • Added support for GNOME 48 and 49.
  • Other bug fixes.

Release 25

Choose a tag to compare

@0ry0n 0ry0n released this 05 Nov 17:13
038db96
  • Cleanup code.
  • Other bug fixes.

Release 24

Choose a tag to compare

@0ry0n 0ry0n released this 28 Oct 12:52
3b32dec
  • Removed deprecated TreeView component.
  • Added custom peripheral name support.
  • Adjusted width with scale factor for better sizing.
  • Enhanced UI for improved user experience.
  • Other bug fixes.

Release 23

Choose a tag to compare

@0ry0n 0ry0n released this 18 Oct 14:03
46a111f
  • Added support for GNOME 47.
  • Introduced memory alerts for RAM and SWAP usage to enhance monitoring capabilities.
  • Improved CPU frequency monitoring by reading all CPU core frequencies and displaying the highest value.
  • Added color coding for all items to enhance visual clarity and differentiation.
  • Integrated Zenpower thermal sensors; thanks to @mclvren for the contribution.
  • Fixed issues with CPU temperature reading.
  • Other bug fixes.

Release 22

Choose a tag to compare

@0ry0n 0ry0n released this 03 Jun 15:32
6ef7653
  • Added support for GNOME 46.

Release 21

Choose a tag to compare

@0ry0n 0ry0n released this 03 Jan 16:14
7e6b378
  • Added support for gnome 45.
  • Fix custom-program.

Release 19

Choose a tag to compare

@0ry0n 0ry0n released this 27 Mar 13:28
  • Added support for gnome 44.
  • Fixed Cpu Frequency Unit: thanks to @giacomo-boldini.
  • Fixed Unit and scale factor.
  • Added ability to hide GPU name.
  • Added GPU icon.
  • Added ability to choose the display position of items.
  • Fixed incorrect classification of CPU thermal sensors.
  • Added ability to show all disk devices for stats monitoring.
  • Bug fixed.

Release 18

Choose a tag to compare

@0ry0n 0ry0n released this 17 Oct 19:05
8aaef99
  • Added support for gnome 43.
  • Added GPU monitor (NVIDIA only).
  • Added Load Average monitor.
  • Added the ability to use fixed units of measure.
  • Added the ability to use a custom application to launch when left-clicking the mouse.
  • New preferences window.
  • Bug fixed.