From 3048d7c4b8b40530a924dd98b7c9649ea98b3906 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Sat, 7 Dec 2024 21:34:24 +0530 Subject: [PATCH 1/2] [auth] Bump version --- auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/pubspec.yaml b/auth/pubspec.yaml index 4ff2b66abe..604900497d 100644 --- a/auth/pubspec.yaml +++ b/auth/pubspec.yaml @@ -1,6 +1,6 @@ name: ente_auth description: ente two-factor authenticator -version: 4.1.5+415 +version: 4.1.6+416 publish_to: none environment: From 3d7166700d8b150d2275c3fb80e836a99b06b15b Mon Sep 17 00:00:00 2001 From: schipht Date: Sun, 8 Dec 2024 01:45:51 +0300 Subject: [PATCH 2/2] binance variants + wargamingnet fix --- auth/assets/custom-icons/_data/custom-icons.json | 14 +++++++++++++- auth/assets/custom-icons/icons/wargaming.svg | 5 ----- auth/assets/custom-icons/icons/wargamingnet.svg | 5 +++++ 3 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 auth/assets/custom-icons/icons/wargaming.svg create mode 100644 auth/assets/custom-icons/icons/wargamingnet.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index be561e4a4c..cf019a004c 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -85,6 +85,17 @@ "币安" ] }, + { + "title": "Binance TR", + "slug": "binance_tr" + }, + { + "title": "BinanceUS", + "slug": "binance_us", + "altNames": [ + "Binance US" + ] + }, { "title": "Bitfinex" }, @@ -957,7 +968,8 @@ ] }, { - "title": "WARGAMING.NET" + "title": "WARGAMING.NET", + "slug": "wargamingnet" }, { "title": "Wealthfront" diff --git a/auth/assets/custom-icons/icons/wargaming.svg b/auth/assets/custom-icons/icons/wargaming.svg deleted file mode 100644 index cceb66ccf6..0000000000 --- a/auth/assets/custom-icons/icons/wargaming.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/wargamingnet.svg b/auth/assets/custom-icons/icons/wargamingnet.svg new file mode 100644 index 0000000000..4ed8043c12 --- /dev/null +++ b/auth/assets/custom-icons/icons/wargamingnet.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file