Commit ef55a70 1 parent f20bfdd commit ef55a70 Copy full SHA for ef55a70
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability )] ( https://codeclimate.com/github/shmilylty/OneForAll/maintainability )
6
6
[ ![ License] ( https://img.shields.io/github/license/shmilylty/OneForAll )] ( https://github.com/shmilylty/OneForAll/tree/master/LICENSE )
7
7
[ ![ python] ( https://img.shields.io/badge/python-3.6|3.7|3.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.4.2 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.4.3 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll是一款功能强大的子域收集工具** 📝[ English Document] ( https://github.com/shmilylty/OneForAll/tree/master/docs/en-us/README.md )
11
11
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
8
8
# Unreleased
9
9
10
10
# Released
11
+ ## [ 0.4.3] ( https://github.com/shmilylty/oneforall/releases/tag/v0.4.3 ) - 2020-11-23
12
+ - 修复了已知问题
13
+ - 更新了文档
14
+
11
15
## [ 0.4.2] ( https://github.com/shmilylty/oneforall/releases/tag/v0.4.2 ) - 2020-11-23
12
16
- 添加了数据表初始化处理流程,修复了#163 中出现的问题。
13
17
Original file line number Diff line number Diff line change 5
5
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability )] ( https://codeclimate.com/github/shmilylty/OneForAll/maintainability )
6
6
[ ![ License] ( https://img.shields.io/github/license/shmilylty/OneForAll )] ( https://github.com/shmilylty/OneForAll/tree/master/LICENSE )
7
7
[ ![ python] ( https://img.shields.io/badge/python-3.6|3.7|3.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.4.2 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.4.3 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll is a powerful subdomain integration tool** 📝[ 中文文档] ( https://github.com/shmilylty/OneForAll/tree/master/README.md )
11
11
Original file line number Diff line number Diff line change 32
32
red = '\033 [1;31m'
33
33
end = '\033 [0m'
34
34
35
- version = 'v0.4.1 '
35
+ version = 'v0.4.3 '
36
36
message = white + '{' + red + version + ' #dev' + white + '}'
37
37
38
38
oneforall_banner = f"""
You can’t perform that action at this time.
0 commit comments