Skip to content

Releases: devblackops/Terminal-Icons

v0.11.0

06 Jul 04:51
Compare
Choose a tag to compare

[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 and sample 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

07 Jul 06:46
Compare
Choose a tag to compare

[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

28 Jan 06:39
4845cb5
Compare
Choose a tag to compare

[0.9.0] 2022-01-27

Added

  • Add icon and color for R language files (.R, .Rmd, and .Rproj)

v0.8.0

16 Dec 05:57
Compare
Choose a tag to compare

[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

23 Nov 05:07
01a57f5
Compare
Choose a tag to compare

[0.7.1] 2021-11-22

Fixed

  • Set default preferences if the preferences XML file cannot be parsed for any reason.

v0.7.0

11 Nov 06:41
Compare
Choose a tag to compare

[0.7.0] 2021-11-10

Added

  • #53 Add color and icon for handlebar (.hbs) files (via @nikouu)

v0.5.1

21 May 07:12
3f68388
Compare
Choose a tag to compare

[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

21 Apr 06:09
49226e7
Compare
Choose a tag to compare

[0.5.0] 2021-04-20

Added

  • #PR35 Add Get-TerminalIconsGlyphs and Set-TerminalIconsIcon functions (via @tillig)
    • Get-TerminalIconsGlyphs returns the list of glyphs available
    • Set-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

21 Apr 06:08
bda2b8e
Compare
Choose a tag to compare

[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 functions Set-TerminalIconsColorTheme and Set-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

v0.3.0

09 Apr 06:38
ff89838
Compare
Choose a tag to compare

[0.3.0] 2021-04-08

Added

  • Icon and color for symlinks and junctions are now shown, along with the target path.
  • #PR23 Add icons/colors for common folders .aws, .Azure, .kube, and .docker (via @cdhunt)

Fixed

  • Colors/icons for files with more than one extension now have the theme applied.