Commit graph

3408 commits

Author SHA1 Message Date
allcontributors[bot] ec99847b2b docs: update website/docs/contributors.md [skip ci] 2024-02-19 09:05:10 +01:00
Lucas Costi 7368fe3672
fix: update node LTS version numbers 2024-02-19 08:04:38 +00:00
Jan De Dobbeleer 9e7237a89f fix(themes): adjust themes for correct rendering 2024-02-15 20:27:20 +01:00
Jan De Dobbeleer fece104e73 fix(image): use fixed image width 2024-02-15 20:27:20 +01:00
Jan De Dobbeleer 59be189233 fix(image): add terminal width to export 2024-02-15 20:27:20 +01:00
Jan De Dobbeleer 502558efa5 fix(image): exclude U+e0b6 from double width 2024-02-15 20:27:20 +01:00
Jan De Dobbeleer 5ca802f95e docs(image): add font zip file 2024-02-15 08:50:31 +01:00
Jan De Dobbeleer 6bbca22d3b fix(image): use correct range for icon code points 2024-02-14 21:53:38 +01:00
Jan De Dobbeleer 43e9246c6b fix(cli): initialize .Var correctly 2024-02-14 21:53:38 +01:00
Vedant 344376f8eb
chore(winget): update manifest version to 1.6.0 2024-02-14 07:08:44 +01:00
Jan De Dobbeleer f6a8c8dc87 feat(windows): parse app exec links 2024-02-13 11:52:32 +01:00
Jan De Dobbeleer 9568289cc8 chore(build): use official go distribution 2024-02-13 11:52:32 +01:00
Jan De Dobbeleer a0375a09c7 feat: upgrade to go1.22.0 2024-02-13 11:52:32 +01:00
Jan De Dobbeleer f11a4ec780 chore(go): update dependencies 2024-02-13 11:52:32 +01:00
Jan De Dobbeleer 50cb721c43 feat: revert to go1.21.4 2024-02-12 21:54:46 +01:00
Jan De Dobbeleer 915b37e197 feat: upgrade to go1.22.0 2024-02-12 19:47:42 +01:00
dependabot[bot] 2808de051a chore(deps): bump helm/kind-action from 1.8.0 to 1.9.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](dda0770415...99576bfa6d)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 00:13:00 +00:00
dependabot[bot] 87555288eb chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](3a91952989...3cfe3a4abb)

---
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>
2024-02-10 12:12:24 +00:00
dependabot[bot] a9ffa1b727 chore(deps): bump actions/setup-node from 4.0.1 to 4.0.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](b39b52d121...60edb5dd54)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 01:11:09 +00:00
dependabot[bot] d60bc9055d chore(deps): bump TriPSs/conventional-changelog-action
Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/tripss/conventional-changelog-action/releases)
- [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v5/CHANGELOG.md)
- [Commits](dd734f74fc...ebc124553a)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 01:11:02 +00:00
dependabot[bot] b5e78d835c chore(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 in /src
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.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>
2024-02-08 00:59:45 +00:00
dependabot[bot] 1a5c7996eb chore(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 in /src
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/mod/compare/v0.14.0...v0.15.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>
2024-02-08 00:59:40 +00:00
Jan De Dobbeleer 93d0cac0db fix(unix): fetch COLUMNS when we don't have a terminal width 2024-02-07 08:17:48 +01:00
Jan De Dobbeleer bb5e1b1a2e fix(git): show original worktree as repo name 2024-02-07 08:17:48 +01:00
dependabot[bot] b86bd04574 chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](26f96dfa69...5d5d22a312)

---
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>
2024-02-06 00:11:05 +00:00
allcontributors[bot] 22cd412458 docs: update .all-contributorsrc [skip ci] 2024-02-04 14:53:02 +01:00
allcontributors[bot] 1dc11f9df4 docs: update website/docs/contributors.md [skip ci] 2024-02-04 14:53:02 +01:00
VEERT00X 01c6b1ae2a docs(windows): add chocolatey as an install method 2024-02-04 14:46:52 +01:00
dependabot[bot] 030d52bd6d chore(deps): bump github.com/charmbracelet/bubbles in /src
Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](https://github.com/charmbracelet/bubbles/compare/v0.17.1...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 00:56:20 +00:00
dependabot[bot] c3f7876ec0 chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](9614fae9e5...e1523de757)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 00:57:18 +00:00
Jan De Dobbeleer 011a4ab8f5 fix(ansi): allow usage of < and > in text with overrides 2024-01-26 17:14:07 +01:00
Jan De Dobbeleer 4fb18aaac7 fix(git): convert realdir when we have a worktree 2024-01-25 09:10:25 +01:00
dependabot[bot] 765af60a0b chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](694cdabd8b...26f96dfa69)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 01:09:20 +00:00
Jan De Dobbeleer d85c77897b docs: adjust typo 2024-01-21 14:25:56 +01:00
srpmtt b8830a683a feat: react segment 2024-01-21 14:25:56 +01:00
Jan De Dobbeleer ed40fc7bf5 feat(language): cache version info 2024-01-21 14:06:49 +01:00
Jan De Dobbeleer 0715bf1cec docs(windows): use full syntax for theme information
relates to #4638
2024-01-21 14:06:49 +01:00
Jan De Dobbeleer f9e2d1598d docs: remove unicode character 2024-01-21 14:06:49 +01:00
dependabot[bot] 16b542eb8e chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](1eb3cb2b3e...694cdabd8b)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 00:30:21 +00:00
dependabot[bot] 6d454788b6 chore(deps): bump azure/login from 1.6.0 to 1.6.1
Bumps [azure/login](https://github.com/azure/login) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](e15b166166...cb79c773a3)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 00:12:33 +00:00
allcontributors[bot] 024d8e8525 docs: update .all-contributorsrc [skip ci] 2024-01-17 18:27:42 +01:00
allcontributors[bot] b04e26cf8a docs: update website/docs/contributors.md [skip ci] 2024-01-17 18:27:42 +01:00
Thomas 05ebd8b8ce
theme(capr4n): correct spacing
Added Whitespace between Icon and Time
2024-01-17 18:27:06 +01:00
allcontributors[bot] 9f3669a575 docs: update .all-contributorsrc [skip ci] 2024-01-16 22:41:59 +01:00
allcontributors[bot] 1a9f8c8e56 docs: update website/docs/contributors.md [skip ci] 2024-01-16 22:41:59 +01:00
Chris Johnston‮ c12eae399e docs: remove "pathname://" prefix from windows store install link
This change fixes the link in the windows documentation to the windows store to
download oh my posh. The existing link was prefixed with "pathname://", which when
clicked opens a new empty tab. Copying and pasting the link without "pathname://"
into the address bar will correctly open the windows store for oh my posh. I tested
this using the latest stable version of MS Edge and Firefox.
2024-01-16 22:41:26 +01:00
allcontributors[bot] 870bf9020f docs: update .all-contributorsrc [skip ci] 2024-01-15 19:48:39 +01:00
allcontributors[bot] dc3bc9141d docs: update website/docs/contributors.md [skip ci] 2024-01-15 19:48:39 +01:00
srpmtt 5786720f21
feat: ocaml segment 2024-01-15 19:48:03 +01:00
dependabot[bot] 8145d595c6 chore(deps): bump github.com/gookit/config/v2 in /src
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/gookit/config/releases)
- [Commits](https://github.com/gookit/config/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: github.com/gookit/config/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 00:57:42 +00:00