diff --git a/README.md b/README.md index 70a93f91..144d51ec 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability) [![License](https://img.shields.io/github/license/shmilylty/OneForAll)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE) [![python](https://img.shields.io/badge/python-3.6|3.7|3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/) -[![python](https://img.shields.io/badge/release-v0.4.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/release-v0.4.1-brightgreen)](https://github.com/shmilylty/OneForAll/releases) 👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](https://github.com/shmilylty/OneForAll/tree/master/docs/en-us/README.md) diff --git a/docs/changes.md b/docs/changes.md index 3670e9bc..f47f448e 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -8,6 +8,9 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。 # Unreleased # Released +## [0.4.1](https://github.com/shmilylty/oneforall/releases/tag/v0.4.1) - 2020-11-18 +- 修复了数字开头主域(如58.com)出现数据库报错的问题 + ## [0.4.0](https://github.com/shmilylty/oneforall/releases/tag/v0.4.0) - 2020-11-18 - 重构了子域请求模块,解决了内存占用过大问题 - 新增了子域置换模块,能从现有的子域发现更多新子域 diff --git a/docs/en-us/README.md b/docs/en-us/README.md index 2d5f66a3..681e3185 100644 --- a/docs/en-us/README.md +++ b/docs/en-us/README.md @@ -5,7 +5,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability) [![License](https://img.shields.io/github/license/shmilylty/OneForAll)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE) [![python](https://img.shields.io/badge/python-3.6|3.7|3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/) -[![python](https://img.shields.io/badge/release-v0.4.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/release-v0.4.1-brightgreen)](https://github.com/shmilylty/OneForAll/releases) 👊**OneForAll is a powerful subdomain integration tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md) diff --git a/oneforall.py b/oneforall.py index b3ca90d4..8b5b65c3 100644 --- a/oneforall.py +++ b/oneforall.py @@ -32,7 +32,7 @@ red = '\033[1;31m' end = '\033[0m' -version = 'v0.4.0' +version = 'v0.4.1' message = white + '{' + red + version + ' #dev' + white + '}' oneforall_banner = f"""