diff --git a/Changes.md b/Changes.md index 6f09d310..837595b2 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,10 @@ # System Monitoring Center +### v2.25.0 (13.10.2023) + * New: Temperature unit option (Sensors tab) + * New: Chinese (Simplified) translations + * Minor improvements (stability, code, GUI, etc.) + ### v2.24.0 (06.10.2023) * New: Video encoding/decoding engine load for AMD GPUs * New: GPU usage and GPU memory columns (AMD GPUs only) diff --git a/data/io.github.hakandundar34coding.system-monitoring-center.appdata.xml.in b/data/io.github.hakandundar34coding.system-monitoring-center.appdata.xml.in index 452274f3..6290790b 100644 --- a/data/io.github.hakandundar34coding.system-monitoring-center.appdata.xml.in +++ b/data/io.github.hakandundar34coding.system-monitoring-center.appdata.xml.in @@ -98,6 +98,15 @@ + + +
    +
  • New: Temperature unit option (Sensors tab)
  • +
  • New: Chinese (Simplified) translations
  • +
  • Minor improvements (stability, code, GUI, etc.)
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index ff9a92ae..94cce9cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +system-monitoring-center (2.25.0) unstable; urgency=medium + + * New: Temperature unit option (Sensors tab) + * New: Chinese (Simplified) translations + * Minor improvements (stability, code, GUI, etc.) + + -- Hakan Dündar Fri, 13 Oct 2023 09:20:00 +0300 + system-monitoring-center (2.24.0) unstable; urgency=medium * New: Video encoding/decoding engine load for AMD GPUs diff --git a/src/__version__ b/src/__version__ index ad226192..5c18f919 100644 --- a/src/__version__ +++ b/src/__version__ @@ -1 +1 @@ -2.24.0 +2.25.0