This commit is contained in:
Serhiy Mytrovtsiy
2019-07-14 23:33:43 +02:00
parent 6fa02a9f2b
commit 5efb3cabd7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
### [v1.2.8]
- small changes in Widgets structure
- widgets settings moved from modules to widgets
- fixed Bar chart visibility on start
- small changes in Widget protocol
- appStore mode added
- fixed few bugs
### [v1.2.7]
- added hyperthreading mode in Bar Chart for CPU
- fixed few bugs
@@ -55,6 +63,7 @@ All notable changes to this project will be documented in this file.
### [v1.0.0]
- first release
[v1.2.8]: https://github.com/exelban/stats/releases/tag/v1.2.8
[v1.2.7]: https://github.com/exelban/stats/releases/tag/v1.2.7
[v1.2.6]: https://github.com/exelban/stats/releases/tag/v1.2.6
[v1.2.5]: https://github.com/exelban/stats/releases/tag/v1.2.5

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.7</string>
<string>1.2.8</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>