From 80f8496bf811a8fb93e9a961141c4868f66608fe Mon Sep 17 00:00:00 2001 From: Arthur Huan Date: Sat, 16 Sep 2023 17:58:24 -0600 Subject: Recipes maintenance (#420) Update icons for - Bitwarden - Evernote - Fastmail - Google-chat - Google-voice - Snapchat - TickTick - Tinder - Zenhub Change Google Hangouts to Google Chat (only the on-screen name, icon, and url) --- recipes/TickTick/icon.svg | 6 +++- recipes/TickTick/package.json | 2 +- recipes/bitwarden/icon.svg | 64 +++------------------------------------ recipes/bitwarden/package.json | 2 +- recipes/evernote/icon.svg | 5 ++- recipes/evernote/package.json | 2 +- recipes/fastmail/icon.svg | 17 ++++++++++- recipes/fastmail/package.json | 2 +- recipes/google-voice/icon.svg | 15 ++++++++- recipes/google-voice/package.json | 2 +- recipes/hangouts/icon.svg | 7 ++++- recipes/hangouts/package.json | 6 ++-- recipes/snapchat/icon.svg | 16 ++++++---- recipes/snapchat/package.json | 2 +- recipes/tinder/icon.svg | 47 +++++----------------------- recipes/tinder/package.json | 2 +- recipes/zenhub/icon.svg | 32 +++++++++++++++++++- recipes/zenhub/package.json | 2 +- 18 files changed, 109 insertions(+), 122 deletions(-) (limited to 'recipes') diff --git a/recipes/TickTick/icon.svg b/recipes/TickTick/icon.svg index 2521fe7..0c32a83 100644 --- a/recipes/TickTick/icon.svg +++ b/recipes/TickTick/icon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/recipes/TickTick/package.json b/recipes/TickTick/package.json index c1c4897..02ac66c 100644 --- a/recipes/TickTick/package.json +++ b/recipes/TickTick/package.json @@ -1,7 +1,7 @@ { "id": "TickTick", "name": "TickTick", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "config": { "serviceURL": "https://www.ticktick.com/#p/inbox/tasks" diff --git a/recipes/bitwarden/icon.svg b/recipes/bitwarden/icon.svg index 888e50b..1b07b12 100644 --- a/recipes/bitwarden/icon.svg +++ b/recipes/bitwarden/icon.svg @@ -1,59 +1,5 @@ - - - -image/svg+xml \ No newline at end of file + + +Bitwarden icon + + diff --git a/recipes/bitwarden/package.json b/recipes/bitwarden/package.json index 7222333..d6b2265 100644 --- a/recipes/bitwarden/package.json +++ b/recipes/bitwarden/package.json @@ -1,7 +1,7 @@ { "id": "bitwarden", "name": "Bitwarden", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "config": { "serviceURL": "https://vault.bitwarden.com/", diff --git a/recipes/evernote/icon.svg b/recipes/evernote/icon.svg index 3e24a5a..e7c5a91 100644 --- a/recipes/evernote/icon.svg +++ b/recipes/evernote/icon.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/recipes/evernote/package.json b/recipes/evernote/package.json index c7cca5f..0c6a3a6 100644 --- a/recipes/evernote/package.json +++ b/recipes/evernote/package.json @@ -1,7 +1,7 @@ { "id": "evernote", "name": "Evernote", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "config": { "serviceURL": "https://www.evernote.com/Login.action" diff --git a/recipes/fastmail/icon.svg b/recipes/fastmail/icon.svg index ee6938e..cf5afc7 100644 --- a/recipes/fastmail/icon.svg +++ b/recipes/fastmail/icon.svg @@ -1 +1,16 @@ - \ No newline at end of file + + + + + +image/svg+xml + + + + +Fastmail + + + + + diff --git a/recipes/fastmail/package.json b/recipes/fastmail/package.json index afde16a..ba05579 100644 --- a/recipes/fastmail/package.json +++ b/recipes/fastmail/package.json @@ -1,7 +1,7 @@ { "id": "fastmail", "name": "FastMail", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "config": { "serviceURL": "https://www.fastmail.com/mail/", diff --git a/recipes/google-voice/icon.svg b/recipes/google-voice/icon.svg index 9cc9356..c0c90fd 100644 --- a/recipes/google-voice/icon.svg +++ b/recipes/google-voice/icon.svg @@ -1 +1,14 @@ - \ No newline at end of file + + + + + + + + + + + + + + diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json index 9ddade7..3945c5a 100644 --- a/recipes/google-voice/package.json +++ b/recipes/google-voice/package.json @@ -1,7 +1,7 @@ { "id": "google-voice", "name": "Google Voice", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "repository": "https://github.com/BehindTheMath/franz-recipe-google-voice", "config": { diff --git a/recipes/hangouts/icon.svg b/recipes/hangouts/icon.svg index 324623a..e3a71ff 100644 --- a/recipes/hangouts/icon.svg +++ b/recipes/hangouts/icon.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/recipes/hangouts/package.json b/recipes/hangouts/package.json index fbc012b..2246185 100644 --- a/recipes/hangouts/package.json +++ b/recipes/hangouts/package.json @@ -1,10 +1,10 @@ { "id": "hangouts", - "name": "Hangouts", - "version": "1.4.0", + "name": "Google Chat", + "version": "1.5.0", "license": "MIT", "config": { - "serviceURL": "https://hangouts.google.com", + "serviceURL": "https://mail.google.com/chat/", "hasNotificationSound": true } } diff --git a/recipes/snapchat/icon.svg b/recipes/snapchat/icon.svg index 36ba57b..b812f68 100644 --- a/recipes/snapchat/icon.svg +++ b/recipes/snapchat/icon.svg @@ -1,6 +1,10 @@ - \ No newline at end of file + + + + + + + + + + diff --git a/recipes/snapchat/package.json b/recipes/snapchat/package.json index 0c96faa..68d0bfa 100644 --- a/recipes/snapchat/package.json +++ b/recipes/snapchat/package.json @@ -1,7 +1,7 @@ { "id": "snapchat", "name": "Snapchat", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "config": { "serviceURL": "https://web.snapchat.com/" diff --git a/recipes/tinder/icon.svg b/recipes/tinder/icon.svg index 5b29bd6..b6a6891 100644 --- a/recipes/tinder/icon.svg +++ b/recipes/tinder/icon.svg @@ -1,41 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/recipes/tinder/package.json b/recipes/tinder/package.json index c5f5a77..2a6c588 100644 --- a/recipes/tinder/package.json +++ b/recipes/tinder/package.json @@ -1,7 +1,7 @@ { "id": "tinder", "name": "Tinder", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "config": { "serviceURL": "https://tinder.com" diff --git a/recipes/zenhub/icon.svg b/recipes/zenhub/icon.svg index 063474b..d54b905 100644 --- a/recipes/zenhub/icon.svg +++ b/recipes/zenhub/icon.svg @@ -1 +1,31 @@ - \ No newline at end of file + + + Zenhub + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/recipes/zenhub/package.json b/recipes/zenhub/package.json index ab5f2bf..0c2eeef 100644 --- a/recipes/zenhub/package.json +++ b/recipes/zenhub/package.json @@ -1,7 +1,7 @@ { "id": "zenhub", "name": "ZenHub", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "repository": "https://github.com/mordaroso/recipe-franz-zenhub", "config": { -- cgit v1.2.3-54-g00ecf