We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06324c commit 610c334Copy full SHA for 610c334
debian/changelog
@@ -1,3 +1,15 @@
1
+afancontrol (2.2.0-1) unstable; urgency=medium
2
+
3
+ * FileTemp: add support for glob patterns in paths
4
5
+ * Add `readonly_fan` section, allow exporter-only mode (i.e. no fans and mappings)
6
7
+ * Add a readonly IPMI speed fan
8
9
+ * Add filters, collect temperatures simultaneously
10
11
+ -- Kostya Esmukov <[email protected]> Mon, 28 Sep 2020 22:12:04 +0000
12
13
afancontrol (2.1.0-1) unstable; urgency=medium
14
15
* Move PID file under /run (#3)
src/afancontrol/__init__.py
@@ -1 +1 @@
-__version__ = "2.1.0"
+__version__ = "2.2.0"
0 commit comments