Jan De Dobbeleer
9663a29fe6
feat(font): update to Nerd Font V3
...
BREAKING CHANGE: this deprecates support for Nerd Font V2 and
requires a compatible V3 Nerd Font. Note for users experiencing
issues with icons, update to the latest Nerd Font of your choice
2023-05-08 13:33:59 +02:00
Jan De Dobbeleer
4cae83ced1
feat(windows): add installation method
...
resolves #3799
2023-05-06 20:32:21 +02:00
Jan De Dobbeleer
0a5230c8ca
fix(notice): update brew command
...
resolves #3785
2023-05-06 20:11:26 +02:00
Jan De Dobbeleer
289ca41709
fix(millis): do not create env
2023-05-04 10:51:32 +02:00
Jan De Dobbeleer
cef5def472
fix(font): correct feedback on error
...
resolves #3782
2023-05-02 17:36:48 +02:00
Jan De Dobbeleer
f0c88efb40
fix(path): validate index before assignment
...
resolves #3768
2023-04-27 20:07:04 +02:00
Jan De Dobbeleer
66ca5ccf1f
feat(path): allow coloring the folder_separator_icon on cycle
2023-04-25 20:42:12 +02:00
Jan De Dobbeleer
3562e54a16
feat(go): update dependencies
2023-04-24 10:37:54 +02:00
Jan De Dobbeleer
1e597a7c51
chore(template): add test cases to cleanTemplate
2023-04-24 09:14:50 +02:00
Jan De Dobbeleer
077e538500
fix(sysinfo): remove CPU context
...
BREAKING CHANGE: this property isn't used in any of the themes and it's
incorrect as fetching CPU information requires a timer which we don't
want to use as it will make rendering the prompt slower
For users who migrate to this version, remove the .CPU property from
the sysinfo segment's template in case you have that set.
resolves #3730
2023-04-24 09:08:11 +02:00
L. Yeung
17da877767
fix(pwsh): do not render a transient prompt when text is selected
2023-04-23 07:44:46 +02:00
Jan De Dobbeleer
9239b26209
fix(xonsh): do not print hyperlink ANSI
2023-04-22 21:41:06 +02:00
Jan De Dobbeleer
a5274b7ee0
fix(xonsh): use string literal for config path
2023-04-22 21:41:06 +02:00
Jan De Dobbeleer
a1b95a0274
refactor: split engine logic
2023-04-22 21:41:06 +02:00
L. Yeung
6c181c1120
refactor(pwsh): move tooltip erasure logic to engine
2023-04-22 17:46:41 +02:00
Jan De Dobbeleer
287f183244
feat: allow segment to override global properties
2023-04-22 12:18:09 +02:00
Jan De Dobbeleer
b2e1b041e3
fix: do not quote config for elvish and xonsh
...
resolves #3740 #3739
2023-04-22 08:59:04 +02:00
L. Yeung
8d8d06d4c8
fix(pwsh): erase a previous tooltip before a new one is rendered
2023-04-22 08:07:49 +02:00
Jan De Dobbeleer
2417960c22
fix(xonsh): do not use cat to capture string output
...
resolves #3739
2023-04-21 22:15:58 +02:00
L. Yeung
14f012308e
fix(tooltip): check only the first word of command line
2023-04-21 20:49:03 +02:00
L. Yeung
7368c6541e
fix(pwsh): remove cached tip command when rendering a new prompt
2023-04-21 20:49:03 +02:00
L. Yeung
1474979804
fix(cmd): do not cache an empty tooltip
2023-04-21 20:49:03 +02:00
L. Yeung
770d1994bc
fix(fish): do not prevent entering space characters on empty buffer
2023-04-21 20:49:03 +02:00
Iavael
2452475d8c
fix(font): improve font download timeouts
2023-04-21 18:20:11 +02:00
Jan De Dobbeleer
41e90d66c8
fix(battery): map to Full when at 100% on darwin
...
resolves #3729
2023-04-20 08:42:48 +02:00
Jan De Dobbeleer
d5b0886aea
fix(fish): get last element from history
...
resolves #3632
2023-04-20 07:18:07 +02:00
Jan De Dobbeleer
facc24d290
feat(path): add colored full path
2023-04-20 07:07:07 +02:00
Jan De Dobbeleer
cdc560c7bd
feat(transient): add Filler
2023-04-15 18:01:25 +02:00
kema-dev
94fa70675a
fix(tooltips): improve behaviour when using zsh-autosuggestions
2023-04-14 20:33:17 +02:00
Jan De Dobbeleer
794bd5ea09
fix(unity): handle index correctly
...
resolves #3711
2023-04-14 16:20:26 +02:00
Jan De Dobbeleer
3baf41e051
fix(ansi): only clear background on inline overrides
...
resolves #3699
2023-04-09 19:14:17 +02:00
Jan De Dobbeleer
2d0ee8c8ab
feat(sapling): identify new repo without commits
2023-04-08 11:07:36 +02:00
Benny Siegert
7c1b8cc51b
feat: add support for NetBSD
2023-04-07 20:28:21 +02:00
Jason Zhang
ddec1197df
feat(argocd): add context segment
2023-04-07 10:00:49 +02:00
Jan De Dobbeleer
5bf3d613ae
feat(log): add segment info
2023-04-05 21:06:44 +02:00
Jan De Dobbeleer
1f59e3d420
feat(properties): log properties information
2023-04-05 21:06:44 +02:00
Marc Espín
7e04bdc9f7
fix(nushell): update syntax to for v0.78.0
2023-04-05 13:43:26 +02:00
Jan De Dobbeleer
9f5ff92676
fix(font): ignore enter while downloading font list
2023-04-04 07:14:20 +02:00
Jan De Dobbeleer
8fe6dd2dcf
feat(template): add parsed SHLVL
2023-04-02 19:33:30 +02:00
Jan De Dobbeleer
3f4f42cc09
fix(wsl): look for existance of wslpath
...
resolves #3657
2023-03-31 21:17:00 +02:00
Jan De Dobbeleer
e6a99c5a52
feat(exit): add exit codes 64–78
...
resolves #3658
2023-03-31 21:17:00 +02:00
L. Yeung
ea19410f23
fix(platform): detect WSL via /proc/version
2023-03-30 19:31:23 +02:00
Jan De Dobbeleer
4e19379e19
fix(shell): sync PWD creation
...
relates to #3646
2023-03-30 12:33:29 +02:00
Jan De Dobbeleer
16c0ba55bc
feat(xonsh): add version
2023-03-30 12:33:29 +02:00
Jan De Dobbeleer
d8f1c4c942
feat(project): support PowerShell modules
...
resolves #3636
2023-03-29 21:22:14 +02:00
Jan De Dobbeleer
17bd13b0fc
feat(cftarget): add display_mode
2023-03-28 20:21:56 +02:00
Jan De Dobbeleer
7083cac3f1
feat(font): allow installation of local zip files
2023-03-28 19:37:35 +02:00
Jan De Dobbeleer
4eb1d0b1d6
fix(git): parse remote URL correctly
...
resolves #3641
2023-03-28 09:44:20 +02:00
Jan De Dobbeleer
96868bfd4f
fix(path): return early when powerlevel is < max_width
...
resolves #3607
2023-03-27 17:00:13 +02:00
Jan De Dobbeleer
972ebd4805
fix(debug): output shell and version
2023-03-26 17:33:03 +02:00