From fb8e2a7688d4baa32c5db71db2f965c6f0396cdd Mon Sep 17 00:00:00 2001 From: Chrissy Date: Fri, 4 Jan 2019 16:52:31 +0000 Subject: [PATCH 1/7] Update unsplash.svg (#1153) Unsplash has changed their primary logo. I have updated the path. --- icons/unsplash.svg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icons/unsplash.svg b/icons/unsplash.svg index fa058542..13f42b53 100644 --- a/icons/unsplash.svg +++ b/icons/unsplash.svg @@ -1,2 +1 @@ -Unsplash icon - +Unsplash icon From 2612242a3d16c29601838d565a5a33913403b4e9 Mon Sep 17 00:00:00 2001 From: chris48s Date: Sun, 6 Jan 2019 21:05:32 +0000 Subject: [PATCH 2/7] add Scrutinizer CI (#1157) --- _data/simple-icons.json | 5 +++++ icons/scrutinizerci.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/scrutinizerci.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3f506e0b..344c95d2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1930,6 +1930,11 @@ "hex": "1A7BBA", "source": "https://www.scribd.com" }, + { + "title": "Scrutinizer CI", + "hex": "8A9296", + "source": "https://scrutinizer-ci.com" + }, { "title": "Sega", "hex": "0089CF", diff --git a/icons/scrutinizerci.svg b/icons/scrutinizerci.svg new file mode 100644 index 00000000..0f51ceb2 --- /dev/null +++ b/icons/scrutinizerci.svg @@ -0,0 +1 @@ +Scrutinizer icon \ No newline at end of file From 31fe6598625f12b73939c594b3a0a01bebbfb31f Mon Sep 17 00:00:00 2001 From: chris48s Date: Sun, 6 Jan 2019 21:24:07 +0000 Subject: [PATCH 3/7] add Sourcegraph (#1156) * add Sourcegraph * Update simple-icons.json Change Sourcegraph source to base repository, the logo's can be found (currently) in `website/static/sourcegraph` --- _data/simple-icons.json | 5 +++++ icons/sourcegraph.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sourcegraph.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 344c95d2..efdca441 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2050,6 +2050,11 @@ "hex": "535353", "source": "https://sourceforge.net/" }, + { + "title": "Sourcegraph", + "hex": "00B4F2", + "source": "https://github.com/sourcegraph/about" + }, { "title": "SparkFun", "hex": "E53525", diff --git a/icons/sourcegraph.svg b/icons/sourcegraph.svg new file mode 100644 index 00000000..bef45ddc --- /dev/null +++ b/icons/sourcegraph.svg @@ -0,0 +1 @@ +Sourcegraph icon \ No newline at end of file From 1eae489b7526e3d9b6117b56e70421f661ec58ac Mon Sep 17 00:00:00 2001 From: chris48s Date: Mon, 7 Jan 2019 20:55:51 +0000 Subject: [PATCH 4/7] Add Eclipse (#1161) * Add elcipse logo * change name and colour * minify --- _data/simple-icons.json | 5 +++++ icons/eclipseide.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/eclipseide.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index efdca441..61cbcaed 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -595,6 +595,11 @@ "hex": "E53238", "source": "https://go.developer.ebay.com/logos" }, + { + "title": "Eclipse IDE", + "hex": "2C2255", + "source": "https://www.eclipse.org/artwork/" + }, { "title": "Elastic", "hex": "005571", diff --git a/icons/eclipseide.svg b/icons/eclipseide.svg new file mode 100644 index 00000000..3dc22063 --- /dev/null +++ b/icons/eclipseide.svg @@ -0,0 +1 @@ +Eclipse IDE icon \ No newline at end of file From 6409bdb648c7569bf2b9e32372a9dadfec4d8d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Mon, 7 Jan 2019 22:18:22 +0100 Subject: [PATCH 5/7] Refine xmlstarlet options (#1159) * print verbose error messages on stderr * list only files which do not validate --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bcecbf7..cc0a8a39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ jobs: - sudo apt-get install -y xmlstarlet node_js: 8 script: - - xmlstarlet validate --well-formed icons/*.svg + - xmlstarlet validate --err --list-bad --well-formed icons/*.svg - npm run jsonlint - npm run svglint - name: "Build website" From ef9d3b4fb5f4783fd1572426509aea1107877640 Mon Sep 17 00:00:00 2001 From: d3xt3r1232 <33748983+d3xt3r1232@users.noreply.github.com> Date: Thu, 10 Jan 2019 00:27:47 +0100 Subject: [PATCH 6/7] add monzo icon (#1155) --- _data/simple-icons.json | 5 +++++ icons/monzo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/monzo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 61cbcaed..456a4661 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1495,6 +1495,11 @@ "hex": "FDB22A", "source": "http://monogram.me" }, + { + "title": "Monzo", + "hex": "14233C", + "source": "https://monzo.com/press/" + }, { "title": "Moo", "hex": "00945E", diff --git a/icons/monzo.svg b/icons/monzo.svg new file mode 100644 index 00000000..b67de9f6 --- /dev/null +++ b/icons/monzo.svg @@ -0,0 +1 @@ +Monzo icon From ac1dac023006faf4a4cb90a2dca627585f205a86 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 11 Jan 2019 14:19:52 +0100 Subject: [PATCH 7/7] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c04e06d3..89758de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.17", + "version": "1.9.18", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [