diff --git a/CHANGELOG.md b/CHANGELOG.md index 6686bf3..58f06d0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # ChangeLog +## Version 0.2.1 +### Fixes +* macOS Notifications +* SSL bug with some versions of macOS +* A minor bug while scanning multiple pgn + ## Version 0.2.0 ### Added * Notifications diff --git a/ChessClaimView.py b/ChessClaimView.py index 4f82fa5..077e151 100755 --- a/ChessClaimView.py +++ b/ChessClaimView.py @@ -457,7 +457,7 @@ def set_GUI(self): # Create the information labels appname = QLabel("Chess Claim Tool") appname.setObjectName("appname") - version = QLabel("Version 0.2.0") + version = QLabel("Version 0.2.1") version.setObjectName("version") copyright = QLabel("Serntedakis Athanasios 2019 © All Rights Reserved") copyright.setObjectName("copyright") diff --git a/build/mac.spec b/build/mac.spec index 24c0a8b..dc66c58 100644 --- a/build/mac.spec +++ b/build/mac.spec @@ -39,7 +39,7 @@ app = BUNDLE(exe, 'NSAppleScriptEnabled': False, 'CFBundleIdentifier': 'com.brainfriz.chess-claim-tool', 'CFBundleInfoDictionaryVersion':'0.2', - 'CFBundleShortVersionString':'0.2.0', + 'CFBundleShortVersionString':'0.2.1', 'NSHumanReadableCopyright':'© 2019 Serntedakis Athanasios', 'CFBundleDocumentTypes': [ {