3.1.3.18 #181
xystudio889
announced in
Announcements
3.1.3.18
#181
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note
若你是普通人,请下载
clickmouse.7z并解压到一个文件夹,若你是python开发人员,且要下载clickmouse的本地包(网络可行时候推荐使用pip install clickmouse),请下载clickmouse-2.1.1-py3-none-any.whl或clickmouse-2.1.1.tar.gz,若你是C/C++开发人员,请下载clickMouse.h,旧版clickmouse已经放到ClickMouse-old.exe中Important
更新时候删除所有的文件和文件夹,但是要保留data、extensions文件夹和packages.json文件,要不然部分数据将会丢失。’
更新信息
下个版本预告
见#60 和 #160
数据版本
clickmouse.h的版本为6输入以下C++代码检查你的clickmouse版本
python库调用或pyd调用文件版本号为2.1.1
Tip
下载基于pyd的文件时候需要注意:必须下载是你python版本的文件(如
lickmouse.cp39-win_amd64.pyd)仅支持python3.9(cp后面的是版本,如果你使用python3.13以后的版本,不需要下载后面有t的版本(除非你使用free thread开发))`输入以下python代码检查你的clickmouse版本
更多测试的代码请查阅readme
English
Note
If you are an ordinary user, please download
clickmouse.7zand extract it to a folder. If you are a Python developer and want to download the local package ofclickmouse(it is recommended to usepip install clickmousewhen online), please downloadclickmouse-2.1.1-py3-none-any.whlorclickmouse-2.1.1.tar.gz. If you are a C/C++ developer, please downloadclickMouse.h. The old version of clickmouse has been included inClickMouse-old.exe.Important
When updating, delete all files and folders, but keep the
dataandextensionsfolders and thepackages.jsonfile, otherwise some data will be lost.Update Log
Next Version Preview
See #60 and #160
Data Version
The version of
clickmouse.his 6. Use the following C++ code to check your clickmouse version:The Python library call or pyd file version is 2.1.1.
Tip
When downloading files based on pyd, please note: you must download the file that matches your Python version (e.g.,
clickmouse.cp39-win_amd64.pyd). Only Python 3.9 is supported (the number aftercpindicates the version. If you are using Python 3.13 or later, you do not need to download the version ending withtunless you are using free thread development).Use the following Python code to check your clickmouse version:
For more test codes, please refer to the readme
This discussion was created from the release 3.1.3.18.
Beta Was this translation helpful? Give feedback.
All reactions