diff --git a/screen-translator.pro b/screen-translator.pro index 9861120..29a2e49 100644 --- a/screen-translator.pro +++ b/screen-translator.pro @@ -21,7 +21,7 @@ linux{ SOURCES += $$PWD/external/miniz/miniz.c INCLUDEPATH += $$PWD/external -VER=3.2.1 +VER=3.2.2 DEFINES += VERSION="$$VER" VERSION = $$VER.0 QMAKE_TARGET_COMPANY = Gres diff --git a/share/Changelog_en.md b/share/Changelog_en.md index b803915..88224c2 100644 --- a/share/Changelog_en.md +++ b/share/Changelog_en.md @@ -1,5 +1,12 @@ # Changes +## 3.2.2 + +* Disabled hotkeys with several consecutive combinations +* Added the ability to use some service buttons for hotkeys +* Fixed multiple monitors support if the main one is not at the top left +* Automatic selection of the supported version of tesseract + ## 3.2.1 * Fixed incorrect update install diff --git a/share/Changelog_ru.md b/share/Changelog_ru.md index f11d9e9..0e3f6c7 100644 --- a/share/Changelog_ru.md +++ b/share/Changelog_ru.md @@ -1,5 +1,12 @@ # Изменения +## 3.2.2 + +* Исключено задание горячих клавиш из нескольких последовательных комбинаций +* Добавлена возможность использования некоторых служебных кнопок для горячих клавиш +* Исправлена работа с несколькими мониторами, если главный находится не слева-вверху +* Автоматический выбор поддерживаемой версии tesseract + ## 3.2.1 * Исправлена некорректная установка обновления