Skip to content

Releases: spapadim/argon1

v0.2.1

09 Jul 18:05
Compare
Choose a tag to compare

Changelog

  • Fix case button press handling

v0.2

03 Jul 19:02
Compare
Choose a tag to compare

Major new feature is LXPanel plugin UI. Distributed in separate, dependent DEB.

Unsigned .DEBs, only tested on Raspberry Pi 4 and buster.

Changelog

  • Make lxplugin icon change color based on fan speed
  • Updated README.md
  • Add basic configuration to lxpanel plugin
  • Add DEB for lxpanel plugin
  • Fix argonctl cmds for button-based power control
  • Manpage for argonctl and argon1 DEB doc update
  • Initial commit of LXPanel plugin
  • Cleaned up internals of argonctl_main
  • Add Get/SetFanSpeedLUT D-Bus endpoints
  • Fix rsyslogd config file
  • Replace XML-RPC server with system DBus service.

v0.1

25 Jun 13:22
Compare
Choose a tag to compare

First public release of Argon One case utilities.

Unsigned .DEB, only tested on Raspberry Pi 4 and buster.

Changelog

  • Adjust default LUT so fan doesn't start as often
  • Tweak system logging setup
  • Clean up config file locations list
  • Fixed a couple of deadlocks; clean shutdown now works
  • Add some quick documentation in README.md
  • Fixes to DEB package postinst script
  • Clean up debian rules file
  • Initial debian version which builds successfully
  • Add basic logging support
  • Switch from jsonrpclib to Python-builtin xmlrpclib
  • Initial commit