Skip to content

Releases: moimart/hyper-folder-icon

Untested Windows Support

25 May 09:09
Compare
Choose a tag to compare

Support for Windows added but untested

Configuration Options and Volume folder fix

20 May 08:19
8eca802
Compare
Choose a tag to compare

This release allows for the configuration of the icon:

  • tabIconSize: default 24 -> Integer (Note: This is a pixel value)
  • tabIconAlpha: default 1.0 -> Float
  • tabIconTopMargin: default -30 -> Integer (Note: This is a pixel value)
  • tabIconLeftMargin: defatul 10 -> Integer (Note: This is a percentage value)

It also fixes icon fetch of additional /Volumes folders

NPM version

19 May 06:02
Compare
Choose a tag to compare

This first release only supports MacOS. Bumped version to add missing files for npm publishing

Features for MacOS:

  • Show icon of current folder if custom icon has been applied to the folder
  • Show Volume icon of the HD if the folder does not have a custom icon
  • Show Volume icon of additional Volumes if a custom icon has been applied to the Volume
  • Show App icon if inside of the .app folder
  • Show a default icon if no icon can be found

First release supporting MacOS

19 May 05:57
Compare
Choose a tag to compare

This first release only supports MacOS.

Features for MacOS:

  • Show icon of current folder if custom icon has been applied to the folder
  • Show Volume icon of the HD if the folder does not have a custom icon
  • Show Volume icon of additional Volumes if a custom icon has been applied to the Volume
  • Show App icon if inside of the .app folder
  • Show a default icon if no icon can be found