Releases: fran-f/keypirinha-terminal-profiles
Releases · fran-f/keypirinha-terminal-profiles
Open new tabs
Fix custom profiles definition
Support file: protocol for profile icon paths
Load custom profile icons
The plugin can now load icons for profile that specify a custom one, pointing to a file on the system.
It should also do a better job loading Windows Terminal's JSONC settings, in case they contain trailing commas.
Support Stable and Preview
Adds support for multiple installations of Windows Terminal. Stable and Preview are enable by default, and new ones can be added in the configuration file.
Note: the configuration file format has changed, and you might have to re-apply your settings.
Validate profiles
Fixes an issue with profiles containing insufficient details.
To add a profile to the catalog, it should have at least a guid
and a name
field.
Read settings with the right method
Fixes an initialization bug.
Run as Administrator
A new action lets you open a Windows Terminal profile as Administrator.
Support flat and nested profile lists
Initial version
v1.0 Add README file