Skip to content

Releases: benweidig/tortuga

v3.0.1 - The Little Things

30 Mar 15:33
cfbc28f

Choose a tag to compare

  • Render table in full after work is done
  • No faint checkmarks
  • No more flickering on status during sync (removed the action name)
  • Detect conflicts on stash pop

v3.0.0 - The Rewrite

22 Mar 10:57
2464c74

Choose a tag to compare

This is an almost complete rewrite of the codebase to simplify dependencies and overall complexity.

The infrastructure was improved, and AUR support is coming next!

v2.3.5

18 Aug 10:33
24694e2

Choose a tag to compare

  • Revamped coloring
  • Golang 1.23
  • CI improved

v2.3.4

23 Sep 14:02
901a3f5

Choose a tag to compare

  • Revamped rendering (#10)
  • Verbose output option removed (didn't make much sense, needs a better solution to handle errors)
  • Go 1.21, dependency updates

2.3.3

01 Jun 07:51
f792e86

Choose a tag to compare

Fixes

  • final summary respects "incoming only" (#9 )

2.3.2

21 May 14:17
68d46ff

Choose a tag to compare

CHANGES

  • Disabled CGO

2.3.1

18 May 16:05
47061d7

Choose a tag to compare

Changes

  • Implements "incoming only" option #8
  • Improves prompt handling

2.3.0

18 May 12:37
c412ab2

Choose a tag to compare

Chores

  • Go 1.20.4

Changes

  • Replace fatih/color with jwalton/gchalk
  • More meaningful/colorful output
  • Second step now only shows relevant repositories

2.2.6

25 Feb 11:09
3899ad7

Choose a tag to compare

Chores

  • Go 1.20.1
  • Dependencies updated

Fixes

  • golang.org/x/sys/unix incorrect privilege assignment (fixed manually, #7)
  • Changes are now rendered the same way before and after sync

Changes

  • Switched from Travis to GitHub actions

2.2.5

27 Feb 10:57

Choose a tag to compare

  • Go 1.17
  • Dependencies updated/cleaned
  • Prompt improved