Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
taojy123 committed May 19, 2022
1 parent 3963c38 commit 2f6fa7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ Monomux
暂时没法打包 `x86` 版本,32 位系统的同学请自行源码编译,或 [下载v1.5老版本](https://github.com/taojy123/KeymouseGo/releases/tag/v1.5) 使用


## v4.1

+ 加入命令行执行功能


## v4.0

+ 使用 PySide2 重写 UI
Expand Down
2 changes: 1 addition & 1 deletion UIView.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def setupUi(self, UIView):
# setupUi

def retranslateUi(self, UIView):
UIView.setWindowTitle(QCoreApplication.translate("UIView", u"KeymomuseGo v4.0", None))
UIView.setWindowTitle(QCoreApplication.translate("UIView", u"KeymomuseGo v4.1", None))
self.groupBox.setTitle(QCoreApplication.translate("UIView", u"Hotkeys", None))
self.label_start_key.setText(QCoreApplication.translate("UIView", u"Launch/Pause", None))
self.choice_start.setCurrentText("")
Expand Down
4 changes: 2 additions & 2 deletions UIView.ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<ui version="4.1">
<class>UIView</class>
<widget class="QMainWindow" name="UIView">
<property name="geometry">
Expand All @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>KeymomuseGo v4.0</string>
<string>KeymomuseGo v4.1</string>
</property>
<property name="windowIcon">
<iconset resource="assets.qrc">
Expand Down

0 comments on commit 2f6fa7a

Please sign in to comment.