File tree 5 files changed +223
-39
lines changed
5 files changed +223
-39
lines changed Original file line number Diff line number Diff line change 2
2
! .vscode /settings.json
3
3
! .vscode /tasks.json
4
4
! .vscode /launch.json
5
- ! .vscode /extensions.json
5
+ ! .vscode /extensions.json
6
+ * .exe
7
+ data /* .mmdb
Original file line number Diff line number Diff line change @@ -4,81 +4,120 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.2.5] - 2019-05-04
8
+
9
+ ### Added
10
+
11
+ - Ability to upgrade dnsmorph with -u option
12
+
13
+ ### Changed
14
+
15
+ - Updated GeoLite database
16
+ - Miscellaneous code fixes
17
+
7
18
## [ 1.2.4] - 2018-12-29
19
+
8
20
### Added
21
+
9
22
- New version check
10
23
- Additional homoglyphs
11
24
12
25
### Changed
26
+
13
27
- Updated README
14
28
- Updated GeoLite database
15
29
- Output text formatting
16
30
17
31
### Fixed
32
+
18
33
- Broken unicode character printing
19
34
20
35
## [ 1.2.3] - 2018-10-20
36
+
21
37
### Added
38
+
22
39
- Geolite database unzip at runtime
23
40
24
41
### Changed
42
+
25
43
- Updated GeoLite database
26
44
- Output text formatting
27
45
- Updated goreleaser.yml
28
46
29
47
## [ 1.2.2] - 2018-04-20
48
+
30
49
### Fixed
50
+
31
51
- Synced versioning
32
52
33
53
## [ 1.2.1] - 2018-04-20
54
+
34
55
### Fixed
56
+
35
57
- Incorrect release packaging in previous version
36
58
37
59
## [ 1.2.0] - 2018-04-20
60
+
38
61
### Added
62
+
39
63
- Domain geolocation
40
64
- Output to csv
41
65
- Output to json
42
66
- Option to submit a domains list file for bulk lookups
43
67
44
68
### Fixed
69
+
45
70
- Output formatting
46
71
47
72
### Changed
73
+
48
74
- Updated demo gif
49
75
- Updated documentation
50
76
51
77
## [ 1.1.3] - 2018-04-02
78
+
52
79
### Fixed
80
+
53
81
- Versioning
54
82
- Minor fixes to output coloring
55
83
56
84
## [ 1.1.2] - 2018-03-31
85
+
57
86
### Fixed
87
+
58
88
- Bug introduced in v.1.1 that made tld's disappear in terminal output
59
89
60
90
## [ 1.1.1] - 2018-03-31
91
+
61
92
### Added
93
+
62
94
- Arm and arm64 architectures
63
95
64
96
### Fixed
97
+
65
98
- Added zip binary distributions for windows releases
66
99
- Readme
67
100
68
101
## [ 1.1.0] - 2018-03-30
102
+
69
103
### Added
104
+
70
105
- Concurrent A record dns lookup
71
106
72
107
### Fixed
108
+
73
109
- Domain input validation
74
110
- Versioning
75
111
76
112
### Changed
113
+
77
114
- Demo gif
78
115
- Updated test suite
79
116
80
117
## [ 1.0.2] - 2018-03-20
118
+
81
119
### Added
120
+
82
121
- Changelog
83
122
- License
84
123
- Readme
You can’t perform that action at this time.
0 commit comments