Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed Sep 12, 2018
1 parent 9db4a48 commit 4ad9084
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [1.0.14] - 2018-09-12

### Fixes

- vscode-icons not showing after latest GH update

## [1.0.13] - 2018-08-02

### Changed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@

**Download For:**
[![chrome-favicon](build/favicons/chrome-favicon.png) Chrome](https://chrome.google.com/webstore/detail/vscode-github-icons/hoccpcefjcgnabbmojbfoflggkecmpgd?utm_source=github),
[![firefox-favicon](build/favicons/firefox-favicon.png) Firefox](https://addons.mozilla.org/en-GB/firefox/addon/github-vscode-icons/)
![opera-favicon](build/favicons/opera-favicon.png) *Opera*

**Supported websites:**
![github-favicon](build/favicons/github-favicon.ico) Github (also Gist),
![gitlab-favicon](build/favicons/gitlab-favicon.ico) Gitlab,
![bitbucket-favicon](build/favicons/bitbucket-favicon.ico) Bitbucket (WIP),
<!-- ![bitbucket-favicon](build/favicons/bitbucket-favicon.ico) Bitbucket (WIP), -->
![pastebin-favicon](build/favicons/pastebin-favicon.ico) Pastebin,
![sourceforge-favicon](./build/favicons/sourceforge-favicon.ico) SourceForge

Expand Down
Binary file added build/favicons/firefox-favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.13",
"version": "1.14",
"author": "Daniel Derevjanik <[email protected]>",
"offline_enabled": true,
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ManifestChrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const manifest = {
'48': 'icon48.png',
'16': 'icon16.png'
},
version: '1.13',
version: '1.14',
author: 'Daniel Derevjanik <[email protected]>',
offline_enabled: true,
browser_action: {
Expand Down

0 comments on commit 4ad9084

Please sign in to comment.