Skip to content

Commit 86d78f3

Browse files
author
netevert
committed
Merge branch 'dev'
2 parents 1299846 + 0ba3687 commit 86d78f3

File tree

5 files changed

+223
-39
lines changed

5 files changed

+223
-39
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
!.vscode/settings.json
33
!.vscode/tasks.json
44
!.vscode/launch.json
5-
!.vscode/extensions.json
5+
!.vscode/extensions.json
6+
*.exe
7+
data/*.mmdb

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,120 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
718
## [1.2.4] - 2018-12-29
19+
820
### Added
21+
922
- New version check
1023
- Additional homoglyphs
1124

1225
### Changed
26+
1327
- Updated README
1428
- Updated GeoLite database
1529
- Output text formatting
1630

1731
### Fixed
32+
1833
- Broken unicode character printing
1934

2035
## [1.2.3] - 2018-10-20
36+
2137
### Added
38+
2239
- Geolite database unzip at runtime
2340

2441
### Changed
42+
2543
- Updated GeoLite database
2644
- Output text formatting
2745
- Updated goreleaser.yml
2846

2947
## [1.2.2] - 2018-04-20
48+
3049
### Fixed
50+
3151
- Synced versioning
3252

3353
## [1.2.1] - 2018-04-20
54+
3455
### Fixed
56+
3557
- Incorrect release packaging in previous version
3658

3759
## [1.2.0] - 2018-04-20
60+
3861
### Added
62+
3963
- Domain geolocation
4064
- Output to csv
4165
- Output to json
4266
- Option to submit a domains list file for bulk lookups
4367

4468
### Fixed
69+
4570
- Output formatting
4671

4772
### Changed
73+
4874
- Updated demo gif
4975
- Updated documentation
5076

5177
## [1.1.3] - 2018-04-02
78+
5279
### Fixed
80+
5381
- Versioning
5482
- Minor fixes to output coloring
5583

5684
## [1.1.2] - 2018-03-31
85+
5786
### Fixed
87+
5888
- Bug introduced in v.1.1 that made tld's disappear in terminal output
5989

6090
## [1.1.1] - 2018-03-31
91+
6192
### Added
93+
6294
- Arm and arm64 architectures
6395

6496
### Fixed
97+
6598
- Added zip binary distributions for windows releases
6699
- Readme
67100

68101
## [1.1.0] - 2018-03-30
102+
69103
### Added
104+
70105
- Concurrent A record dns lookup
71106

72107
### Fixed
108+
73109
- Domain input validation
74110
- Versioning
75111

76112
### Changed
113+
77114
- Demo gif
78115
- Updated test suite
79116

80117
## [1.0.2] - 2018-03-20
118+
81119
### Added
120+
82121
- Changelog
83122
- License
84123
- Readme

data/GeoLite2-City.zip

-238 KB
Binary file not shown.

0 commit comments

Comments
 (0)