diff --git a/README.md b/README.md
index 73a7928e..af396c50 100644
--- a/README.md
+++ b/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
diff --git a/Stats/AppDelegate.swift b/Stats/AppDelegate.swift
index db9e0db7..de397f70 100755
--- a/Stats/AppDelegate.swift
+++ b/Stats/AppDelegate.swift
@@ -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
diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist
index 03189f4c..ad08de2e 100755
--- a/Stats/Supporting Files/Info.plist
+++ b/Stats/Supporting Files/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.2
+ 1.2.3
CFBundleVersion
- 7
+ 8
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion