Skip to content

Tags: arl/gitmux

Tags

v0.11.5

Toggle v0.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add flags_without_count option to show git status icons without counts (

#129)

* Initial plan

* Implement flags_without_count feature

Co-authored-by: arl <476650+arl@users.noreply.github.com>

* Update README.md to document flags_without_count option

Co-authored-by: arl <476650+arl@users.noreply.github.com>

* Fix README.md table alignment for flags_without_count option

Co-authored-by: arl <476650+arl@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arl <476650+arl@users.noreply.github.com>

v0.11.4

Toggle v0.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go.mod: revert use of gitmux as module name (#128)

Fix #127

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump deps and go version (#126)

* Bump dependencies and go version

* Cosmetics

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/ci and brew tap (#119)

* ci: bump action versions

* goreleaser: fix s/brew.folder/directory

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/goreleaser version (#118)

* .gitignore: add gitmux

* goreleaser: upgrade from v1 to v2

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: trim branch from center (#116)

Co-authored-by: Aurélien Rainone <476650+arl@users.noreply.github.com>

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set 'Clear' to #[none] (#108)

* Cosmetics

* Default 'Clear' style is now #[none]

None actually resets all attributes.

* Always append the Clear attribute to gitmux status string

Fix #107

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (

…#103)

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reset fb and bg to default at the end of the output (#96)

Fix #95

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: only render if hideClean is false and there are stashes (#93)

* fix: only render if hideClean is false and there are stashes

* fix: test