Skip to content

Releases: carhartl/git-wip

v0.0.7

24 Aug 06:25
v0.0.7
b29aef1

Choose a tag to compare

Changelog

  • b29aef1 Add help item for open in editor
  • 32d8fa0 [] Choose editor to open from env
  • 0887741 Merge pull request #24 from carhartl/dependabot/github_actions/goreleaser/goreleaser-action-6.4.0
  • 3ddf412 Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0
  • 03830de Merge pull request #23 from carhartl/dependabot/github_actions/actions/checkout-5
  • 4428d1e Bump actions/checkout from 4 to 5
  • e0abcb8 Merge pull request #22 from carhartl/dependabot/github_actions/aquasecurity/trivy-action-0.32.0
  • 463bb61 Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0
  • 3ea8cd0 Merge pull request #21 from carhartl/dependabot/github_actions/sigstore/cosign-installer-3.9.0
  • ef9bdb4 Bump sigstore/cosign-installer from 3.8.0 to 3.9.0
  • 7df2ddd Merge pull request #20 from carhartl/dependabot/github_actions/aquasecurity/trivy-action-0.31.0
  • 72cca58 Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0
  • 689eb8b Merge pull request #19 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-8.0.0
  • 8708cfb Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • c75d000 Merge pull request #18 from carhartl/dependabot/go_modules/github.com/charmbracelet/bubbles-0.21.0
  • f5be67b Bump github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0
  • 4195b59 Merge pull request #16 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-7.0.0
  • 1f254d9 Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0
  • a3dbc6c Fix problems detected w/ golangci-lint v2
  • daebcc1 Add shfmt to Git hooks setup
  • 1065cd7 Merge pull request #17 from carhartl/dependabot/github_actions/goreleaser/goreleaser-action-6.3.0
  • 2596ee2 Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0
  • 76b5c50 Merge pull request #14 from carhartl/dependabot/github_actions/aquasecurity/trivy-action-0.30.0
  • 545a8b6 Bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
  • 06eb6ca Merge pull request #15 from carhartl/dependabot/go_modules/github.com/charmbracelet/lipgloss-1.1.0
  • ca620a2 Bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0
  • 56d8591 Merge pull request #13 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-6.5.0
  • 60e85c8 Bump golangci/golangci-lint-action from 6.4.0 to 6.5.0
  • 5a252eb Merge pull request #12 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-6.4.0
  • 3054d2f Bump golangci/golangci-lint-action from 6.3.0 to 6.4.0
  • 18c6c34 Merge pull request #11 from carhartl/dependabot/github_actions/goreleaser/goreleaser-action-6.2.1
  • 43255ac Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1
  • ad5e9db Merge pull request #8 from carhartl/dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.0
  • 84a7243 Bump github.com/charmbracelet/bubbletea from 1.2.2 to 1.3.0
  • 49a7c13 Merge pull request #10 from carhartl/dependabot/github_actions/sigstore/cosign-installer-3.8.0
  • 0a8f17c Bump sigstore/cosign-installer from 3.7.0 to 3.8.0
  • 44eaf99 Merge pull request #9 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-6.3.0
  • 106c35b Bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
  • 44903a8 Merge pull request #7 from carhartl/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
  • 50748f6 Bump golangci/golangci-lint-action from 6.1.0 to 6.2.0
  • adfa594 Compare special key against built-in type
  • a327a3d Remove unnecessary conversion

v0.0.6

08 Dec 09:10
v0.0.6
5da7785

Choose a tag to compare

Changelog

  • 5da7785 Add test for search w/ excluded directories
  • e1b38c3 Remove unnecessary test setup
  • 26ac243 Refactor search, moving Bubbletea dependencies
  • 57142bb Add test for detecting a Git repo
  • 32ca4aa Use more suitable assertion for booleans

v0.0.5

08 Dec 07:09
v0.0.5
ea18e7b

Choose a tag to compare

Changelog

  • ea18e7b Implement detecting missing upstream

v0.0.4

07 Dec 10:04
v0.0.4
7e27921

Choose a tag to compare

Changelog

  • 7e27921 Update introduction in readme
  • 6c9d9d0 Implement updating in-view
  • 67dafe6 Revert "Adapt gitignore for Goreleaser"
  • 49048e7 Add end-to-end test with teatest

v0.0.3

01 Dec 07:33
v0.0.3
d11df72

Choose a tag to compare

Changelog

  • d11df72 Pluralize nouns in Git summary
  • 9556adc Improve decoupling for search and tui

v0.0.2

29 Nov 06:47
v0.0.2
683949c

Choose a tag to compare

Changelog

  • 683949c Set up GitHub Actions based releasing
  • a18ba36 Add detecting file type changes
  • dc39a38 Fix releasing to work with Goreleaser
  • 7b18ccc Adapt gitignore for Goreleaser

v0.0.1

26 Nov 08:01
v0.0.1
afe6be4

Choose a tag to compare

Changelog

  • afe6be4 Detect unpushed commits
  • c8449a7 Remove comment block
  • b9aa7ed Implement Git info summary
  • 1141c3f Replace go-git
  • 98d1b57 Implement check for clean repo for git info type
  • 86b28cf Use testify for tests
  • 59a33d6 Add missing tests for git status parsing
  • 917a483 Implement git status parsing
  • 41ae9d6 Add note regarding list item rendering constraint
  • 9c14b64 Move types for better coherence
  • b9c008e Merge pull request #6 from carhartl/dependabot/github_actions/aquasecurity/trivy-action-0.29.0
  • 2d6b762 Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0
  • 9823ace Fix using current dir as default
  • 6970ea7 Add documentation to readme
  • f2e00a4 Merge pull request #5 from carhartl/dependabot/go_modules/github.com/charmbracelet/bubbletea-1.2.2
  • 0e402c6 Bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.2.2
  • e105dea Remove version info from CLI app
  • b270517 Implement simple releasing
  • 5f7eed3 Separate files in main package
  • da5bb0b Merge pull request #2 from carhartl/dependabot/go_modules/github.com/charmbracelet/lipgloss-1.0.0
  • 4ac856d Bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0
  • 6e92238 Simplify Go package organization
  • 38276d0 Output simple git status info as-is
  • f9148d2 Adapt for project renaming
  • 9837db2 Open editor upon repo selection
  • 1e013f4 Remove duplicate and misaligned text from view
  • fc0079d Adapt naming of list items
  • da0abbc Remove impossible todo
  • 16e8808 Bump golang.org/x/net from 0.22.0 to 0.23.0
  • ed2f125 Allow working directory as cli arg
  • f72f9ba Change list title
  • fd8ab30 Tidy up mod file
  • 3274ab8 Filter for dirty repositories
  • 1e000f1 Skip all hidden directories, plus node_modules
  • 0971d57 Detect only directories that are git repos
  • c70bea8 Remove redundant message type handling
  • 87cf33b Implement list UI for showing repos
  • 19c334a Simplify cli help output
  • 0fb32f4 Set up CLI app
  • a2ee983 Implement spinner with Bubble Tea ❤️
  • 83655ba Add CI badge
  • fc87867 Add Dependabot setup
  • 90187f9 Add CI workflow
  • 871a93c Add Lefthook config
  • dbfcb4c Initialize Go module
  • bf6f894 Initial commit