From 8be98398aad8d7728d875a8b247603a23484ebbc Mon Sep 17 00:00:00 2001 From: stsdc Date: Mon, 20 Jul 2020 21:39:05 +0200 Subject: [PATCH] bump version 0.8.1 & add changelogs --- data/com.github.stsdc.monitor.appdata.xml.in | 125 ++++++++++++++++++- debian/changelog | 4 +- meson.build | 2 +- 3 files changed, 127 insertions(+), 4 deletions(-) diff --git a/data/com.github.stsdc.monitor.appdata.xml.in b/data/com.github.stsdc.monitor.appdata.xml.in index ce7bed5f..bdf8725b 100644 --- a/data/com.github.stsdc.monitor.appdata.xml.in +++ b/data/com.github.stsdc.monitor.appdata.xml.in @@ -28,10 +28,133 @@ https://github.com/stsdc/monitor/issues + +​ +​
    +
  • Update Japanese translation (Ryo Nakano)
  • +
  • Disable search entry, when System tab is active
  • +
  • Add screenshots
  • +
+​
+​
    -
  • System resources tab
  • +
  • Add System resources tab
  • +
+​
+​
+ +​ +​
    +
  • Added tooltips to process state label (Ryo Nakano)
  • +
  • Small bugfix
  • +
+​
+​
+ +​ +​
    +
  • Fix sorting arrows
  • +
  • Update Russian translation (camellan)
  • +
  • Add Turkish translation (Harun Yasar)
  • +
  • Use newest version of live-chart (Laurent Callarec) ← Check his lib for creating charts, it's amazing!
  • +
+​
+​
+ +​ +​
    +
  • Detailed process info in sidebar
  • +
  • CPU frequency in tooltip (Ryo Nakano)
  • +
+​
+​
+ +​ +​
    +
  • Bugfix (potential) of crushes and high CPU usage
  • +
  • Update German translation (Carsten Dietrich)
  • +
+​
+​
+ +​ +​
    +
  • Update Portuguese translation (Hugo Carvalho)
  • +
  • Update French translation (Nathan Bonnemains and Skeudwenn)
  • +
  • Fix: Don't show swap percentage when it's not available (Ryo Nakano)
  • +
+​
+​
+ +​ +​
    +
  • Update Italian translation (Mirko Brombin)
  • +
  • Show swap usage (Ryo Nakano)
  • +
  • Update Russian translation (camellan)
  • +
  • Code refactoring (Ryo Nakano)
  • +
  • Update Japanese translation (Ryo Nakano)
  • +
+​
+​
+ +​ +​
    +
  • Fix contents of the window are not shown (Ryo Nakano)
  • +
  • ix no row is still selected when indicator options are enabled (Ryo Nakano)
  • +
  • Fix the app crashes by clicking the "End/Kill Process" buttons when no process is selected (Ryo Nakano)
  • +
  • Added buttons to either "kill" or "end" a process. (Evan Buss)
  • +
  • Change screenshot to English (Christopher Crouse)
  • +
  • Update Russian translation (camellan)
  • +
  • Check if the default display is a X11 display (Hannes Schulze)
  • +
  • Update Spanish translation (Mario Rodrigo)
  • +
+​
+​
+ +​ +​
    +
  • Add start-in-background option to UI
  • +
+​
+​
+ +​ +​
    +
  • Add start-in-background command line option
  • +
  • Add Italian and Portuguese translations
  • +
  • Update Dutch, French and Spanish translations
  • +
  • Fix Japanese translation
  • +
+​
+​
+ +​ +​
    +
  • Minor bug fix
  • +
  • Make End process button red
  • +
  • Add Japanese translation
  • +
+​
+​
+ +​ +​
    +
  • Add CPU and RAM icons
  • +
  • Fix bug, that caused hanging
  • +
  • Update Polish and Russian translation
  • +
+​
+​
+ +​ +​
    +
  • Add Monitor indicator
  • +
  • Add missing extra French translations
  • +
  • Fix: if icon missing for the process, icon is taken from previous process
  • +
  • Fix: search erases my input while I'm typing
  • +
  • Fix POTFILES
diff --git a/debian/changelog b/debian/changelog index 69943565..548ddb17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,14 +18,14 @@ 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 +-- Stanisław Dac Sat, 15 Apr 2020 21:01:15 +0200 com.github.stsdc.monitor (0.7.0) bionic; urgency=low * Detailed process info in sidebar * CPU frequency in tooltip (Ryo Nakano) --- Stanisław Dac Sat, 15 Apr 2020 21:01:15 +0200 +-- Stanisław Dac Sat, 11 Apr 2020 21:01:15 +0200 com.github.stsdc.monitor (0.6.2) bionic; urgency=low diff --git a/meson.build b/meson.build index 294674c5..230091e3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.8.0') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.8.1') # these are Meson modules gnome = import('gnome')