Commit graph

1822 commits

Author SHA1 Message Date
Jan De Dobbeleer efa8ef9880 feat(notice): disable upgrade notice by default
BREAKING CHANGE: changes `disable_notice: false` to `upgrade_notice`: true
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer f1cd609c7d refactor: remove linebreak block type 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer b5afe0edaf refactor: remove terminal lock 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer cefe985bf7 refactor: remove env from template/text 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 701cd499df refactor: remove if/else statements 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 3bc476488a chore: allow silent rendering for benchmark testing 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 84ac954c86 perf: add sync pool for template struct 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer e7cbbde984 feat: remove offset settings from block
BREAKING CHANGE: this is now completely deprecated and no longer supported
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 0c6ab9beac feat(osc): remove OSC99 from config
BREAKING CHANGE: this requires to set `pwd: OSC99` instead of `OSC99: true`
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer d4b86e63e4 perf: correctly align struct fields 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 0853a527a7 refactor: render segment text in sequence 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 9e1942035f perf(template): cache template functions 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 4fe6efc94a feat(cache): remove segment specific caching 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer a45fb3991e feat(cache): store cache on segment level 2024-11-04 12:15:40 +01:00
dependabot[bot] 5937cf8e3b chore: bump github.com/charmbracelet/lipgloss in /src
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.13.1 to 1.0.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.13.1...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 00:56:24 +00:00
dependabot[bot] 3b713b55e8 chore: bump github.com/charmbracelet/bubbletea in /src
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.1.1 to 1.1.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.1.1...v1.1.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>
2024-10-25 00:53:38 +00:00
L. Yeung 69ee58fef8 fix(fish): do not accept autosuggestion by default
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-10-23 14:53:08 +02:00
dependabot[bot] 9fb4e8593d chore: bump github.com/charmbracelet/lipgloss in /src
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-23 01:02:50 +00:00
Jan De Dobbeleer 2557ee2eab fix(network): map SSID to .Name
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
resolves #5742
2024-10-14 13:47:35 +02:00
Jan De Dobbeleer 49ea48934f feat(init): clean cache files > 1 week automatically
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-10-13 13:45:54 +02:00
Antonin Ruan 026fa16145 refactor(python): change fallback_names to default_venv_names 2024-10-11 21:37:55 +02:00
Antonin Ruan daea52598c feat(python): make folder fallback env names customizable 2024-10-11 21:37:55 +02:00
Jan De Dobbeleer 9fbc61561d feat(upgrade): configure using cli
resolves #5734
2024-10-11 21:03:20 +02:00
Jan De Dobbeleer addef6530a feat(color): enable accent color for macOS
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
resolves #5711
2024-10-07 16:07:22 +02:00
Jan De Dobbeleer dba953a0a7 fix(init): rewrite theme blob url to raw url 2024-10-07 16:07:22 +02:00
dependabot[bot] c30b613167 chore: bump golang.org/x/sys from 0.25.0 to 0.26.0 in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/sys/compare/v0.25.0...v0.26.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-10-07 01:10:37 +00:00
dependabot[bot] 8e71aca3e0 chore: bump golang.org/x/image from 0.20.0 to 0.21.0 in /src
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/image/compare/v0.20.0...v0.21.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>
2024-10-07 01:04:32 +00:00
dependabot[bot] 347fd4a6bf chore: bump golang.org/x/text from 0.18.0 to 0.19.0 in /src
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 01:04:17 +00:00
L. Yeung b3f3c0aa24 feat(build): embed timezone database
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-10-05 21:49:01 +02:00
dependabot[bot] 31d9cf67e8 chore: bump github.com/gookit/goutil from 0.6.16 to 0.6.17 in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil) from 0.6.16 to 0.6.17.
- [Release notes](https://github.com/gookit/goutil/releases)
- [Commits](https://github.com/gookit/goutil/compare/v0.6.16...v0.6.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 00:16:50 +00:00
Jan De Dobbeleer a6a5d4b53b fix(zsh): correctly enable fcts marks
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-10-01 09:01:28 +02:00
Jan De Dobbeleer 06df61a1dc fix(fossil): add ADDED_BY_MERGE to status
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
resolves #5695
2024-09-30 15:44:01 +02:00
Jan De Dobbeleer 3b90c70841 fix(fossil): add all status keywords
resolves #5684
2024-09-29 11:14:31 +02:00
ilaumjd 12bc0b7237 feat(swift): add Podfile extension 2024-09-26 19:53:15 +02:00
L. Yeung 4104a9a633 fix(cache): use UUIDs as session IDs
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-09-25 10:34:21 +02:00
Jan De Dobbeleer 1cb66f6af9 fix(battery): validate returned buffer size on Windows
resolves #5647
2024-09-20 08:46:53 +02:00
Olivia Bahr 9cf42b56d5
feat(template): add random function 2024-09-20 08:46:37 +02:00
Jan De Dobbeleer 6c13aaf0ef fix(cache): write on CLI commands
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-09-19 16:34:50 +02:00
L. Yeung 3114666a25 fix(prompt): write real newlines for Elvish on non-Windows systems
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-09-19 09:10:09 +02:00
L. Yeung 68a1e89f29 fix(cache): require saving explicitly 2024-09-19 08:29:35 +02:00
L. Yeung 9ce9ed72bb refactor(cli): hide deprecated/internal subcommands and flags 2024-09-19 08:29:35 +02:00
L. Yeung d2e04b6654 fix(prompt): rectify terminal width for proper rendering 2024-09-19 08:29:35 +02:00
L. Yeung c7793a5f29 fix(tcsh): escape special characters correctly 2024-09-19 08:29:35 +02:00
L. Yeung a8f246064e fix(shell): improve initialization
For supported shells:

- Correct string quoting.
- Reorganize initialization scripts to improve maintainability.
2024-09-19 08:29:35 +02:00
L. Yeung 063b95da25 fix(pwsh): prevent a command from eating tail of a transient prompt
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-09-12 20:43:37 +02:00
Artin 79c30684f4 feat(font): implement cyclic shifting for item rotation 2024-09-12 06:52:24 +02:00
dependabot[bot] ebe2cca232 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.1.0 to 1.1.1.
- [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.1.0...v1.1.1)

---
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>
2024-09-12 01:11:11 +00:00
David Kizivat a1ff6b5c4a
feat(git): add lists of commit's head, tag and remote references 2024-09-09 18:53:48 +02:00
dependabot[bot] d8cd1f1be1 chore: bump github.com/charmbracelet/bubbles in /src
Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Changelog](https://github.com/charmbracelet/bubbles/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbles/compare/v0.19.0...v0.20.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-09-09 01:00:54 +00:00
hsnabszhdn f1e74feec7 fix(git): support azure devops remote URL - SSH 2024-09-08 09:30:52 +02:00
Jan De Dobbeleer 7836a240f1 fix(git): support azure devops remote URL
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-09-07 22:27:28 +02:00
dependabot[bot] f33c772e8e chore: bump golang.org/x/sys from 0.24.0 to 0.25.0 in /src
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Code QL / code-ql (push) Waiting to run
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.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-09-05 00:44:00 +00:00
dependabot[bot] f1765df0dc chore: bump golang.org/x/mod from 0.20.0 to 0.21.0 in /src
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.21.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-09-05 00:43:55 +00:00
dependabot[bot] 9eeeae8d40 chore: bump golang.org/x/image from 0.19.0 to 0.20.0 in /src
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/image/compare/v0.19.0...v0.20.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>
2024-09-05 00:37:41 +00:00
dependabot[bot] 51d66d62e6 chore: bump golang.org/x/text from 0.17.0 to 0.18.0 in /src
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 00:37:30 +00:00
L. Yeung f54cd26436 fix(elvish): prevent cutting off a right-aligned block
Some checks failed
Code QL / code-ql (push) Has been cancelled
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
2024-09-02 13:40:48 +02:00
Jan De Dobbeleer b492903f08 feat(template): add functional stat, dir and base
resolves #5508
2024-09-02 12:46:27 +02:00
Jan De Dobbeleer 90f3789057 feat(kubernetes): parse kubeconfig by default
resolves #5443
2024-09-02 12:46:27 +02:00
Jan De Dobbeleer 0700dfa594 feat(cftarget): allow files override
resolves #5526
2024-09-02 12:46:27 +02:00
Jan De Dobbeleer b67756001f feat(palettes): allow color reuse using palette 2024-09-02 12:46:27 +02:00
dependabot[bot] e5617c6659 chore: bump github.com/charmbracelet/bubbletea in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.0.1 to 1.1.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.0.1...v1.1.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>
2024-09-02 00:54:20 +00:00
dependabot[bot] 2654ec999e chore: bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 in /src
Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/Masterminds/sprig/releases)
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 00:52:21 +00:00
dependabot[bot] 7e9c4950e4 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.0.0 to 1.0.1.
- [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.0.0...v1.0.1)

---
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>
2024-08-30 00:52:16 +00:00
L. Yeung abd6676c5b fix(path): improve path cleaning, normalization and parsing
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-08-29 18:15:00 +02:00
Jan De Dobbeleer 476bfd1fff feat(cache): make cache location logic cross platform
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-08-29 11:07:36 +02:00
dependabot[bot] 90612a42d9 chore: bump github.com/charmbracelet/bubbletea in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.27.1 to 1.0.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/v0.27.1...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 00:39:51 +00:00
L. Yeung 23d200b56c fix(shell): use Windows PID as POSH_PID in a Cygwin environment
Some checks failed
Code QL / code-ql (push) Has been cancelled
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
2024-08-27 09:43:38 +02:00
L. Yeung e28d91b854 fix(cli): correct execution logic and improve messages 2024-08-27 09:43:38 +02:00
L. Yeung 48f633e0cb fix(export): omit specific fields 2024-08-27 09:43:38 +02:00
L. Yeung 0644c93a67 fix(bash): respect PROMPT_COMMAND as an array 2024-08-27 09:43:38 +02:00
L. Yeung e2626c8668 fix(shell): avoid unexpected expansions in Bash/Zsh 2024-08-27 09:43:38 +02:00
Jan De Dobbeleer c289a038ac feat(upgrade): remove no new version notice 2024-08-27 09:43:38 +02:00
dependabot[bot] 50d209e773 chore: bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.21.0...v2.22.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 00:22:47 +00:00
dependabot[bot] b7a7cd2332 chore: bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 in /src
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.2...v2.2.3)

