-
v0.1.0a63aac08 · ·
Release v0.1.0 - 2024-12-09 Added: - `org.altlinux.alterator.systeminfo1` D-Bus interface that includes methods for getting system information (see below). - `GetDeviceName` method that returns hostname. - `GetOperationSystemName` method that returns pretty OS name. - `GetBranch` method that returns dist branch name. - `GetLastUpdate` method that returns datetime of last dist-upgrade in UTC. - `GetKernel` method that returns version and release of Linux kernel. - `GetCPU` method that returns vendor, name, number of cores and max frequency on KHz of CPU. - `GetArch` method that returns name of arch. - `GetGPU` method that returns vendor and name of GPU. - `GetMemory` method that returns RAM volume in kibibytes. - `GetDrive` method that returns drive volume in kibibytes. - `GetMotherboard` method that returns vendor and name of motherboard. - `GetMonitor` method that returns pairs of port and resolution. - `/org/altlinux/alterator/systeminfo` object of system bus that implements new interface.
-
v0.1.14422939a · ·
Release v0.1.1 - 2025-02-25 Changed: - `GetDeviceName` method name to `GetHostName`. - `GetArch` method result appearance to authentic. - `GetCPU` method returns base frequency instead max frequency. - `GetMemory` and `GetDrive` methods returns volume in bytes instead kibibytes. Removed: - `GetLastUpdate` method (now this is `GetLastDistUpgrade` method from `org.altlinux.alterator.apt1`). - APT loggers (now `alterator-backend-packages` contains it).