From 35641b0612030d587c7271bacbb5cccb5d8a4a64 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sun, 3 Jul 2022 19:06:28 +0800 Subject: [PATCH] v0.4.4 --- README.md | 4 ++-- docs/changes.md | 5 +++++ docs/en-us/README.md | 4 ++-- oneforall.py | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cedc2cb..f4fad42 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![codecov](https://codecov.io/gh/shmilylty/OneForAll/branch/master/graph/badge.svg)](https://codecov.io/gh/shmilylty/OneForAll) [![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.3-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/python-3.6+-blue)](https://github.com/shmilylty/OneForAll/tree/master/) +[![python](https://img.shields.io/badge/release-v0.4.4-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 b75e8c1..5b9b1c0 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -8,6 +8,11 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。 # Unreleased # Released +## [0.4.4](https://github.com/shmilylty/oneforall/releases/tag/v0.4.4) - 2022-07-03 +- 修复了多个已知问题 +- 添加了多个查询接口 +- 添加对M1芯片的Mac支持 + ## [0.4.3](https://github.com/shmilylty/oneforall/releases/tag/v0.4.3) - 2020-11-29 - 修复了已知问题 - 更新了文档 diff --git a/docs/en-us/README.md b/docs/en-us/README.md index aaa5ed3..27c5cc2 100644 --- a/docs/en-us/README.md +++ b/docs/en-us/README.md @@ -4,8 +4,8 @@ [![codecov](https://codecov.io/gh/shmilylty/OneForAll/branch/master/graph/badge.svg)](https://codecov.io/gh/shmilylty/OneForAll) [![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.3-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/python-3.6+-blue)](https://github.com/shmilylty/OneForAll/tree/master/) +[![python](https://img.shields.io/badge/release-v0.4.4-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 dc78190..ad14ff7 100644 --- a/oneforall.py +++ b/oneforall.py @@ -32,7 +32,7 @@ blue = '\033[01;34m' red = '\033[1;31m' end = '\033[0m' -version = 'v0.4.3' +version = 'v0.4.4' message = white + '{' + red + version + ' #dev' + white + '}' oneforall_banner = f"""