Skip to content

Commit e662f28

Browse files
author
shmilylty
committed
v0.0.8
1 parent 26d32d3 commit e662f28

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.co
66
OneForAll遵守[语义化版本格式](https://semver.org/)
77

88
## Unreleased
9+
## [0.0.8](https://github.com/shmilylty/oneforall/releases/tag/v0.0.8) - 2019-10-30
10+
- 添加新子域监控功能
11+
- 优化子域爆破字典和默认参数
12+
- 修复端口重复问题
13+
- 移除aiodns依赖
14+
915
## [0.0.7](https://github.com/shmilylty/oneforall/releases/tag/v0.0.7) - 2019-10-18
1016
- 修复一些已知问题
1117
- 添加百度云观测接口

README.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
66
[![License](https://img.shields.io/github/license/shmilylty/OneForAll)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
77
[![python](https://img.shields.io/badge/python-3.7%20%7C%203.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/)
8-
[![python](https://img.shields.io/badge/release-v0.0.7-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
8+
[![python](https://img.shields.io/badge/release-v0.0.8-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
99

1010
👊**OneForAll is a powerful subdomain collection tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md)
1111

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
66
[![License](https://img.shields.io/github/license/shmilylty/OneForAll)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
77
[![python](https://img.shields.io/badge/python-3.7%20%7C%203.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/)
8-
[![python](https://img.shields.io/badge/release-v0.0.7-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
8+
[![python](https://img.shields.io/badge/release-v0.0.8-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
99

1010
👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](https://github.com/shmilylty/OneForAll/tree/master/README.en.md)
1111

oneforall/oneforall.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
red = '\033[1;31m'
2929
end = '\033[0m'
3030

31-
version = white + '{' + red + 'v0.0.7#dev' + white + '}'
31+
version = white + '{' + red + 'v0.0.8#dev' + white + '}'
3232

3333
banner = f"""{yellow}
3434
___ _ _
@@ -42,7 +42,7 @@ class OneForAll(object):
4242
"""
4343
OneForAll是一款功能强大的子域收集工具
4444
45-
Version: 0.0.7
45+
Version: 0.0.8
4646
Project: https://git.io/fjHT1
4747
4848
Example:

0 commit comments

Comments
 (0)