Skip to content

Latest commit

 

History

History
545 lines (303 loc) · 38.1 KB

CHANGELOG.md

File metadata and controls

545 lines (303 loc) · 38.1 KB

3.0.1 (2024-08-13)

Bug Fixes

  • config: change way to retrieve graphs (f06bb1e), closes #90

3.0.0 (2024-07-22)

Bug Fixes

  • config: allow easier fix gpu index (675e308)
  • graph: prevent cpu temp error (616c86e), closes #88

3.0.0-rc.3 (2024-05-30)

Bug Fixes

  • config: handle none direct gpu name (b5e8896), closes #85
  • config: prevent out of range error (3450f72), closes #85
  • graph: add new option in upgrade (b1e3e67)
  • graph: prevent fail on cpu freq init (8163691)

3.0.0-rc.2 (2024-05-24)

Bug Fixes

  • config: retrieve gpu name (dbe189d)
  • graph: center graphs (371f312), closes #81
  • graph: fallback temp for zenpower (fdd59a2), closes #80
  • graph: prevent qml errors (cfc5093)
  • graph: right init gpu memory (2e76dc7), closes #84
  • graph: right toggle visibility for swap (7c67fdd)

Features

  • graph: add icons for network and disk (2c81b5d), closes #82

3.0.0-rc.1 (2024-04-14)

Bug Fixes

  • config: translate disk transfer speed (8da5513)

  • graph: handle dynamic interfaces and right convert (ea00f7a), closes #23

  • graph: use more relevant temperature for cpu (5c6de76)

  • text: elide hints when is too long (3758ade)

  • chore!: rename the project and update description (ccb5eb1)

  • refactor(config)!: rename graph margin to spacing (a53206b)

  • refactor!: improve rendering graph (82591bd)

  • refactor!: change way to config graph (6543475)

  • refactor!: remove kio.krun (5a6d912)

  • refactor(config)!: standardize config ui (2c41f67)

  • refactor(config)!: merge history amount settings and add predefined choices (2f53818)

Features

Performance Improvements

  • graph: optimize gpu memory process (353c938)
  • graph: use outline instead of drop shadow (b0e8f46)

BREAKING CHANGES

  • id of widget have changed
  • "graph margin" become "graph spacing"
  • settings for vertical layout no longer exist
  • all config related to graph as been merged in "graphs" json
  • settings for action have changed name and format
  • merge gpu memory settings
  • merge history settings

2.11.4 (2024-04-03)

Bug Fixes

  • graph: disable right chart when second is hidden (e222475)

2.11.3 (2024-03-30)

Bug Fixes

  • graph: handle dynamic net interfaces and right dialect convert (22b75bd), closes #23

2.11.2 (2024-03-29)

Bug Fixes

  • graph: right disable secondary chart (8fa1fb6), closes #56

2.11.1 (2024-03-21)

Bug Fixes

  • graph: clear second line when change visibility at memory (f57205d)
  • graph: right init and update memory (fac0812), closes #72

2.11.0 (2024-03-21)

Bug Fixes

  • i18n: add missing translation (a87b9e5)

Features

  • graph: allow choose second line in memory (d304fe8), closes #31
  • graph: allow disable history (f757ae1), closes #56
  • graph: alow automatic limit for network and disk (9f42de9), closes #54
  • allow disable graph text (f475487), closes #66

2.10.2 (2023-08-29)

Bug Fixes

  • config: right way to find gpu cards (47ebe7a), closes #58

2.10.1 (2023-05-31)

Bug Fixes

  • graph: allow choose right gpu (c193172), closes #52

2.10.0 (2023-05-19)

Bug Fixes

  • graph: per core sensors for pre plasma 5.25 (5d41c02), closes #47
  • graph: prevent blurry labels in small size (a86d431)
  • graph: right aggregate and use network values (0816363), closes #50

Features

  • data: allow configure cpu clock aggregator (b3efc01)

2.9.1 (2023-05-09)

Bug Fixes

  • config: right select default value on combobox (6b15cf3)
  • graph: correctly init gpu info (af61440), closes #45
  • graph: correctly show memory swap after zero value (99598cb)
  • graph: ensure memory is not set with invalid value (2ce5ff9)
  • graph: listen right config property for updates (0ccdaa3)
  • graph: right handle gpu memory in percent (ec10b8b), closes #45 (comments)
  • graph: right update and init displayment (86f3522)
  • graph: show dot even if sensors is not set (7b0d014)

