From 6873c85d1e0079b9821256697cfb4aeac205c0d1 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 16 Jun 2020 10:13:57 +0100 Subject: [PATCH 1/6] Add Google News (#2790) --- _data/simple-icons.json | 5 +++++ icons/googlenews.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlenews.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7c5b653390f9..2d4d47f894c4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2475,6 +2475,11 @@ "hex": "4285F4", "source": "https://developers.google.com/nearby/developer-guidelines" }, + { + "title": "Google News", + "hex": "174EA6", + "source": "https://partnermarketinghub.withgoogle.com/#/brands/" + }, { "title": "Google Pay", "hex": "4285F4", diff --git a/icons/googlenews.svg b/icons/googlenews.svg new file mode 100644 index 000000000000..99aa8b470750 --- /dev/null +++ b/icons/googlenews.svg @@ -0,0 +1 @@ +Google News icon \ No newline at end of file From fa1f9c2bfcabf3bd19dd03d06001c6f1985e2782 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Tue, 16 Jun 2020 19:25:21 +1000 Subject: [PATCH 2/6] Add Trove (#3069) --- _data/simple-icons.json | 5 +++++ icons/trove.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/trove.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2d4d47f894c4..06d21253f5fb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6025,6 +6025,11 @@ "hex": "34E0A1", "source": "https://tripadvisor.mediaroom.com/logo-guidelines" }, + { + "title": "Trove", + "hex": "609540", + "source": "https://trove.nla.gov.au/" + }, { "title": "Trulia", "hex": "53B50A", diff --git a/icons/trove.svg b/icons/trove.svg new file mode 100644 index 000000000000..62272f7f7ad0 --- /dev/null +++ b/icons/trove.svg @@ -0,0 +1 @@ +Trove icon \ No newline at end of file From 463450cec89ffc37785e68bf32b267fedbbeeb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 16 Jun 2020 14:38:19 +0200 Subject: [PATCH 3/6] Add Ansys (#3211) * Add Ansys * Update Ansys source URL --- _data/simple-icons.json | 5 +++++ icons/ansys.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ansys.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 06d21253f5fb..8d952d7e3d0a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -370,6 +370,11 @@ "hex": "EE0000", "source": "https://www.ansible.com/logos" }, + { + "title": "Ansys", + "hex": "FFB71B", + "source": "https://www.ansys.com/about-ansys/brand" + }, { "title": "Antena 3", "hex": "FF7328", diff --git a/icons/ansys.svg b/icons/ansys.svg new file mode 100644 index 000000000000..d3cfaf07d6b4 --- /dev/null +++ b/icons/ansys.svg @@ -0,0 +1 @@ +Ansys icon \ No newline at end of file From eb6c199f4e6d69defb4cd1556e516fd7d3c345f6 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Tue, 16 Jun 2020 21:49:44 +0300 Subject: [PATCH 4/6] Run release action on PR reviews --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 854a651bcf4e..dc188f681893 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,6 @@ name: "Automated releases" on: + pull_request_review: schedule: # "At 00:00 on Sunday" (https://crontab.guru/once-a-week) - cron: "0 0 * * 0" From 9dcdbc15b299e4dd4a03787b8398ad898c462566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Fri, 19 Jun 2020 14:54:45 +0200 Subject: [PATCH 5/6] Add Mini (#3210) --- _data/simple-icons.json | 5 +++++ icons/mini.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mini.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8d952d7e3d0a..88b81e0486a2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3860,6 +3860,11 @@ "hex": "53AC56", "source": "https://www.minetest.net/" }, + { + "title": "Mini", + "hex": "000000", + "source": "https://mini.co.uk" + }, { "title": "Minutemailer", "hex": "3ABFE6", diff --git a/icons/mini.svg b/icons/mini.svg new file mode 100644 index 000000000000..66b8cfa39826 --- /dev/null +++ b/icons/mini.svg @@ -0,0 +1 @@ +Mini icon \ No newline at end of file From 4f7342b093a70f61620373f04ebd48d4e31a3125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sat, 20 Jun 2020 18:43:45 +0200 Subject: [PATCH 6/6] Add Shikimori (#3179) * Add Shikimori * Reorder Shenzhen and Shikimori icons in data file * Shikimori icon path optimization precision increased to 4 floating points. * Update Shikimori icon path Co-authored-by: Peter Noble --- _data/simple-icons.json | 5 +++++ icons/shikimori.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/shikimori.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 88b81e0486a2..2c2467fcd9f9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5265,6 +5265,11 @@ "hex": "009943", "source": "https://en.wikipedia.org/wiki/File:Shenzhen_Metro_Corporation_logo_full.svg" }, + { + "title": "Shikimori", + "hex": "343434", + "source": "https://shikimori.one" + }, { "title": "Shopify", "hex": "7AB55C", diff --git a/icons/shikimori.svg b/icons/shikimori.svg new file mode 100644 index 000000000000..40c2c550f4f6 --- /dev/null +++ b/icons/shikimori.svg @@ -0,0 +1 @@ +Shikimori icon