From 73fea9e42c504771e89c27699e0f5ce839166e10 Mon Sep 17 00:00:00 2001 From: stsdc Date: Mon, 22 Jun 2020 20:27:36 +0200 Subject: [PATCH] bump version --- data/com.github.stsdc.monitor.appdata.xml.in | 8 +++----- debian/changelog | 9 +++++++++ meson.build | 3 +-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/data/com.github.stsdc.monitor.appdata.xml.in b/data/com.github.stsdc.monitor.appdata.xml.in index 2a191d2c..6c258f0d 100644 --- a/data/com.github.stsdc.monitor.appdata.xml.in +++ b/data/com.github.stsdc.monitor.appdata.xml.in @@ -25,13 +25,11 @@ https://github.com/stsdc/monitor/issues - +
    -
  • Detailed process info in sidebar
  • -
  • CPU frequency in tooltip (Ryo Nakano)
  • -
  • Removed tree view . This fixes high CPU usage, indicator hangs, and app crashes
  • -
  • Special thanks to gavr, Ryo Nakano, Adam Bieńkowski and Daniele Cocca
  • +
  • Small bugfix
  • +
  • Added tooltips (Ryo Nakano)
diff --git a/debian/changelog b/debian/changelog index bf5bee21..d6f7f459 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +com.github.stsdc.monitor (0.7.3) bionic; urgency=low + + * Added tooltips to process state label (Ryo Nakano) + * Small bugfix + +-- Stanisław Dac Mon, 22 Jun 2020 20:21:37 +0200 + com.github.stsdc.monitor (0.7.2) bionic; urgency=low * Fix sorting arrows @@ -5,6 +12,8 @@ com.github.stsdc.monitor (0.7.2) bionic; urgency=low * Add Turkish translation (Harun Yasar) * Use newest version of live-chart (Laurent Callarec) ← Check his lib for creating charts, it's amazing! +-- Stanisław Dac Sat, 11 Apr 2020 21:01:15 +0200 + com.github.stsdc.monitor (0.7.0) bionic; urgency=low * Detailed process info in sidebar diff --git a/meson.build b/meson.build index 0416e108..bc29b153 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,4 @@ - -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.2') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.3') # these are Meson modules gnome = import('gnome')