Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed Aug 30, 2024
1 parent 5ab7bee commit 6b9a557
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Because the main users of this project are in mainland China, you may encounter

## Usage
### If you don't know what Python is
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.9.4/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.9.5/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
### If Python 3.10* or later is already installed
```
pip3 install -U "accesser[doh,doq]"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 使用
### 如果不知道什么是Python
[这里](https://github.com/URenko/Accesser/releases/download/v0.9.4/accesser.exe)下载Windows一键程序,运行既可(建议关闭其他代理软件),首次使用会要求安装证书,选是即可。
[这里](https://github.com/URenko/Accesser/releases/download/v0.9.5/accesser.exe)下载Windows一键程序,运行既可(建议关闭其他代理软件),首次使用会要求安装证书,选是即可。
### 如果已经安装了Python 3.10*或更高版本
```
pip3 install -U "accesser[doh,doq]"
Expand Down
2 changes: 1 addition & 1 deletion accesser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = '0.9.4'
__version__ = '0.9.5'

import os, sys
import json
Expand Down
4 changes: 2 additions & 2 deletions accesser/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 这是Accesser的配置文件,保存到程序工作目录后重启程序生效
# This is the configuration file of Accesser, save it to the program working directory and restart the program to take effect.
# 这是Accesser的配置文件,保存到程序 ⚠工作目录⚠ 后重启程序生效
# This is the configuration file of Accesser, save it to the program working directory and restart the program to take effect.

# 是否校验证书域名?false 不进行校验,true 进行宽松的校验(如a.example.com能匹配b.example.com),"strict" 进行标准的校验。
# Whether to verify the certificate domains? Set to false for no verification, set to true for loose verification (e.g. a.example.com matches b.example.com), set to "strict" for standard verification.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "accesser"
version = "0.9.4"
version = "0.9.5"
authors = [
{ name="URenko" },
]
Expand Down

0 comments on commit 6b9a557

Please sign in to comment.