mirror of
https://github.com/aristocratos/btop.git
synced 2024-10-31 21:01:03 +01:00
v1.0.14 Bug fixes and start of OSX development
This commit is contained in:
parent
3a20e55f3a
commit
2d013e857f
@ -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
|
* 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
|
* 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
|
## v1.0.13
|
||||||
|
|
||||||
* Changed: Graph empty symbol is now regular whitespace
|
* Changed: Graph empty symbol is now regular whitespace
|
||||||
|
@ -55,7 +55,7 @@ namespace Global {
|
|||||||
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
|
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
|
||||||
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
|
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
|
||||||
};
|
};
|
||||||
const string Version = "1.0.13";
|
const string Version = "1.0.14";
|
||||||
|
|
||||||
int coreCount;
|
int coreCount;
|
||||||
string overlay;
|
string overlay;
|
||||||
|
Loading…
Reference in New Issue
Block a user