summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-10-06 17:11:10 +0200
committeraristocratos <gnmjpl@gmail.com>2021-10-06 17:11:10 +0200
commit2d013e857f751c709730482ad9efe4ba3352eb96 (patch)
tree47a7cd5a9144674670819ebf2826f03396f41b0f
parent3a20e55f3a38eb163fd13dbe3571bd41437bb526 (diff)
v1.0.14 Bug fixes and start of OSX developmentv1.0.14
-rw-r--r--CHANGELOG.md4
-rw-r--r--src/btop.cpp2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e51591..c101021 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## v1.0.14 (next release)
+## v1.0.14
* Changed: Total system memory is checked at every update instead of once at start
@@ -8,6 +8,8 @@
* Fixed: snap root disk and changed to compiler flags instead of env variables for detection
+* Added: Development branch for OSX, by @joske
+
## v1.0.13
* Changed: Graph empty symbol is now regular whitespace
diff --git a/src/btop.cpp b/src/btop.cpp
index 64b925d..f6a5978 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.0.13";
+ const string Version = "1.0.14";
int coreCount;
string overlay;