Reverts

  • re use plasmoid context property (5be4257), closes #46

2.9.0 (2023-05-03)

Bug Fixes

  • config: prevent too small or unaligned fiels (4ac3170)
  • config: right disable memory in percent checkbox (acc2bf8)
  • config: right update for write disk speed (47d9e8e), closes #40
  • config: support old plasma-framework version (2f9afe1), closes #43
  • data: right initialize sensors when toggle visibility (6a22eef)
  • graph: correctly handle threshold values (99b4774)
  • graph: prevent null pointer error on network (f0b3f9a)
  • graph: right color for critical value (fe3da26)
  • graph: right color for disk write (bc88aef), closes #39
  • graph: right disable memory graph (0e8d9a8), closes #42
  • graph: right update when memory unit changed (9b47018)
  • graph: use right history amount (a7b3a90)

Features

  • allow custom ordering graph (3e22c4c), closes #30

Performance Improvements

  • direct assign sensors to sensors model (495aab2)
  • update data only on enabled graphs (70147e5)
  • use connections instead property for config (9d315c3)

Reverts

  • config: drop swipe navigation (494afbf)
  • graph: back swap memory to red (f3fc29f)

2.8.0-hotfix.1 (2023-04-27)

Bug Fixes

  • translate: add missing translation (04ee743)

2.8.0 (2023-04-27)

Bug Fixes

  • data: use average cpu clock instead first core (a6f3271)
  • graph: allow support multiple interface (9f43479)
  • graph: clear history when change net sensors (9799666)
  • graph: use separate graph for physical and swap memory (6e97afb)

Features

  • allow customize unit for cpu and ram (6cb0967), closes #28
  • data: add cpu temperature (42df585)
  • data: add threshold for cpu temp and memory (28bafad)
  • graph: add disks io graph (692bda8), closes #10
  • graph: add gpu graph (71e5a60), closes #29
  • graph: support third line for network graph (f40c931)

Performance Improvements

  • don't update lines if is not needed (f5c52d6)
  • graph: optimiwe init network sensors (49651d0)

2.7.1 (2022-01-15)

Bug Fixes

  • data: correctly bind dynamically sensors (70a4208), closes #27
  • graph: allow zero value in max y calculation (020982f), closes #27

2.7.0 (2022-01-12)

Bug Fixes

  • dev: right check if applet is installed (586693e)
  • graph: correct init sensors (bc6f9cb), closes #26
  • graph: move net up graph behind net down (420920a)
  • graph: show null value (dc4c46e), closes #25

Performance Improvements

  • graph: disable update when chart is not visible (b375c59)

2.6.3 (2022-01-06)

Bug Fixes

  • graph: correct hide swap value when is 0 (cf47a7c)
  • graph: improve stability of label values (f0c548d), closes #25
  • graph: update graph on static interval (9755b85)

Performance Improvements

  • graph: sync update with history (4e2fb96)

2.6.2 (2021-12-29)

Bug Fixes

  • data: exclude undefined values in network (fe2b3cd), closes #23
  • graph: correct show max values for network (9b5c6ed)
  • graph: set graph color on swap value (from v2.3.0) (e8a1144)

2.6.1 (2021-12-26)

Bug Fixes

  • data: right show values when switch network interfaces (f0f2a40), closes #23
  • graph: fill in right direction (7ad35ac), closes #22
  • graph: remove "i" when is not necessary (5cffccf)

2.6.0 (2021-12-20)

Bug Fixes

  • config: improve way to write number (d83a5be)
  • dev: right update version in metadata (1023268)
  • graph: correctly hide cpu clock whne change option (9cf56fa)
  • graph: keep hints when hover (2bda76a), closes #20

Features

  • use kde lib instead self for generate graph (858d174), closes #21

2.5.3 (2021-12-19)

Bug Fixes

  • config: uniformize checkbox (2454aba)
  • data: prevent useless changes (a80a15b), closes #19
  • graph: improve label displayment (f4b05d7)
  • graph: use right width and reduce default font size (a74fd0f), closes #17

Reverts

  • graph: re add drop shadow (b2966a2)

2.5.2 (2021-12-05)

Bug Fixes

  • data: use better way to specify network unit (c7593e4), closes #9

Reverts

  • graph: remove useless drop shadow (561c1e6)

