Skip to content

Commit

Permalink
update to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Nov 4, 2019
1 parent ed4fafa commit 99d8f83
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "3.6"
- "3.7"
- "nightly"
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<big>**写在最前,Cobra-W就像手中的一把剑,这把剑好不好用是Cobra-W的事,如何使用是你的事,希望能有更多的人参与到Cobra-W的变化中来...**</big>

**请使用python3.7+运行该工具,已停止维护python2.7环境**
**请使用python3.6+运行该工具,已停止维护python2.7环境**

# Cobra-W
[![GitHub (pre-)release](https://img.shields.io/github/release/LoRexxar/Cobra-W/all.svg)](https://github.com/LoRexxar/Cobra-W/releases)
Expand Down
2 changes: 1 addition & 1 deletion cobra/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__issue_page__ = 'https://github.com/LoRexxar/Cobra-W/issues/new'
__python_version__ = sys.version.split()[0]
__platform__ = platform.platform()
__version__ = '1.8.2'
__version__ = '1.9.0'
__author__ = 'LoRexxar'
__author_email__ = 'LoRexxar@gmail.com'
__license__ = 'MIT License'
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,9 @@
- 2019-10-23
- Cobra-W 1.8.2
- 修复了针对chrome 插件扫描时无法扫描js的bug
- 添加了js美化代码模块以便于更好的扫描以及人工确认
- 添加了js美化代码模块以便于更好的扫描以及人工确认
- 2019-11-04
- Cobra-W 1.9.0
- 将Python版本限制升级到3.6并添加多处异步优化
- 现在工具整体扫描效率优化了3倍左右

0 comments on commit 99d8f83

Please sign in to comment.