Releases: ivogabe/Brackets-Icons
Releases · ivogabe/Brackets-Icons
v1.5.7 - pug and eslintrc
v1.5.6 - JSX and D
v1.5.5 - Fixed user defined icons
- Fixed an issue with user defined icons (#97)
v1.5.4 - Added haskell and csv
New extensions:
.hs
.csv
.tsv
v1.5.3 - Support for longer extensions (.foo.bar)
- Added support for matching longer extensions (.d.ts, .babel.js)
- Filenames / extensions are now case-insensitive
v1.5.2 - Bug fix
- Removed an infinite loop for unknown dot files (example:
.unknown
, #89) - Improved behavior when a filename contains both unknown as known extensions were (#88)
If you have issues updating to 1.5.2, because Brackets doesn't respond any more due to the infinite loop, you should first remove Brackets Icons (ivogabe.icons
) from the extensions directory:
- Mac:
~/Library/Application Support/Brackets/extensions/user
- Win:
C:\Users\<user>\AppData\Roaming\Brackets\extensions\user
- Linux:
~/.config/brackets/extensions/user
v1.5.1 - Improve secondary icons
Different icon sets & secondary icons
- Ability to choose an icon set (Ionicons or Devicons)
- Secondary icons (example:
foo.min.js
(min
is a secondary icon),gulpfile.js
(gulpfile
is a secondary icon)
New extensions:
.mf
(Manifest).qml
.pro
(project)
v1.4.1 - Visual Studio files
New icons:
- csproj, vbproj
- sln
- exe, dll
- hbs (handlebars)
v1.4.0 - Customization
You can now customize Brackets-Icons with your own icons! #68
New extensions: .es6, .ctp