Skip to content

Commit

Permalink
Performance improvements, preference functions, and display improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Nov 7, 2023
1 parent 9471840 commit 6565610
Show file tree
Hide file tree
Showing 45 changed files with 52,013 additions and 270 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.12.0] Unreleased

### Fixed

- Module load time is improved due to pre-processing theme files

### Added

- Add `Get-TerminalIconsPreference` function to retrieve current module preferences
- Add `Set-TerminalIconsPreference` function to set module preferences
- Add ability to format file/folder date times in difference formats and display in either local or UTC time
- Add ability to display file sizes in KB, MB, or GB
- Add ability to display file/folder name in normal, bold, italic, or underlined font
- Add icon and color for wellknown file `jenkinsfile`.
- Add icon and color for c++ files (.cxx and .c++)
- Add icon and color for wellknown file `makefile`.
- Add icon and color for svelte files (.svelte).
- Add icon and color for generic database files (.db)
- Add icon and color for Scala Build Tool files (.sbt)

### Changed

- On MacOS and Linux, display the `UnixMode` property instead of `Mode`. Also display the `User`, and `Group` properties

## [0.11.0] 2023-07-05

### Added
Expand Down
5,071 changes: 5,071 additions & 0 deletions Terminal-Icons/Data/colorSequences.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 6565610

Please sign in to comment.