Skip to content

Releases: goodhosts/cli

v1.0.0

20 Jan 09:31
815588e
Compare
Choose a tag to compare

Changelog

30f06a2 2.0.0 release.
8c2704e API Docs.
c5b1981 Add unit test for hostname functions
fa1c716 Added --all flag.
d98d9e2 Added MIT license.
b9d5e8a Added Travis badge.
b119b25 Added Windows support (#1).
0849efa Added first features, including very basic tests.
59b5249 Added remove command.
9e29fb1 Added rough first draft of add command.
2480c11 Added simple .gitignore.
2b09608 Added some todo items.
33da1f2 Added support for multiple hosts to command.
6cf11e0 Added support for removing multiple entries.
7f3dc0f Alias remove with rm.
e8e5e9f Better API docs.
f9508a5 Better command-line documentation (closes #2).
4297004 Better examples.
625ce66 Better title.
970315f Big OO-ish refactor.
690094f Check IP validity on hosts line load.
c52b9cf Check if hosts file is writable instead of root check.
7d58bb6 Consistent period usage.
1bd3296 Consistent whitespace.
9e57eb1 Doc bug.
96aa24b Doc bugs.
fefff9a Doc updates.
0f7c0e4 Docs updated.
1f92c2c Don't export constants.
979592b Ensure AddEntry doesn't add an entry if it already exists.
db3dbc5 Features in docs.
474bde1 Finished moving Load().
a0216a0 Fix missing error
e891ebf Fixed link.
b8623f2 Fixed tests.
e497a7c Fixed total.
db3532a Grammar.
42f2c34 Handle malformed IP addresses better.
916dc64 HasEntry doesn't need to be split over multiple tests.
39ad4b9 HasEntry doesn't need to return an error.
5628026 Ignore binary files.
e437f50 Implement methed about searching item by hostname and removing by item position
9c7ba31 Improved TODO.
e78ef5f Improved title in README.
e75c39b Installation + README clean.
266d9d3 Less nesting.
650b9a3 Load call is called by NewHosts and Flush.
f91a953 Longer var names in README - it's better init?
14360c1 Make examples a lil' less useless.
815588e Merge pull request #3 from goodhosts/backup-restore
0a784ca Merge pull request #4 from lextoumbourou/feat/windows-support
40053a4 Merge pull request #7 from jimmystewpot/variable_hosts
aab1050 More README improvements.
f1e352e More tests.
7af9a21 New tasks added to TODO.
213a49a Outlined project in README.
d9e68bc Passing tests.
c6ff977 README updates.
90474fc Redundant word.
538f02f Refactor for neatness.
de3639f Release 1.0.0
fe8393c Removed completed TODO.
28671f8 Rough to-do list.
de54407 SEO.
2411bcd SEO.
5af4f00 Separated code into library and command.
cfd7785 Support for Adding multiple entries.
66fe79d To do cleanup.
8153289 Todo update.
7532269 Update README.md
16069e4 Update README.md
206799c Updated API docs.
afddb2f Updated README.
b3b7b3d Whoops...
f6448d1 add support for custom hosts location via environment variables
2dd8c42 added backup, restore and edit
e63d903 fixed custom to file, fixed alias
746db39 fixing remove for 2+ params
c40a736 goreleaser
1b4422b moved to urfave/cli, added custom host files PR, mostly feature complete from original
b52dc29 moving to org
a5a9a0c readme update
0c5be29 removed debug
3861a54 renaming, remove single host
fa73e15 upgrade to urfave/cli/v2, debugFooter added, stubbed backup/restore
7ea0a0e vendor
e8141ab version pin hostsfile