From 520df0c1d8dffd3dd0ad455d6e84cc6cd554d36c Mon Sep 17 00:00:00 2001 From: Samson Wang Date: Mon, 11 Dec 2023 22:06:00 +0800 Subject: [PATCH] bump version to 3.1.7 --- README.org | 2 +- docs/CHANGELOG.org | 7 +++++++ src/CMakeLists.txt | 4 ++-- src/Launchy/LaunchyVersion.h | 2 +- translations/launchy_zh_CN.ts | 8 ++++---- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index eb000fa..b9973c7 100644 --- a/README.org +++ b/README.org @@ -3,7 +3,7 @@ * LaunchyQt [[https://github.com/samsonwang/LaunchyQt/releases][file:https://img.shields.io/github/release/samsonwang/LaunchyQt.svg]] -[[https://doc.qt.io][file:https://img.shields.io/badge/Qt-6.2-41cd52.svg]] +[[https://doc.qt.io][file:https://img.shields.io/badge/Qt-6.5-41cd52.svg]] [[https://www.python.org][file:https://img.shields.io/badge/python-3.9-blue.svg]] [[https://github.com/samsonwang/LaunchyQt/blob/master/LICENSE][file:https://img.shields.io/github/license/samsonwang/LaunchyQt.svg]] [[https://github.com/samsonwang/LaunchyQt/releases][file:https://img.shields.io/github/downloads/samsonwang/LaunchyQt/total.svg]] diff --git a/docs/CHANGELOG.org b/docs/CHANGELOG.org index f864e39..023e9a8 100644 --- a/docs/CHANGELOG.org +++ b/docs/CHANGELOG.org @@ -1,4 +1,11 @@ +* 3.1.7 (2023-12-11) +- fix bug #103 +- fix bug #108 +- fix bug #111 +- fix bug #112 + + * 3.1.6 (2023-05-19) - fix bug #65 - fix bug #93 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6cd964c..4634804 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -274,7 +274,7 @@ add_custom_target (PluginPy.Util file (GLOB TS_FILES_LAUNCHY ${TRANS_DIR}/*.ts) -qt6_create_translation (QM_FILES_LAUNCHY +qt_create_translation (QM_FILES_LAUNCHY ${SRC_DIR}/Launchy ${SRC_DIR}/LaunchyLib ${SRC_DIR}/PluginPy @@ -282,7 +282,7 @@ qt6_create_translation (QM_FILES_LAUNCHY set_source_files_properties(${TS_FILES_LAUNCHY} PROPERTIES OUTPUT_LOCATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/translations) -qt6_add_translation(QM_FILES_LAUNCHY ${TS_FILES_LAUNCHY}) +qt_add_translation(QM_FILES_LAUNCHY ${TS_FILES_LAUNCHY}) add_custom_target (LaunchyQM DEPENDS ${QM_FILES_LAUNCHY}) diff --git a/src/Launchy/LaunchyVersion.h b/src/Launchy/LaunchyVersion.h index d7d8a65..35d9f33 100644 --- a/src/Launchy/LaunchyVersion.h +++ b/src/Launchy/LaunchyVersion.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define LAUNCHY_VERSION_MAJOR 3 #define LAUNCHY_VERSION_MINOR 1 -#define LAUNCHY_VERSION_PATCH 6 +#define LAUNCHY_VERSION_PATCH 7 // auto generate version number and string below constexpr unsigned LAUNCHY_VERSION diff --git a/translations/launchy_zh_CN.ts b/translations/launchy_zh_CN.ts index 31c7878..a8397b3 100644 --- a/translations/launchy_zh_CN.ts +++ b/translations/launchy_zh_CN.ts @@ -91,12 +91,12 @@ Hide Tray Icon - + 隐藏托盘图标 Application Style: - + 程序界面风格: @@ -346,7 +346,7 @@ <html><head/><body><p>Home Page: <a href="https://launchy.wangzhl.com"><span style=" text-decoration: underline; color:#0000ff;">launchy.wangzhl.com</span></a></p><p>Feedback: <a href="https://github.com/samsonwang/LaunchyQt/issues"><span style=" text-decoration: underline; color:#0000ff;">Github issue</span></a></p><p>Development: <a href="https://github.com/samsonwang/LaunchyQt/projects/1"><span style=" text-decoration: underline; color:#0000ff;">Github project</span></a></p></body></html> - + @@ -598,7 +598,7 @@ press %2 to activate Fail to convert to %1 mode. Please check directory: %2 - + 转换为%1模式失败,请检查%2目录的写入权限。