allcontributors[bot]
5441a2cd74
docs: update website/docs/contributors.md [skip ci]
2024-07-11 20:52:21 +02:00
EDIflyer
1d72a19694
fix(image): export with correct file name
2024-07-11 20:51:51 +02:00
Polo
31d5de095e
fix(zsh): widget decoration when non-existent
...
This commit fixes commit f72c1464ab
.
When the widget is undefined, we need to define it instead of decoraring
it.
This PR also makes the logic more robust and in case the decoration
function is used in other cases, expand its usage.
2024-07-11 19:38:48 +02:00
allcontributors[bot]
816ac87dc3
docs: update .all-contributorsrc [skip ci]
2024-07-11 07:47:28 +02:00
allcontributors[bot]
e8f492ce76
docs: update website/docs/contributors.md [skip ci]
2024-07-11 07:47:28 +02:00
Polo
f72c1464ab
fix(zsh): decorate user-defined zsh widget
...
resolves #5193
2024-07-11 07:47:00 +02:00
L. Yeung
ad34a6e530
docs(fish): lower version requirement
2024-07-11 07:32:36 +02:00
L. Yeung
66f1347357
fix(shell): avoid unnecessary CLI calls for prompt repaint
2024-07-11 07:32:36 +02:00
dependabot[bot]
dbc5da5800
chore: bump actions/setup-go from 5.0.1 to 5.0.2
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](cdcb360436...0a12ed9d6a
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-11 00:48:03 +00:00
dependabot[bot]
18ff71a6ab
chore: bump github.com/charmbracelet/lipgloss in /src
...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss ) from 0.11.0 to 0.11.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.11.0...v0.11.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-07-11 00:16:39 +00:00
Jan De Dobbeleer
1d38f36a14
fix(prompt): align right block logic with rprompt
...
resolves #5220
2024-07-10 10:11:48 +02:00
dependabot[bot]
8767dc3252
chore: bump github.com/gookit/goutil from 0.6.15 to 0.6.16 in /src
...
Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil ) from 0.6.15 to 0.6.16.
- [Release notes](https://github.com/gookit/goutil/releases )
- [Commits](https://github.com/gookit/goutil/compare/v0.6.15...v0.6.16 )
---
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-07-10 01:02:04 +00:00
dependabot[bot]
4758a0fc1c
chore: bump actions/setup-node from 4.0.2 to 4.0.3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](60edb5dd54...1e60f620b9
)
---
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-07-10 01:00:21 +00:00
Jan De Dobbeleer
d9c2fbb784
fix(install): release file lock before return
2024-07-09 22:36:18 +02:00
allcontributors[bot]
b8180b197c
docs: update .all-contributorsrc [skip ci]
2024-07-09 15:34:54 +02:00
allcontributors[bot]
53636e8596
docs: update website/docs/contributors.md [skip ci]
2024-07-09 15:34:54 +02:00
Jonathan Dickinson
f1cd2fb2a9
docs: add FAQ entry for accessing the fish bind mode
...
Adds a FAQ entry demonstrating how to access the fish bind mode using
`set_poshcontext`.
2024-07-09 15:34:19 +02:00
Jan De Dobbeleer
9bbd91b1b9
feat(build): sign windows binaries on release
2024-07-09 15:18:07 +02:00
allcontributors[bot]
df37796147
docs: update .all-contributorsrc [skip ci]
2024-07-09 09:25:49 +02:00
allcontributors[bot]
41f977a417
docs: update website/docs/contributors.md [skip ci]
2024-07-09 09:25:49 +02:00
edwin-shdw
d6ee191140
docs(faq): fix grammar and typos
2024-07-09 09:25:18 +02:00
Jan De Dobbeleer
3d0c85b211
feat(git): follow symlinks for git dir
2024-07-09 09:23:03 +02:00
Jan De Dobbeleer
4d3fe566e8
fix(nu): validate config field before manipulation
...
resolves #5230
2024-07-09 09:23:03 +02:00
L. Yeung
d5ec96fef0
fix(bash): cache pipe status correctly
2024-07-09 06:48:05 +02:00
Jan De Dobbeleer
cff836395e
chore(devcontainer): remove empty config flag
2024-07-08 17:03:41 +02:00
Polo
99c933a6a4
chore(devcontainer): compatibility with podman
...
Podman is stricter than Docker.
Modify devcontainer.json so that it is possible to start the
devcontainer with podman. Also make sure that SELinux label are dropped
within the container otherwise the workspace is unusable.
These changes remain compatible with Docker.
_Note_ podman needs the option --userns=keep-id. However this would make
Docker break as it is an unsupported user mode. The solution is to add
this option to /etc/containers/container.conf.
2024-07-08 17:03:41 +02:00
Jan De Dobbeleer
507f296124
docs(bash): highlight broken powerline in Git Bash
2024-07-08 16:53:01 +02:00
Jan De Dobbeleer
b63009d3ff
fix(notice): extend timeout to 5 seconds
2024-07-08 16:53:01 +02:00
Jan De Dobbeleer
a65abd25a5
fix(bash): native rprompt
...
resolves #5221
2024-07-08 16:53:01 +02:00
Jan De Dobbeleer
b103581ed6
refactor(prompt): explicitly enable cursor positioning
2024-07-08 16:53:01 +02:00
dependabot[bot]
a2ee64f3b9
chore: bump actions/upload-artifact from 4.3.3 to 4.3.4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65462800fd...0b2256b8c0
)
---
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-07-08 01:09:35 +00:00
Jan De Dobbeleer
4c3110f3e5
fix(upgrade): stop spinner correctly
2024-07-06 15:12:25 +02:00
Jan De Dobbeleer
e9119d4a2d
fix(progress): do not escape sequence
...
resolves #5215
2024-07-06 10:33:36 +02:00
Jan De Dobbeleer
37b8e55131
fix(upgrade): stop progress before exit
...
resolves #5213
2024-07-06 10:33:36 +02:00
Jan De Dobbeleer
8b6933160a
feat(transient): allow setting a newline
2024-07-06 10:33:36 +02:00
Jan De Dobbeleer
67b7e6a959
chore(website): update dependencies
2024-07-05 12:31:42 +02:00
Jan De Dobbeleer
f891a26fe9
docs(sidebar): restructure segment layout
...
resolves #5171
2024-07-05 12:31:42 +02:00
Jan De Dobbeleer
6aca58eef9
chore: add winget configuration for development
...
resolves #5054
2024-07-05 09:07:05 +02:00
dependabot[bot]
f0305cefcf
chore: bump golang.org/x/mod from 0.18.0 to 0.19.0 in /src
...
Bumps [golang.org/x/mod](https://github.com/golang/mod ) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/mod/compare/v0.18.0...v0.19.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-07-05 00:26:50 +00:00
dependabot[bot]
2782414156
chore: bump golang.org/x/sys from 0.21.0 to 0.22.0 in /src
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/sys/compare/v0.21.0...v0.22.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-07-05 00:26:31 +00:00
Jan De Dobbeleer
ae35995c0d
fix(upgrade): enable auto-upgrade on init
...
resolves #5206
2024-07-04 23:13:34 +02:00
Jan De Dobbeleer
23b314879b
fix(yaml): parse colors correctly
2024-07-04 21:55:20 +02:00
Jan De Dobbeleer
45472c82d2
docs(contributing): update source file locations
2024-07-04 21:55:20 +02:00
Jan De Dobbeleer
fc8ba361a9
chore(upgrade): add inline documentation
2024-07-04 21:55:20 +02:00
Jan De Dobbeleer
b6729ff414
feat(install): validate file signature before installation
2024-07-04 20:02:37 +02:00
Jan De Dobbeleer
0829afb478
feat(build): update key algorithm
2024-07-04 17:04:37 +02:00
Jan De Dobbeleer
51e4faf557
fix(engine): reset segments after write
...
resolves #5202
2024-07-04 14:30:23 +02:00
Jan De Dobbeleer
b97ea11059
chore(build): configure correct go.mod cache path
2024-07-04 14:30:23 +02:00
Jan De Dobbeleer
e0bfa06c8c
fix(release): add all checksum files
2024-07-04 11:35:22 +02:00
Jan De Dobbeleer
ad9a598edd
chore(build): sign checksums with openssl
2024-07-04 11:05:24 +02:00