Skip to content

Latest commit

History

History
241 lines (156 loc) 路 11.7 KB

CHANGELOG.md

File metadata and controls

241 lines (156 loc) 路 11.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[1.0.24] - 2021-09-30

  • Updated vscode-icons to 11.6.0
    • Over 200 new filenames, folders and extension
    • Over 20 new icons

[1.0.23] - 2021-02-13

[1.0.22] - 2020-06-30

Fixes

  • Fixed new github UI design #21

[1.0.21] - 2020-06-20

Fixes

Changed

  • Updated vscode-icons to 10.1.1 changelog. Since last version (9.3.0), there are
    • over 180 new filenames and extensions
    • over 60 new folders
    • 142 new icons and 51 changed

[1.0.20] - 2020-02-24

Fixes

[1.0.19] - 2019-05-20

Fixes

Changed

  • Added support for symlink directory (octicon-file-symlink-directory)
  • Added better error reporting
    • In console, you can see better error messages
    • If icon cannot be set, leave loading icon

[1.0.18] - 2019-04-26

Fixes

[1.0.17] - 2019-04-23

Changed

[1.0.16] - 2019-04-12

Changed

  • Updated vscode-icons to 8.5.0 changelog
  • Over 122 new icons

[1.0.14] - 2018-09-12

Fixes

  • vscode-icons not showing after latest GH update

[1.0.13] - 2018-08-02

Changed

Fixes

  • Filenames like Jenkinsfile, which are defined by vscode language extension, now works

[1.0.12] - 2018-06-07

Changed

  • Updated vscode-icons to 7.23.0, added 15 new icons changelog

[1.0.11] - 2018-05-02

Fixes

  • Showing loading icon instead of file icon in Gitlab
  • Loading icon in Bitbucket

[1.0.10] - 2018-03-23

Changed

  • Updated vscode-icons to 7.22.0, added 13 new icons changelog

[1.0.9] - 2018-03-18

Changed

[1.0.8] - 2018-02-18

Added

Changed

  • Updated vscode-icons to 7.19.0, added 25 new icons, read more at vscode-icons changelog
  • Changed structure of project to be more abstract for several web-based GIT hostings (Github, Gitlab, Bitbucket and Gist) and even for Pastebin

Fixes

  • [Github] no icon for submodule
  • [Github] temporally fixed bug with symlink files
  • [Github] not showing file icons

[1.0.6] - 2017-10-29

  • updated vscode-icons to 7.17.0, added 24 new icons, read more at vscode-icons changelog
  • changed orange logo back to blue one, read more about this change at vscode blogpost

[1.0.5] - 2017-10-24

Changed

  • vscode-icons updated to 7.16.0, added 25 new icons, read more at vscode-icons changelog

[1.0.4] - 2017-10-20

Changed

  • Blue logo to orange one, read more about this change at vscode blogpost
  • Name of extension from vscode-github-icons to github-vscode-icons in chrome store
  • Project Structure, now is more readable and better self-explanatory
  • Better performance (~25%) thanks to optimizing getIcons functions

Added

  • Support for filenames with several extensions like content.js.map, index.test.tsx, etc
  • Opera browser extension
  • Loading icon when vscode-icons is loading
  • Test for getIcons functions

[1.0.3] - 2017-10-10

Fixes

  • Showing light version of icons should work correctly

[1.0.2] - 2017-10-08

Fixes

  • Icons are now showed properly in github repo tree

Added

  • Travis Support

Changed

[1.0.1] - 2017-10-06

Added

  • Showing icons on gist.github
  • This changelog file
  • CREDITS.md

Changed

  • Script is running on proper GH pages (so it'll no trying to render file icons on account settings page)

[1.0.0] - 2017-10-03

  • Initial version