Skip to content

Releases: Didstopia/githubby

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

v1.0.6

28 Jan 11:53

Choose a tag to compare

Changelog

  • c620be9 Fix TUI restart by quitting cleanly before exec

v1.0.5

28 Jan 11:40

Choose a tag to compare

Changelog

  • 6e1e451 Fix Windows restart to wait for child process completion