Releases: SkYNewZ/radarr
Releases · SkYNewZ/radarr
v0.0.6
Unreleased
v0.0.6 - 2020-04-26
Docs
- Add some awesome badges
Feat
- cli: Set up verbose mode
- docker: Add Docker support
- lib: Set up debug info
Fix
- Use more defer function
- tests: Move all fixtures to testdata folder
v0.0.5
Unreleased
v0.0.5 - 2020-04-13
Feat
- cli: Add JSON output option
- cli: Move version to its own command
- cli: Print output as table
- cli: Implement GET /exclusions
- movie: Implement movie lookup
- movie: Implement GET /exclusions
Fix
- error: Better handle Radarr error
v0.0.4
Unreleased
v0.0.4 - 2020-04-12
Fix
- ci: Remove errcheck. ALready checked with golang-ci
- ci: Generate changelog for the latest tag only
- logger: Fix #1, remove logger and instantiate new http.Client
- movie: Use slice of pointer instead of pointer of slice
v0.0.3
Unreleased
v0.0.3 - 2020-04-11
Feat
- cli: Implement DELETE /movie
- movie: Implement DELETE /movie/id
Fix
- Clean redundant struct declaration
- core: Delete go.* in cmd/ directory
- core: Use API key as header
v0.0.2
Unreleased
v0.0.2 - 2020-04-08
Feat
- ci: Use golangci-lint
- command: Init command
- diskspace: Implement disk space endpoint
- history: Implement history endpoint
Fix
- ci: Use errcheck
- core: Set up a custom http.Client transport and timeout