Tags give the ability to mark specific points in history as being important
-
v0.3.2
ea61eb8b · ·Release v0.3.2 - 2025-04-09 Changed: - Alterator application object name is About System now.
-
-
v0.3.1
035b9c04 · ·Release v0.3.1 - 2025-04-04 Changed: - Alterator application object category is System now. - Alterator application object name is Properties now.
-
-
v0.3.0
81c9dc35 · ·Release v0.3.0 - 2025-03-28 Added: - `GetLocale` method for getting system locale. - `ListDesktopEnvironments` method for list installed DE on system. - `GetReleaseNotes` method for getting ALT distro release notes.
-
-
v0.2.2
21be23c2 · ·Release v0.2.2 - 2025-03-17 Fixed: - `GetAll` method which returns usage instead expected data. - `GetLicense` method which returns license with incorrect language.
-
-
v0.2.1
b6d96dc8 · ·Release v0.2.1 - 2025-03-14 Fixed: - `GetDrive` method which returns incorrect result in some cases. - `GetCPU` method which returns incorrect result in some cases. - `GetLicense` method which returns result with incorrect language if edition is selected.
-
-
v0.2.0
be845b72 · ·Release v0.2.0 Added: - `GetLicense` method which returns OS license (supports edition).
-
-
-
v0.1.2
ce7ab02f · ·Release v0.1.2 - 2025-03-03 Added: - `GetAll` method which returns all properties values. - `Info` method returns object file of application interface for Alterator Explorer.
-
v0.1.0
a63aac08 · ·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.1
4422939a · ·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).
-
-