-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
53 lines (39 loc) · 1.14 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.5.2] - 2019-05-07
### API server
- Changed typo value
## [0.5.1] - 2019-05-07
### API server
- Changed endpoint method
## [0.5.0] - 2019-05-04
### Added API server
- Added api server
- Added 'typo' and 'server' commands.
- Improved structs for json output.
## [0.4.0] - 2019-01-17
### Added
- Code cleanup
- Fixed bug with NS record
- Fixed bug with keyboard selection
- Added the Armenian language
- Added French Canadian language
## [0.3.0] - 2018-09-10
### Added
- Added geoip function
- Updated help string
- Added live filter for domains with ip addresses.
- Added the Armenian language.
- Added the Persian language.
- Added the Hebrew language.
## [0.2.0] - 2018-08-30
### Added
- Added concurrency to the extra functions
- Added ssdeep page similarity function
- Updated documentation
- Updated version and builds for windows, linux, osx
## [0.1.0] - 2018-08-26
### Added initial code
-