2023-04-22 23:03:38 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 14.32.1
v14.32.1
Bug Fixes
- xonsh: do not print hyperlink ANSI (9239b26)
- xonsh: use string literal for config path (a5274b7)
v14.32.0
Features
- allow segment to override global properties (287f183)
v14.31.7
Bug Fixes
- do not quote config for elvish and xonsh (b2e1b04), closes #3740 #3739
v14.31.6
Bug Fixes
- pwsh: erase a previous tooltip before a new one is rendered (8d8d06d)
v14.31.5
Bug Fixes
- xonsh: do not use cat to capture string output (2417960), closes #3739
v14.31.4
Bug Fixes
- cmd: do not cache an empty tooltip (1474979)
- fish: do not prevent entering space characters on empty buffer (770d199)
- pwsh: remove cached tip command when rendering a new prompt (7368c65)
- tooltip: check only the first word of command line (14f0123)
v14.31.3
Bug Fixes
- font: improve font download timeouts (2452475)
|
2023-04-20 20:11:35 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 14.31.2. From the changelog:
Bug Fixes:
- battery: map to Full when at 100% on darwin, closes #3729
- fish: get last element from history, closes #3632
Features:
- path: add colored full path
|
2023-04-15 23:32:30 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 14.30.0
Features
- transient: add Filler (cdc560c)
|
2023-04-14 23:14:40 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 14.29.3
v14.29.3
Bug Fixes
- tooltips: improve behaviour when using zsh-autosuggestions (94fa706)
v14.29.2
Bug Fixes
- unity: handle index correctly (794bd5e), closes #3711
|
2023-04-11 17:22:10 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Fix Solaris build.
|
2023-04-11 17:04:28 by Amitai Schleier | Files touched by this commit (5) |  |
Log message:
Update to 14.29.1. From the changelog:
Bug Fixes:
- ansi: only clear background on inline overrides, closes #3699
- nushell: update syntax to for v0.78.0
- font: ignore enter while downloading font list
- wsl: look for existance of wslpath, closes #3657
- platform: detect WSL via /proc/version
- shell: sync PWD creation, closes #3646
- git: parse remote URL correctly, closes #3641
- path: return early when powerlevel is < max_width, closes #3607
- debug: output shell and version
- fish: bind keys to all modes, closes #3625
- pwsh: clear line after extra prompts, closes #3628
- pwsh: print upgrade notice in UTF8, closes #3606
- release: add git user
Features:
- add support for NetBSD (thanks bsiegert@!)
- sapling: identify new repo without commits
- argocd: add context segment
- log: add segment info
- properties: log properties information
- template: add parsed SHLVL
- exit: add exit codes 64-78, closes #3658
- xonsh: add version
- project: support PowerShell modules, closes #3636
- cftarget: add display_mode
- font: allow installation of local zip files
- diamond: merge segments on empty leading_diamond, closes #3623
- enable/disable true color per terminal
- debug: add plain support, closes #3612
- path: add powerlevel style, closes #3607
The last portability problem (that I'm aware of) is needing some code to
parse Illumos battery status.
|
2023-04-07 02:32:56 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Get closer to building on NetBSD and Tribblix. (Someone will need to
write more platform-specific battery-reporting code at some point.) One
build failure left, I think. Still packages on Linux and macOS.
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) |  |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-17 12:23:57 by Amitai Schleier | Files touched by this commit (3) |  |
Log message:
Update to 14.14.3. From the changelog:
- go: update dependencies
- yaml: parse float64 from uint64, closes #3591
|
2023-03-15 17:47:08 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Add oh-my-posh: Prompt theme engine for any shell
Oh My Posh is a blazing fast cross platform/shell prompt renderer. Features:
- Shell and platform agnostic
- Easily configurable
- The most configurable prompt utility
- Fast
- Secondary prompt
- Right prompt
- Transient prompt
|