Skip to content

Releases: Didstopia/githubby

v1.0.16

09 Mar 10:23

Choose a tag to compare

Changelog

  • 75f0121 Bump actions/upload-artifact from 6 to 7 in the actions group
  • b076822 Bump goreleaser/goreleaser-action from 6 to 7 in the actions group
  • 5bed3cb Bump the actions group with 4 updates
  • f057761 Bump the go-dependencies group with 2 updates
  • 7bc2072 Bump the go-dependencies group with 2 updates
  • b3d4b87 Update Dockerfile
  • d1fc163 Update dependencies and tooling for Go 1.25
  • 6b81284 Update go mod to 1.25.0
  • 491ebfb Update release.yml
  • b6a508d Update security.yml
  • 3f5875d Upgrade Go version from 1.24 to 1.25 in CI

v1.0.15

05 Feb 08:34
dda9253

Choose a tag to compare

Changelog

  • 740108c Bump the go-dependencies group with 3 updates

v1.0.14

30 Jan 12:15

Choose a tag to compare

Changelog

  • 1cf78be Revert spinner back to Dot

v1.0.13

30 Jan 11:56

Choose a tag to compare

Changelog

  • 33aeedc Add Docker build and smoke test to CI
  • 7abc05e Fix Docker workflow not triggering after release

v1.0.12

30 Jan 11:50

Choose a tag to compare

Changelog

  • 577bbe4 Add CLI scheduling, profile-based sync, and Docker support
  • ca873f6 Document GITHUB_TOKEN setup for non-interactive and Docker usage
  • 40732cb Improve token error handling for invalid, expired, and revoked tokens

v1.0.11

30 Jan 09:09

Choose a tag to compare

Changelog

  • 3c833f5 Switch spinner Moon to Pulse

v1.0.10

30 Jan 08:58
eab632a

Choose a tag to compare

Changelog

  • 9f88d7b Change default spinner from Dot to Moon for fancier UI
  • 2bc7085 Display error messages for failed repos in TUI completion summary
  • 1071ae0 Fix ETA display during initial sync by reducing warmup period for clones
  • 0c4e539 Fix TUI breaking on checkout/sync failure by suppressing error output in non-verbose mode
  • 8891c42 Fix progress calculation to include archived repos in done count
  • 3449276 Guard dry-run output with verbose checks for consistency
  • 7c41224 Initial plan
  • cd18aa3 Initial plan
  • 7c68cd6 Initial plan
  • 584e151 Sort failed repos alphabetically for consistent display

v1.0.9

28 Jan 12:54

Choose a tag to compare

Changelog

  • 01ec1c4 Add terminal bell notification when sync completes

v1.0.8

28 Jan 12:43

Choose a tag to compare

Changelog

  • 9848e81 Fix path resolution for ./binary invocations

v1.0.7

28 Jan 12:18

Choose a tag to compare

Changelog

  • d4b1b06 Fix Linux restart after update by using os.Args[0] instead of os.Executable