* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
This commit is contained in:
Serhiy Mytrovtsiy
2020-06-07 12:22:32 +02:00
committed by GitHub
parent ee41e3ec7c
commit 4d6f759d3b
152 changed files with 8546 additions and 7632 deletions

View File

@@ -59,7 +59,7 @@ build: sign
./create-dmg/create-dmg \
--volname $(APP) \
--background "./resources/background.png" \
--background "./Stats/Supporting Files/background.png" \
--window-pos 200 120 \
--window-size 500 320 \
--icon-size 80 \
@@ -89,4 +89,10 @@ history:
.PHONY: dep
dep:
carthage update --platform macOS
carthage update --platform macOS
.PHONY: zip
zip:
cd ../
zip -r archive.zip ./
open $(PWD)