Skip to content

Commit 520df0c

Browse files
committed
bump version to 3.1.7
1 parent b92574c commit 520df0c

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
* LaunchyQt
55
[[https://github.com/samsonwang/LaunchyQt/releases][file:https://img.shields.io/github/release/samsonwang/LaunchyQt.svg]]
6-
[[https://doc.qt.io][file:https://img.shields.io/badge/Qt-6.2-41cd52.svg]]
6+
[[https://doc.qt.io][file:https://img.shields.io/badge/Qt-6.5-41cd52.svg]]
77
[[https://www.python.org][file:https://img.shields.io/badge/python-3.9-blue.svg]]
88
[[https://github.com/samsonwang/LaunchyQt/blob/master/LICENSE][file:https://img.shields.io/github/license/samsonwang/LaunchyQt.svg]]
99
[[https://github.com/samsonwang/LaunchyQt/releases][file:https://img.shields.io/github/downloads/samsonwang/LaunchyQt/total.svg]]

docs/CHANGELOG.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
* 3.1.7 (2023-12-11)
3+
- fix bug #103
4+
- fix bug #108
5+
- fix bug #111
6+
- fix bug #112
7+
8+
29
* 3.1.6 (2023-05-19)
310
- fix bug #65
411
- fix bug #93

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,15 @@ add_custom_target (PluginPy.Util
274274
file (GLOB TS_FILES_LAUNCHY
275275
${TRANS_DIR}/*.ts)
276276

277-
qt6_create_translation (QM_FILES_LAUNCHY
277+
qt_create_translation (QM_FILES_LAUNCHY
278278
${SRC_DIR}/Launchy
279279
${SRC_DIR}/LaunchyLib
280280
${SRC_DIR}/PluginPy
281281
${TS_FILE_LAUNCHY})
282282

283283
set_source_files_properties(${TS_FILES_LAUNCHY} PROPERTIES
284284
OUTPUT_LOCATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/translations)
285-
qt6_add_translation(QM_FILES_LAUNCHY ${TS_FILES_LAUNCHY})
285+
qt_add_translation(QM_FILES_LAUNCHY ${TS_FILES_LAUNCHY})
286286

287287
add_custom_target (LaunchyQM
288288
DEPENDS ${QM_FILES_LAUNCHY})

src/Launchy/LaunchyVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2121

2222
#define LAUNCHY_VERSION_MAJOR 3
2323
#define LAUNCHY_VERSION_MINOR 1
24-
#define LAUNCHY_VERSION_PATCH 6
24+
#define LAUNCHY_VERSION_PATCH 7
2525

2626
// auto generate version number and string below
2727
constexpr unsigned LAUNCHY_VERSION

translations/launchy_zh_CN.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@
9191
<message>
9292
<location filename="../src/Launchy/OptionDialog.ui" line="328"/>
9393
<source>Hide Tray Icon</source>
94-
<translation type="unfinished"></translation>
94+
<translation>隐藏托盘图标</translation>
9595
</message>
9696
<message>
9797
<location filename="../src/Launchy/OptionDialog.ui" line="358"/>
9898
<source>Application Style:</source>
99-
<translation type="unfinished"></translation>
99+
<translation>程序界面风格:</translation>
100100
</message>
101101
<message>
102102
<location filename="../src/Launchy/OptionDialog.ui" line="456"/>
@@ -346,7 +346,7 @@
346346
<message>
347347
<location filename="../src/Launchy/OptionDialog.ui" line="2208"/>
348348
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Home Page: &lt;a href=&quot;https://launchy.wangzhl.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;launchy.wangzhl.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Feedback: &lt;a href=&quot;https://github.com/samsonwang/LaunchyQt/issues&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Github issue&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Development: &lt;a href=&quot;https://github.com/samsonwang/LaunchyQt/projects/1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Github project&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
349-
<translation type="unfinished"></translation>
349+
<translation></translation>
350350
</message>
351351
<message>
352352
<location filename="../src/Launchy/OptionDialog.ui" line="2289"/>
@@ -598,7 +598,7 @@ press %2 to activate</source>
598598
<source>Fail to convert to %1 mode.
599599
Please check directory:
600600
%2</source>
601-
<translation type="unfinished"></translation>
601+
<translation>转换为%1模式失败,请检查%2目录的写入权限。</translation>
602602
</message>
603603
</context>
604604
<context>

0 commit comments

Comments
 (0)