---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 00:22:31 +00:00
dependabot[bot] 28817bae48 chore: bump github.com/charmbracelet/bubbletea in /src
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.27.0...v0.27.1)

---
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>
2024-08-23 01:05:47 +00:00
L. Yeung 8f6aa125a5 fix(elvish): improve robustness of initialization
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-08-22 20:02:13 +02:00
Jan De Dobbeleer 7486558436 fix(bash): escape executable
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
resolves #5496
2024-08-22 13:25:00 +02:00
thep0y b7864bb415
feat(http): use standard library proxy resolution 2024-08-22 08:33:01 +02:00
Jan De Dobbeleer a0dffad62d fix(notice): check connection using ohmyposh.dev
resolves #5485
2024-08-21 09:50:37 +02:00
dependabot[bot] bffde60751 chore: bump github.com/charmbracelet/bubbles in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Changelog](https://github.com/charmbracelet/bubbles/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbles/compare/v0.18.0...v0.19.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-08-21 00:52:33 +00:00
dependabot[bot] 03b526b96d chore: bump github.com/charmbracelet/lipgloss in /src
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.12.1...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 00:52:20 +00:00
Clement Yan 4bcba545d9
fix(pwsh): do not clear after valid and error lines 2024-08-20 16:38:34 +02:00
Jan De Dobbeleer f816e41df9 fix(bash): revert respect PROMPT_COMMAND as an array 2024-08-19 08:20:40 +02:00
Jan De Dobbeleer db0cd9519b fix(bash): avoid unexpected expansions in Bash/Zsh
resolves #5468
2024-08-19 08:20:40 +02:00
dependabot[bot] c07f5b2488 chore: bump github.com/charmbracelet/bubbletea in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.26.6 to 0.27.0.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.26.6...v0.27.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>
2024-08-19 01:05:28 +00:00
L. Yeung 9a1bbe143e fix(shell): avoid unexpected expansions in Bash/Zsh
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-08-18 20:11:59 +02:00
L. Yeung 5779f6ecb8 fix(bash): respect PROMPT_COMMAND as an array 2024-08-18 19:53:21 +02:00
L. Yeung 1510d207a2 refactor(font): remove unnecessary string formatting
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-08-17 10:18:44 +02:00
L. Yeung 2450bb0d6c refactor(battery): use syscall.SyscallN calls 2024-08-17 10:18:44 +02:00
Bohdan Dorokhin 67deabffda
fix(sitecore): replace HasFiles with HasFilesInDir
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-08-13 08:21:55 +02:00
dependabot[bot] 8ff47c7f65 chore: bump golang.org/x/sys from 0.23.0 to 0.24.0 in /src
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/sys/compare/v0.23.0...v0.24.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-08-12 00:26:46 +00:00
Jan De Dobbeleer 39b7615aac fix(toml): remove unsupported schema definition 2024-08-09 11:37:05 +02:00
L. Yeung 90aada5187 fix(path): apply style correctly
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-08-08 10:05:14 +02:00
dependabot[bot] 70d6f73d83 chore: bump golang.org/x/image from 0.18.0 to 0.19.0 in /src
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/image/compare/v0.18.0...v0.19.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>
2024-08-07 00:24:24 +00:00
L. Yeung 2f5f59b5d2 feat(fish): support on-demand prompt re-rendering
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-08-06 18:22:45 +02:00
L. Yeung 9bcc084787 refactor(pwsh): pass only non-filesystem path to pswd
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-08-06 14:26:38 +02:00
L. Yeung 485f45c496 feat(template): add .PSWD 2024-08-06 14:26:38 +02:00
dependabot[bot] 2000811db0 chore: bump golang.org/x/mod from 0.19.0 to 0.20.0 in /src
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/mod/compare/v0.19.0...v0.20.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-08-05 00:56:22 +00:00
dependabot[bot] 77dddf8380 chore: bump golang.org/x/sys from 0.22.0 to 0.23.0 in /src
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.23.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-08-05 00:56:14 +00:00
Jan De Dobbeleer 0f66661f6e fix(writer): correct width calculation for emoji's 2024-08-04 20:38:09 +02:00