Commit graph

4108 commits

Author SHA1 Message Date
allcontributors[bot] 519a1bbd30 docs: update .all-contributorsrc [skip ci] 2025-03-01 17:12:22 +01:00
allcontributors[bot] ef435964a3 docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:12:22 +01:00
Jan De Dobbeleer 93649abc21 feat(template): add global Version property 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 85a86be703 chore: group dependency updates 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer c77fe2b61e chore(docs): update API dependencies 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 4037c38478 chore(docs): update docusaurus to latest 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 1ffce373b6 fix(pwsh): expand relevant errors
resolves #6149
2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 88628e043e feat(regex): expose findP 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 28f6c19309 feat(git): replace branch properties with template
BREAKING CHANGE: this removes branch properties from the git segment
and replaces them with a single template. To migrate, use the following
guide.

*branch_max_length*

`"branch_max_length": 5` -> `"branch_template": "{{ trunc 5 .Branch }}"`

This will turn `feature/test-this-branch` into `featu`

If you want to display a truncate symbol at the end of the branch name:

`"branch_template": "{{ truncE 5 .Branch }}"`

This will turn `feature/test-this-branch` into `feat…`

*full_branch_path*

`"full_branch_path": false` -> `"branch_template": "{{ base .Branch }}"`

This will turn `feature/test-this-branch` into `test-this-branch`
2025-02-27 08:48:41 +01:00
wiyco 81788727c2 feat(segments): add bun.lock file support for bun v1.2+ 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 17910faacd feat(segment): add timeout 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer e5b95692df fix: disable completions
resolves #6103
2025-02-27 08:48:41 +01:00
dependabot[bot] 94680712e6 chore: bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](fa0a91b85d...cc20338598)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 00:19:12 +00:00
dependabot[bot] 1f2e4b7b34 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 00:17:14 +00:00
dependabot[bot] 318154e390 chore: bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 01:01:38 +00:00
allcontributors[bot] 801afa6168 docs: update .all-contributorsrc [skip ci] 2025-02-18 21:49:17 +01:00
allcontributors[bot] 76a21e11ee docs: update website/docs/contributors.md [skip ci] 2025-02-18 21:49:17 +01:00
abhro 75b10e7890 docs: fix: list in customize.mdx 2025-02-18 21:48:46 +01:00
dependabot[bot] 3b6c18d9fa chore: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /src
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 01:03:17 +00:00
dependabot[bot] 79efcadf4c chore: bump golangci/golangci-lint-action from 6.4.0 to 6.5.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](0adbc47a59...2226d7cb06)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 00:26:22 +00:00
Vedant Mohan Goyal 0cd22f831d chore: use correct path for winget dsc configuration 2025-02-16 14:47:01 +01:00
dependabot[bot] cb2e54c5e6 chore: bump golangci/golangci-lint-action from 6.3.2 to 6.4.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](051d919338...0adbc47a59)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 00:58:42 +00:00
dependabot[bot] c25e278661 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 00:34:57 +00:00
dependabot[bot] a17721b303 chore: bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](9ed2f89a66...90a3faa9d0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 00:11:35 +00:00
dependabot[bot] fb4b0f4a15 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.3.0...v1.3.2)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 00:31:17 +00:00
dependabot[bot] 23d2a6e370 chore: bump golangci/golangci-lint-action from 6.3.1 to 6.3.2
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](2e788936b0...051d919338)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 00:25:11 +00:00
dependabot[bot] f6b262e669 chore: bump golangci/golangci-lint-action from 6.3.0 to 6.3.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](e60da84bfa...2e788936b0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 00:55:22 +00:00
allcontributors[bot] 377c88d876 docs: update .all-contributorsrc [skip ci] 2025-02-09 15:30:38 +01:00
allcontributors[bot] b291569a8f docs: update website/docs/contributors.md [skip ci] 2025-02-09 15:30:38 +01:00
dependabot[bot] 7aefc7d29f chore: bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](ec5d18412c...e60da84bfa)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:58:37 +00:00
dependabot[bot] 63edc00058 chore: bump golang.org/x/sys from 0.29.0 to 0.30.0 in /src
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/sys/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:40:01 +00:00
dependabot[bot] 99eae69bfa chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.2.4...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:39:49 +00:00
dependabot[bot] 048f8d6ef1 chore: bump golang.org/x/mod from 0.22.0 to 0.23.0 in /src
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:39:43 +00:00
dependabot[bot] 8ddd5087ce chore: bump golang.org/x/image from 0.23.0 to 0.24.0 in /src
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/image/compare/v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:33:47 +00:00
dependabot[bot] 510fe9b57f chore: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /src
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 01:06:48 +00:00
dependabot[bot] 49b118d6cf chore: bump github.com/goccy/go-json from 0.10.4 to 0.10.5 in /src
Some checks are pending
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 00:11:56 +00:00
dependabot[bot] e0754c2e9c chore: bump actions/setup-node from 4.1.0 to 4.2.0
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](39370e3970...1d0ff469b7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 00:44:11 +00:00
vil02 da9bb791d3 docs(color): use proper spelling
Some checks failed
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
2025-01-26 11:07:31 +01:00
Jan De Dobbeleer 2f716f531a fix(writer): do not print transparent foreground
resolves #6101
2025-01-26 11:07:31 +01:00
Jan De Dobbeleer 24b446d151 feat(git): remove trailing spaces for remote icons
resolves #6112
2025-01-26 11:07:31 +01:00
allcontributors[bot] 1e6ee3e637 docs: update .all-contributorsrc [skip ci] 2025-01-26 11:03:04 +01:00
allcontributors[bot] c273dc77a1 docs: update website/docs/contributors.md [skip ci] 2025-01-26 11:03:04 +01:00
allcontributors[bot] 09e5b186ab docs: update .all-contributorsrc [skip ci] 2025-01-18 14:49:48 +01:00
allcontributors[bot] 592d439987 docs: update website/docs/contributors.md [skip ci] 2025-01-18 14:49:48 +01:00
dependabot[bot] 9e07663df2 chore: bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](971e284b60...ec5d18412c)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 00:44:42 +00:00
Eng Zer Jun bc4b991765 refactor: replace golang.org/x/exp/slices with stdlib
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
The experimental functions in `golang.org/x/exp/slices` are now
available in the standard library in Go 1.21 [1].

[1]: https://go.dev/doc/go1.21#slices

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2025-01-13 22:50:07 +01:00
Heath Stewart 3d2d8ef850 fix(cache): invalidate Git cache for worktrees
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
resolves #6085
2025-01-11 21:17:41 +01:00
Jan De Dobbeleer b68912234d chore(pwsh): use different styling for FTCS_COMMAND_EXECUTED 2025-01-11 21:17:41 +01:00
Jan De Dobbeleer 4af814f3a5 fix(python): disable Python prompt hijacking by default 2025-01-11 21:17:41 +01:00
Jan De Dobbeleer 75a6fa7a60 fix(upgrade): only run when cache expires
resolves #6071
2025-01-11 21:17:41 +01:00