Releases: devblackops/Terminal-Icons
Releases · devblackops/Terminal-Icons
v0.11.0
[0.11.0] 2023-07-05
Added
- #104 Migrate to Nerd Font v3 (via @Tiberriver256
- #92 - Add icon and color for
artifacts
wellknown folder (via @wangkanai) - #91 - Add icons and colors for
demo
andsample
wellknown folders (via @wangkanai) - #90 - Add icon and color for
benchmark
wellknown folder (via @wangkanai) - Add glyphs from Nerd Font v2.2.0 (must have a Nerd Font >= 2.2.0 installed to see these)
- Add icon and color for Puppet (.pp and .epp)
- Add icon and color for bicep (.bicep)
- Add icon and color for
output
wellknown folder - Add icon and color for Scala (.scala, .sc)
- Add icon and color for Autodesk Inventor (.iLogicVb)
v0.10.0
[0.10.0] 2022-07-06
Added
- #80 - Added light color theme
devblackops_light
(via @TamKengHong) - Add icon and color for Julia language file (.jl)
- Add icon and color for and Vim (.vim)
- Add icon and color for Sass (.scss)
Fixed
- #68 Symlink rendering on Windows PowerShell
v0.9.0
[0.9.0] 2022-01-27
Added
- Add icon and color for R language files (.R, .Rmd, and .Rproj)
v0.8.0
[0.8.0] 2021-12-15
Added
- #60 Add support for Gradle (*.gradle and gradlew) files (via @Hexeption)
- #58 Add support for Jupyter notebook (*.ipynb) files (via @gaardhus)
v0.7.1
[0.7.1] 2021-11-22
Fixed
- Set default preferences if the preferences XML file cannot be parsed for any reason.
v0.7.0
v0.5.1
[0.5.1] 2021-05-21
Added
- Add icon for
gruntfile.js
Changed
- Theme files and preferences are now stored in the directory defined by
$env:XDG_CONFIG_HOME
(if it exists) on Linux and macOS. If not defined, the default of$HOME/local/share/powershell/Community/Terminal-Icons
is still used. Get-TerminalIconsGlyphs
now returns glyphs sorted by name
v0.5.0
[0.5.0] 2021-04-20
Added
- #PR35 Add
Get-TerminalIconsGlyphs
andSet-TerminalIconsIcon
functions (via @tillig)Get-TerminalIconsGlyphs
returns the list of glyphs availableSet-TerminalIconsIcon
set a specific icon in the current icon theme or allows for swapping one glyph for another. Changes are not persisted between PowerShell sessions.
Fixed
- Replace glyphs that are causing alignment issues
- Fixed module import error when user directory containing saved themes did not exist
v0.4.0
[0.4.0] 2021-04-18
Added
- #PR27 Add icon for Umbraco .NET CMS common folder (via @warrenbuckley)
- #PR30 Add
.gitconfig
and.vscode-insiders
icons/colors (via @MJECloud) - Added function
Set-TerminalIconsTheme
to set icon/color theme. Existing functionsSet-TerminalIconsColorTheme
andSet-TerminalIconsIconTheme
have been deprecated and will be removed in a later version - Added function
Remove-TerminalIconsTheme
to remove an icon or color theme
Changed
- Minimum PowerShell verison is now
5.1
Fixed
- Adding a new icon or color theme no longer raises errors