mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
Merge branch 'master' of https://github.com/exelban/stats
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,6 +1,17 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### [v1.4.0]
|
||||
- fix bug when readers work in disabled modules
|
||||
- replace NSTimer with GCD
|
||||
- fix GCD initialization
|
||||
- starting to remove observable from project (because of memory leak)
|
||||
- a new version will be download and mount automatically
|
||||
- fully rewritten menuBar
|
||||
- remove observability from AppDelegate, MenuBar
|
||||
- additional readers read fix
|
||||
- small fixes
|
||||
|
||||
### [v1.3.5]
|
||||
- removed first empty point from CPU and Memory charts
|
||||
- percentage value disabled if battery is fully charged
|
||||
@@ -121,6 +132,7 @@ All notable changes to this project will be documented in this file.
|
||||
### [v1.0.0]
|
||||
- first release
|
||||
|
||||
[v1.4.0]: https://github.com/exelban/stats/releases/tag/v1.4.0
|
||||
[v1.3.5]: https://github.com/exelban/stats/releases/tag/v1.3.5
|
||||
[v1.3.4]: https://github.com/exelban/stats/releases/tag/v1.3.4
|
||||
[v1.3.3]: https://github.com/exelban/stats/releases/tag/v1.3.3
|
||||
|
||||
@@ -30,7 +30,7 @@ You can download latest version [here](https://github.com/exelban/stats/releases
|
||||
## Compatibility
|
||||
| macOS | Compatible |
|
||||
| --- | --- |
|
||||
| 10.15.2 *(Catalina)* | **false** |
|
||||
| 10.15.2 *(Catalina)* | **true** |
|
||||
| 10.14.6 *(Mojave)* | **true** |
|
||||
| 10.13.6 *(High Sierra)* | **true** |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user