Skip to content

Releases: carhartl/git-wip

v0.0.6

08 Dec 09:10
v0.0.6
5da7785
Compare
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
Compare
Choose a tag to compare

Changelog

  • ea18e7b Implement detecting missing upstream

v0.0.4

07 Dec 10:04
v0.0.4
7e27921
Compare
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
Compare
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
Compare
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
Compare
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