mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
updated README.md
This commit is contained in:
13
README.md
13
README.md
@@ -34,10 +34,10 @@ You can download latest version [here](https://github.com/exelban/stats/releases
|
||||
|
||||
## Todo
|
||||
- [X] Battery percentage
|
||||
- [ ] Create new logo
|
||||
- [X] Create new logo ([IconArchive](http://www.iconarchive.com/show/simple-icons-by-kxmylo/utilities-system-monitor-icon.html))
|
||||
- [ ] Window with preferences
|
||||
- [ ] Save last modules values
|
||||
- [ ] Colors toggle for each module
|
||||
- [X] Colors toggle for each module
|
||||
- [ ] temperature module
|
||||
- [X] battery module
|
||||
- [X] move to module system (CPU, RAM, DISK)
|
||||
@@ -49,6 +49,15 @@ You can download latest version [here](https://github.com/exelban/stats/releases
|
||||
|
||||
## What's new
|
||||
|
||||
### v1.2.3
|
||||
- new icon
|
||||
- small code refactoring
|
||||
- changed font style name of the indicator in the Chart/Chart with value
|
||||
- added dock icon visibility to preferences
|
||||
- moved color and label preference from global to local (now each module can be configurated separately)
|
||||
- now check for updates on start can be disabled in preferences
|
||||
- fixed few bugs
|
||||
|
||||
### v1.2.2
|
||||
- fully automated build and sign app process
|
||||
- fixed update and about visibility window in dark mode
|
||||
|
||||
@@ -14,7 +14,6 @@ extension Notification.Name {
|
||||
}
|
||||
|
||||
let modules: Observable<[Module]> = Observable([CPU(), Memory(), Disk(), Battery(), Network()])
|
||||
|
||||
let updater = macAppUpdater(user: "exelban", repo: "stats")
|
||||
|
||||
@NSApplicationMain
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.2</string>
|
||||
<string>1.2.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7</string>
|
||||
<string>8</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user