Skip to content

Releases: muesli/mastotool

v0.2.4

07 Nov 05:21
8404cea
Compare
Choose a tag to compare

Changelog

8404cea Disable CGO for goreleaser builds
562038d Update GitHub workflow

v0.2.3

06 Oct 02:21
4a70999
Compare
Choose a tag to compare

Changelog

38812fa Add OpenBSD build to goreleaser config
4a70999 Add links to more builds to README
e57cb07 Parse flags before accessing config

v0.2.2

04 Oct 08:30
d15fedd
Compare
Choose a tag to compare

Changelog

5b70cc0 Automatically prefix 'https' if the protocol is missing from the URL
8f36633 Bump dependencies to latest stable releases
aacba34 Bump go-pretty to v6.0.5
339bdd1 End comment with period
b43f0d5 Make progressBarWidth a const
77b9780 Remove obsolete Config.Set return value
3f563e1 Show helper text for empty tables
7af7c82 Test against Go 1.13+
d15fedd Update goreleaser config

v0.2.1

23 Aug 08:37
9dfd746
Compare
Choose a tag to compare

Changelog

9dfd746 Enable builds for Windows, BSD, and homebrew

v0.2.0

23 Aug 05:09
2822457
Compare
Choose a tag to compare

Changelog

9db7002 Add GitHub metadata & workflow
b727b5f Add an extra newline before search results
2822457 Move badges to top of README
0111343 Remove TravisCI config
4414c51 Switch to go-pretty's table writer

v0.1.1

22 Aug 13:15
763bd6c
Compare
Choose a tag to compare

Changelog

f92cefd Add time and URL to search output (#6)
ddcf0d9 Drop support for Go 1.8
9c84b00 Fix deprecated goreleaser config syntax
ad105e3 Test against Go 1.13 on TravisCI
a14d1e4 Update README.md
763bd6c go mod tidy

v0.1.0

22 Aug 13:11
8adb027
Compare
Choose a tag to compare

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