Skip to content

Commit

Permalink
v1.0.14 Bug fixes and start of OSX development
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Oct 6, 2021
1 parent 3a20e55 commit 2d013e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/btop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.13";
const string Version = "1.0.14";

int coreCount;
string overlay;
Expand Down

0 comments on commit 2d013e8

Please sign in to comment.