Skip to content

Releases: masa0221/jclockedio

v0.3.0

11 Jan 10:41
180d5c6
Compare
Choose a tag to compare

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

15 Jun 23:50
7980e77
Compare
Choose a tag to compare

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

09 Jan 03:07
324e7b5
Compare
Choose a tag to compare

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

05 Aug 06:59
bee2d97
Compare
Choose a tag to compare

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

v0.2.11

22 Apr 09:46
889a3ac
Compare
Choose a tag to compare

Changelog

  • 889a3ac Merge pull request #14 from masa0221/fix-fetch-status
  • 4e475ea Modify fetch process for after status taking into consideration time of change displayed staus
  • e0b580e Update and rename build-and-publish-docker.yaml to build-and-publish-image.yaml
  • c985237 Update build-and-publish-image.yaml

v0.2.10

13 Apr 10:11
679e5d6
Compare
Choose a tag to compare

Changelog

  • 7c3fab6 Fix a bug that cannnot fetch clock time
  • 679e5d6 Merge pull request #13 from masa0221/fix-cannot-fetch-clock2

v0.2.9

13 Apr 00:12
e2f52bf
Compare
Choose a tag to compare

Changelog

  • 3721d74 Fix a bug that cannnot fetch clock time
  • e2f52bf Merge pull request #12 from masa0221/fix-cannot-fetch-clock
  • fc4626f Update README.md
  • 8424b32 Update build-and-publish-docker.yaml
  • 72c4b41 Update build-and-publish-docker.yaml

v0.2.8

10 Apr 08:23
649513a
Compare
Choose a tag to compare

Changelog

  • 21f6929 Add github action for build and push docker
  • ed0c831 Fix README
  • 457f892 Merge pull request #10 from masa0221/fix-readme
  • 649513a Merge pull request #11 from masa0221/add-action-for-publish-image

v0.2.7

09 Apr 10:07
fda3a70
Compare
Choose a tag to compare

Changelog

  • e98e9ca Fix formula
  • f798396 Merge pull request #8 from masa0221/fix-dependency
  • fda3a70 Merge pull request #9 from masa0221/fix-formula

v0.2.6

09 Apr 09:47
Compare
Choose a tag to compare

Changelog

  • 465125c Modify homebrew dependency