Releases: obalunenko/instadiff-cli
v0.3.1
v0.3.0
v0.2.1
- Add progress bar (will be displayed for clean followers process if log-level is info)
- Clean-up commands
- Add new global flags: log_level, debug
Changelog
8d9820c Add codequality badge to Readme
bd4a438 Add progressbar; Clean-up commands
d38a1b4 Update readme
73da6c7 cmd/instadiff-cli: Add new global flags
72b66b5 cmd/instadiff-cli: Clean up commands names
9108036 cmd/instadiff-cli: Clean up commands names
1d68742 internal/config: Implement log level set; Use logrus
6149f9f internal/service: Add comments for handleBar
84e73cc internal/service: Implement proggress bar
7bbcf2b vendor: update modules
v0.1.0 - Initial release of instadiff-cli tool
Supported features:
- Show list of followers
- Show list of followings
- Show not mutual followings
- Unfollow all not mutual followings (whitelisting is available)
Changelog
c6c95b4 Add build status badge to Readme
62ec494 Add coverage status badge to Readme
e75d311 Add get dependencies to makefile
ba420f4 Add goreleaser config
ecd4abe Add goreportcard badge to Readme
b49ec2a Add version
d6c0cf8 Artifacts badge at readme
07a72f8 Fix Makefile
f940228 Fix linters
53aa7c3 Fix sonar config
c148e73 Fix urls in readme
7196340 Imports after repo rename
b3c7705 Imports after repo rename
7eb3636 Print version info only in help
ad57c5a Refactor to use goinsta v2 SDK
d323ddb Update sonar
6ccdb4a cmd/instadiff-cli: Add version and build info
fd42ed4 cmd/instadiff-cli: Implement list flag for commands
acce917 implement instadiff-cli tool
94ea068 internal/config: Update testdata
7343384 scripts: Fix build script
3c4bd14 Initial commit