Releases: masa0221/jclockedio
Releases · masa0221/jclockedio
v0.3.0
Changelog
- 277741f Add a feature that prevents clocking in/out when using --no-adit option
- 3a3840e Add asdf file
- 56bab63 Add interface
- ee4543d Add stdout logger
- 5cf961d Add tests and refactoring
- 4b8c60e Bump actions/checkout from 3 to 4
- ad15ec9 Bump actions/setup-go from 4 to 5
- 4c4720a Bump docker/build-push-action from 4 to 5
- 5b3d880 Bump docker/login-action from 2 to 3
- 817c84b Bump docker/metadata-action from 4 to 5
- c1c211a Bump docker/setup-buildx-action from 2 to 3
- 397e0cc Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9
- 700b2d4 Bump github.com/pelletier/go-toml/v2 from 2.0.9 to 2.1.0
- ef84532 Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1
- bf8677d Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
- 0296935 Bump goreleaser/goreleaser-action from 4 to 5
- e005a8d Fix a bug where the base URL is not specified in JobcanClient
- a23d4fb Fix a bug where the log format is incorrectly specified
- 05b0f73 Implement a feature to output debug info when the --verbose option is specified
- 562bf67 Implement parallel logging in Broadcast function with goroutines
- 141f517 Implement the added files and use them in adit.go
- 2633854 Implement the jobcan client and the browser
- 31ade84 Merge pull request #40 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.9
- 4af3c9c Merge pull request #42 from masa0221/refactoring
- daa49f2 Merge pull request #43 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.1.0
- 04fdea7 Merge pull request #44 from masa0221/dependabot/github_actions/docker/login-action-3
- 2ae00c7 Merge pull request #45 from masa0221/dependabot/github_actions/docker/setup-buildx-action-3
- 4d57ecb Merge pull request #46 from masa0221/dependabot/github_actions/goreleaser/goreleaser-action-5
- 4608852 Merge pull request #47 from masa0221/dependabot/github_actions/docker/metadata-action-5
- e9776e6 Merge pull request #48 from masa0221/dependabot/github_actions/docker/build-push-action-5
- 1b011f5 Merge pull request #49 from masa0221/masa0221-patch-1
- e35b59a Merge pull request #50 from masa0221/dependabot/github_actions/actions/checkout-4
- 09df720 Merge pull request #52 from masa0221/dependabot/go_modules/github.com/spf13/cobra-1.8.0
- 180d5c6 Merge pull request #53 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.1.1
- de8842d Merge pull request #55 from masa0221/dependabot/github_actions/actions/setup-go-5
- 08eb048 Modify README.md
- 7203d81 Modify configure help
- 1d4d6e2 Modify the timing of closing a browser resource
- 0d20283 Refactored code design to replace notifications with logging
- 5bbe4d9 Refactoring
- 7857fba Refactoring
- 9220b20 Remove unnecessary files
- 1f98d32 Update dependabot-auto-merge.yaml
v0.2.14
Changelog
- 53e7d2f Bump actions/checkout from 2 to 3
- 4317aea Bump actions/setup-go from 3 to 4
- a38a3d9 Bump docker/build-push-action from 3 to 4
- fc1dd5c Bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7
- 11b9974 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
- 483584f Bump github.com/spf13/viper from 1.14.0 to 1.16.0
- 55b5f47 Create dependabot-auto-merge.yaml
- 2c64dd8 Merge pull request #32 from masa0221/dependabot/github_actions/actions/checkout-3
- 28f175b Merge pull request #34 from masa0221/dependabot/github_actions/docker/build-push-action-4
- 0e6e62a Merge pull request #35 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.7
- 621dd12 Merge pull request #36 from masa0221/dependabot/github_actions/actions/setup-go-4
- 7231cc4 Merge pull request #37 from masa0221/dependabot/go_modules/github.com/spf13/cobra-1.7.0
- 47d054e Merge pull request #38 from masa0221/add-auto-merge-workflow
- 7980e77 Merge pull request #39 from masa0221/dependabot/go_modules/github.com/spf13/viper-1.16.0
v0.2.13
Changelog
- 82ce54c Bump docker/build-push-action from 2 to 3
- a38174a Bump docker/login-action from 1 to 2
- 13e0ec1 Bump docker/metadata-action from 3 to 4
- 989c702 Bump docker/setup-buildx-action from 1 to 2
- 92cb450 Bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5
- f601277 Bump github.com/pelletier/go-toml/v2 from 2.0.5 to 2.0.6
- 5e26bd7 Bump github.com/spf13/cobra from 1.5.0 to 1.6.1
- 9820462 Bump github.com/spf13/viper from 1.12.0 to 1.14.0
- a09efcf Bump goreleaser/goreleaser-action from 2 to 4
- 15decce Merge pull request #22 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.5
- 47f588a Merge pull request #24 from masa0221/dependabot/go_modules/github.com/spf13/cobra-1.6.1
- d166cb3 Merge pull request #25 from masa0221/dependabot/go_modules/github.com/spf13/viper-1.14.0
- 4f5bb7e Merge pull request #26 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.6
- 44a90f9 Merge pull request #27 from masa0221/dependabot/github_actions/docker/build-push-action-3
- 0342805 Merge pull request #28 from masa0221/dependabot/github_actions/docker/login-action-2
- 89f9c96 Merge pull request #29 from masa0221/dependabot/github_actions/goreleaser/goreleaser-action-4
- 324e7b5 Merge pull request #30 from masa0221/dependabot/github_actions/docker/metadata-action-4
- d78d3df Merge pull request #31 from masa0221/dependabot/github_actions/docker/setup-buildx-action-2
- 1908542 Update dependabot.yml
v0.2.12
Changelog
- d1c8f31 Bump github.com/pelletier/go-toml/v2 from 2.0.0-beta.6 to 2.0.0
- a3dd5b1 Bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2
- 1c4bdd2 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
- 8e06fb4 Bump github.com/spf13/viper from 1.10.1 to 1.11.0
- bdffb6c Bump github.com/spf13/viper from 1.11.0 to 1.12.0
- aacd281 Create dependabot.yml
- cbaa574 Fix how to send message to chatwork
- a212d90 Merge pull request #15 from masa0221/dependabot/go_modules/github.com/spf13/viper-1.11.0
- 8fd406e Merge pull request #16 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.0
- 4b396a8 Merge pull request #17 from masa0221/dependabot/go_modules/github.com/spf13/viper-1.12.0
- 855b671 Merge pull request #19 from masa0221/dependabot/go_modules/github.com/spf13/cobra-1.5.0
- 5fe2f09 Merge pull request #20 from masa0221/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.2
- bee2d97 Merge pull request #21 from masa0221/fix-how-to-send-chatwork