2.5.1 (2021-12-05)

Bug Fixes

  • config: use right way to apply filter (0f83b0f), closes #12
  • i18n: add missing colon (baa4dae)

2.5.0 (2021-12-04)

Bug Fixes

  • config: use right way to configure fill opacity (916c7f6)
  • data: use 0 instead hard value for nan (a310230)
  • graph: correctly show the value of clock when hover (43399c9)
  • i18n: add missing config translation (082df08)

Features

  • config: add option for specify click action (ae2e9c6), closes #12
  • config: allow configure graph sample (483b481), closes #13
  • data: allow kilobyte for network unit (3110650), closes #9
  • i18n: add dutch lang (90e6b17), closes #11

2.4.0 (2021-11-29)

Bug Fixes

  • data: hide clock when is not needed (8154e06)
  • data: reconnect data when lost (3441014)
  • graph: use right way to apply fill opacity (777e428)

Features

  • data: support kib/s and kbps for network (fd0cc8a)
  • service: runn new monitor (6f2813d), closes #6

2.3.0 (2021-11-29)

Bug Fixes

  • config: use right xml struct and property types (9b0f250)

Features

  • config: use tabs for data config (19a3ea8)
  • i18n: add french translation and improve en texts (16fa7a8)

2.2.2-hotfix.1 (2021-10-24)

Bug Fixes

  • data: update source when interface is updated (1b06863)

2.2.2 (2021-10-24)

Bug Fixes

  • data: connect source when config is update (0e89d8d), closes #7

Performance Improvements

  • data: use better way to update source values (c636423)

2.2.1 (2021-10-23)

Bug Fixes

  • config: downgrade versions for compatibility (cf10516), closes #2

2.2.0 (2021-10-20)

Bug Fixes

  • config: add specific height to color picker (7d4d215)

Features

  • config: add customizable graph sizes (5257e1d), closes #4
  • config: add possibility for hide swap (4f5ccd9), closes #3
  • data: use regex for network interface when is not specified (fc4856d), closes #5

Performance Improvements

  • data: connect source when is needed (8fab442)

2.1.4 (2021-06-15)

Bug Fixes

  • config: use right state for pick color (d2a894d)

2.1.3 (2021-06-15)

Bug Fixes

  • config: allow text editing in spin box (42c7fb3), closes #1

2.1.2 (2021-06-01)

Bug Fixes

  • graph: right toggle visibility (6c99fc2)
  • graph: use right placement (fd65754)

Features

  • dev: add script for real test (25257b0)

2.1.1 (2021-05-31)

Bug Fixes

  • config: use right spinbox (f584bd6)
  • text: no show value is swap is empty (ae63d16)

Features

  • config: add option for change text placement (58875e3)
  • config: add option for custom colors (8665fe0)
  • config: allow differents text displayment (3a7e73e)
  • dev: automatize release (68c14eb)

2.1.0 (2021-05-31)

Bug Fixes

  • text: no show value is swap is empty (ae63d16)

Features

  • config: add option for change text placement (58875e3)
  • config: add option for custom colors (8665fe0)
  • config: allow differents text displayment (3a7e73e)
  • dev: automatize release (68c14eb)

2.0.0 (2021-05-23)

Bug Fixes

  • improve readable values (ae794e8)
  • components: use right way to retrieve list height (5a253c5)
  • right way to run ksysguard (a631e8a)

Features

  • add network monitor (9308887)
  • memory: allow use allocated memory (07d5521)
  • config: add font scale option (5238bc2)
  • dev: add test script (e9e5da7)

1.0.5 (2015-11-14)

Bug Fixes

  • fixed for hiDPI fonts

1.0.4 (2015-10-26)

Bug Fixes

  • theming / sizing fixed

Features

  • config: option for disable drop-shadows (by droserasprout from github)

1.0.3 (2015-09-02)

Bug Fixes

  • resizing on desktop fixed

Features

  • config: option to disable mouse-hover hints

Chores

  • config: bump version of QtQuick.Controls to 1.3
  • config: bump version of QtQuick.Layouts to 1.1

1.0.2 (2015-06302)

Features

  • run System Monitor on click

1.0.1 (2015-06-16)

Bug Fixes

  • Hz -> MHz fix (thanks sysghost)

Chores

  • Change logo

1.0 (2015-05-24)

  • Initial version