diff --git a/CHANGELOG.md b/CHANGELOG.md index 781a70e..25824a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # SportiduinoPQ Changelog +## v0.11.1 - 2022-06-20 + +- Bold text for low battery or incorrect time of BS +- Wait cursor + +[All changes](https://github.com/sportiduino/sportiduinopq/compare/v0.11.0...v0.11.1) + ## v0.11.0 - 2022-04-13 - Password Master card diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index c53320e..8e3f654 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,5 +1,11 @@ # Список изменений SportiduinoPQ +## v0.11.1 - 2022-06-20 + +- Выделяются жирным шрифтом низкий заряд батареи и некорректное время на станции + +[Все изменения](https://github.com/sportiduino/sportiduinopq/compare/v0.11.0...v0.11.1) + ## v0.11.0 - 2022-04-13 - Мастер чип пароля diff --git a/SportiduinoPQ.py b/SportiduinoPQ.py index 62e0519..c58c947 100755 --- a/SportiduinoPQ.py +++ b/SportiduinoPQ.py @@ -46,7 +46,7 @@ _translate = QCoreApplication.translate -sportiduinopq_version_string = "v0.11.0" +sportiduinopq_version_string = "v0.11.1" class SportiduinoPqMainWindow(QtWidgets.QMainWindow):