Skip to content

Releases: nwg-piotr/gopsuinfo

gopsuinfo 0.1.9

06 Nov 00:57
9ce93f6
Compare
Choose a tag to compare
  • Added -ts argument to specify which (t)emperature (s)sensor to show the value for. Closes #8.
  1. List available sensors with the -ls argument:
❯ gopsuinfo -ls
acpitz_input (43°C)
amdgpu_edge_input (45°C)
amdgpu_junction_input (47°C)
amdgpu_mem_input (0°C)
amdgpu_edge_input (41°C)
nvme_composite_input (40.85°C)
nvme_sensor1_input (40.85°C)
nvme_sensor2_input (39.85°C)
k10temp_tctl_input (41.125°C)
  1. Use one as the -ts string, e.g. to show the temperature value for the k10temp_tctl_input sensor:
❯ gopsuinfo -c t -ts k10temp_tctl_input
47℃

Hint

By adding two nwg-panel executors one after another, you can see values for different sensors behind a single icon:

Executor 1:

gopsuinfo -i t -ts k10temp_tctl_input

executor 2:

gopsuinfo -c t -ts amdgpu_junction_input

obraz

gopsuinfo 0.1.8

18 Oct 19:50
Compare
Choose a tag to compare
  • coretemp temperature sensors support altered: from now on we calculate average value of per-core coretemp_core*input temperatures; the coretemp_packageid0 sensor remains as a fallback value; closes #9.

gopsuinfo 0.1.7

17 Oct 00:25
Compare
Choose a tag to compare
  • Temperature sensors reading order altered: first of ['k10temp', 'coretemp', 'acpitz'] values will be used, if found and non-zero; closes #9;
  • dependencies updated.

gopsuinfo 0.1.6

28 Jan 02:01
Compare
Choose a tag to compare
  • Dependencies updated;
  • documentation updated.

gopsuinfo 0.1.5

17 Jun 00:04
Compare
Choose a tag to compare
  • added support for the coretemp sensor.

gopsuinfo 0.1.4

29 May 01:31
Compare
Choose a tag to compare
  • added a workaround for multiple acpitz_input values.

gopsuinfo 0.1.3

28 Feb 23:59
Compare
Choose a tag to compare

golang.org/x/sys update to v0.0.0-20220412211240-33da011f77ad, in order to resolve the Dependabot alert:

golang.org/x/sys/unix has Incorrect Privilege Assignment

gopsuinfo 0.1.2

30 Aug 23:11
Compare
Choose a tag to compare

Added attempt to read k10temp_tctl sensor.

gopsuinfo 0.1.1

01 Jun 23:05
0b75fce
Compare
Choose a tag to compare
  • yaml.v3 (inderict) dependency updated to v3.0.1, due to known security vulnerabilities
  • fixed help
  • added -v flag

gopsuinfo 0.1.0

06 Feb 21:59
d80bcab
Compare
Choose a tag to compare

initial release