summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2022-04-13 11:19:47 +0200
committeraristocratos <gnmjpl@gmail.com>2022-04-13 11:19:47 +0200
commitdf205fb23c4d27bbe67d7e1bca4e7ee6f0e56a2f (patch)
treee15d7c0189e18b3c2a754e801eecd49d336ba7e5
parent2d9399389cb3e967368f2d59f8387f09db90fda9 (diff)
v1.2.6 Bug fixesv1.2.6
-rw-r--r--CHANGELOG.md8
-rw-r--r--src/btop.cpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1d54c2..6e9d63a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## v1.2.6
+
+* Fixed: Wrong memory unit when shorten and size is less than 10, by @mohi001
+
+* Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
+
+* Changed: Enter symbol to a more common variant
+
## v1.2.5
* Fixed: Fallback to less accurate UTF8 char count if conversion to wstring fails
diff --git a/src/btop.cpp b/src/btop.cpp
index f24df03..b94fe4b 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -60,7 +60,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.2.5";
+ const string Version = "1.2.6";
int coreCount;
string overlay;