2023-05-11 16:28:03 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 16.4.0. From the changelog:
Bug Fixes:
- winget: add installer switches (ca0a9c0)
- owm: adjust icons outside of the MD range (dc085ab)
- font: migrate away from material icons (c579759), closes #3818
- image: add background reset sequence (865374a)
- font: install all fonts in zip file (c5feb08)
- windows: respect flag lengths (ddd4eca)
Features:
- image: cache font instead of embedding (0f7c103)
- python: add support for pyvenv.cfg prompt (8f03f41)
- linux: add installation script (221cd7b), closes #3815
- path: respect folder_separator_icon in a colon-trailed root (4b71c2b)
|
2023-05-08 19:29:37 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 16.0.0
Bug Fixes
- cache: only store template cache on primary and transient (b51d1de)
Features
- font: update to Nerd Font V3 (9663a29)
BREAKING CHANGES
- font: 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-07 08:46:48 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 15.5.0
v15.5.0
Features
- windows: add installation method (4cae83c), closes #3799
v15.4.3
Bug Fixes
- notice: update brew command (0a5230c), closes #3785
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) |  |
Log message:
Revbump all Go packages after go120 security update
|
2023-05-05 09:52:08 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 15.4.2
Bug Fixes
- millis: do not create env (289ca41)
|
2023-05-03 09:28:31 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 15.4.1
Bug Fixes
- font: correct feedback on error (cef5def), closes #3782
|
2023-04-27 23:00:45 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 15.4.0
Bug Fixes
- path: validate index before assignment (f0c88ef), closes #3768
Features
- themes: added go, python and rust to kushal theme (156c99c)
|
2023-04-27 09:17:18 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 15.3.0
Features
- path: allow coloring the folder_separator_icon on cycle (66ca5cc)
|
2023-04-24 17:43:34 by Amitai Schleier | Files touched by this commit (3) |  |
Log message:
Update to 15.2.0. From the changelog:
BREAKING CHANGES:
- sysinfo: 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.
Bug Fixes:
- sysinfo: remove CPU context, closes #3730
Features
- go: update dependencies
- go: update to 1.20.3
|
2023-04-23 10:28:09 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 14.32.2
Bug Fixes
- pwsh: do not render a transient prompt when text is selected (17da877)
|