From d10cc963569975dfe6cb56576b6ec1dbfff4d4c2 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Mon, 9 Sep 2019 18:14:06 +0200 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60bffc76..59fc1052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +### [v1.3.0] + - CPU hyperthreading mode disabled by default in bar chart widget + - added view for CPU module + - added view for Memory module + - added view for Battery module + - changed the menu item with preferences to list + - improved widgets draw algorithm + - implemented view for modules with charts and some information + - moved from own implementation to LauncAtLogin library + - fixed a lot of bugs + ### [v1.2.13] - changed version checker logic @@ -81,6 +92,7 @@ All notable changes to this project will be documented in this file. ### [v1.0.0] - first release +[v1.3.0]: https://github.com/exelban/stats/releases/tag/v1.3.0 [v1.2.13]: https://github.com/exelban/stats/releases/tag/v1.2.13 [v1.2.12]: https://github.com/exelban/stats/releases/tag/v1.2.12 [v1.2.11]: https://github.com/exelban/stats/releases/tag/v1.2.11