Skip to content

Commit

Permalink
bump version to 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonwang committed Dec 11, 2023
1 parent b92574c commit 520df0c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@ 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
${TS_FILE_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})
Expand Down
2 changes: 1 addition & 1 deletion src/Launchy/LaunchyVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions translations/launchy_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
<message>
<location filename="../src/Launchy/OptionDialog.ui" line="328"/>
<source>Hide Tray Icon</source>
<translation type="unfinished"></translation>
<translation>隐藏托盘图标</translation>
</message>
<message>
<location filename="../src/Launchy/OptionDialog.ui" line="358"/>
<source>Application Style:</source>
<translation type="unfinished"></translation>
<translation>程序界面风格:</translation>
</message>
<message>
<location filename="../src/Launchy/OptionDialog.ui" line="456"/>
Expand Down Expand Up @@ -346,7 +346,7 @@
<message>
<location filename="../src/Launchy/OptionDialog.ui" line="2208"/>
<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>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="../src/Launchy/OptionDialog.ui" line="2289"/>
Expand Down Expand Up @@ -598,7 +598,7 @@ press %2 to activate</source>
<source>Fail to convert to %1 mode.
Please check directory:
%2</source>
<translation type="unfinished"></translation>
<translation>转换为%1模式失败,请检查%2目录的写入权限。</translation>
</message>
</context>
<context>
Expand Down

0 comments on commit 520df0c

Please sign in to comment.