Skip to content

v0.1.0

Compare
Choose a tag to compare
@muesli muesli released this 22 Aug 13:11
8adb027

Changelog

90dadbd Adapt to upstream API changes in go-mastodon
eb3901a Added -search to search for toots containing a particular string
2238d83 Added .goreleaser.yml
02554d0 Added .travis.yml
3a7dcf6 Added config files and binary to .gitignore
39d020f Added dist folder to .gitignore
878bd1f Added example section to README
e7f3f0d Added json backup files to .gitignore
7be6c92 Allow Go tip to fail on TravisCI
220907e Bump go dependency to 1.8
e2f228c Bumped go-mastodon dependency
7c3e53b Captured more program output for README example
08bc3cd Combine abort conditions to make the source more readable
8f6c3f1 Fixed README link
d012497 Initial commit
e550427 Initial import
1ea99df Loop break for infinite loop problem
388aa2c Make cleanupContent a separate function
88423e1 Make it clear you can show more than just the top item in each category
ee488b7 Removed redundant help command from README
6370532 Renamed statootstics to mastotool
6e0c280 Return an error instead of panicking in parseToot
45a29f3 Show reply statistics
d50115e Switch to Go modules on TravisCI
639842e Switch to oauth-based authentication
d316805 Test against Go 1.12 on TravisCI
4d11995 Updated Go module deps
c723963 Updated README to reflect new functionality
968a7e3 Use cobra to parse & split functionality up into individual commands
bf00886 Use go modules