Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
netevert committed May 4, 2019
2 parents 1299846 + 0ba3687 commit 86d78f3
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 39 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
*.exe
data/*.mmdb
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,81 +4,120 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.5] - 2019-05-04

### Added

- Ability to upgrade dnsmorph with -u option

### Changed

- Updated GeoLite database
- Miscellaneous code fixes

## [1.2.4] - 2018-12-29

### Added

- New version check
- Additional homoglyphs

### Changed

- Updated README
- Updated GeoLite database
- Output text formatting

### Fixed

- Broken unicode character printing

## [1.2.3] - 2018-10-20

### Added

- Geolite database unzip at runtime

### Changed

- Updated GeoLite database
- Output text formatting
- Updated goreleaser.yml

## [1.2.2] - 2018-04-20

### Fixed

- Synced versioning

## [1.2.1] - 2018-04-20

### Fixed

- Incorrect release packaging in previous version

## [1.2.0] - 2018-04-20

### Added

- Domain geolocation
- Output to csv
- Output to json
- Option to submit a domains list file for bulk lookups

### Fixed

- Output formatting

### Changed

- Updated demo gif
- Updated documentation

## [1.1.3] - 2018-04-02

### Fixed

- Versioning
- Minor fixes to output coloring

## [1.1.2] - 2018-03-31

### Fixed

- Bug introduced in v.1.1 that made tld's disappear in terminal output

## [1.1.1] - 2018-03-31

### Added

- Arm and arm64 architectures

### Fixed

- Added zip binary distributions for windows releases
- Readme

## [1.1.0] - 2018-03-30

### Added

- Concurrent A record dns lookup

### Fixed

- Domain input validation
- Versioning

### Changed

- Demo gif
- Updated test suite

## [1.0.2] - 2018-03-20

### Added

- Changelog
- License
- Readme
Expand Down
Binary file modified data/GeoLite2-City.zip
Binary file not shown.
Loading

0 comments on commit 86d78f3

Please sign in to comment.