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;