updated README.md

This commit is contained in:
Serhiy Mytrovtsiy
2019-07-08 22:30:13 +02:00
parent 4f73abb63a
commit 5a227c69f9
3 changed files with 13 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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>