summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2022-02-27 14:24:39 +0100
committeraristocratos <gnmjpl@gmail.com>2022-02-27 14:24:39 +0100
commita98b031a0d8f789523f39ce38d86cdd47a1383db (patch)
tree85a0d281cafa26d1dd4fbe58be61609825e3dd85
parente793370dc9a30ccdb3a6d05827c58e6f19a98bd6 (diff)
v1.2.4 Bug fixesv1.2.4
-rw-r--r--CHANGELOG.md10
-rw-r--r--src/btop.cpp2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2588935..9a3475a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## v1.2.4
+
+* Optimization: Proc::draw()
+
+* Fixed: Ignore duplicate disks with same mountpoint
+
+* Changed: Restrict command line for processes to 1000 characters to fix utf8 conversion errors
+
+* Added: add "g" and "G" to vim keys, by @mohi001
+
## v1.2.3
* Changed: floating_humanizer() now show fractions when shortened and value is < 10
diff --git a/src/btop.cpp b/src/btop.cpp
index 6a4942b..7f13641 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -60,7 +60,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.2.3";
+ const string Version = "1.2.4";
int coreCount;
string overlay;