diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b419fae..ce53ec2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ on:
tweak_version:
description: "The version of the tweak to use. Enter the version manually from dayanch96/InfusePlus/releases or leave default"
- default: "2.0.1"
+ default: "2.1"
required: true
type: string
@@ -48,6 +48,8 @@ jobs:
- name: Hide sensitive inputs
uses: levibostian/action-hide-sensitive-inputs@v1
+ with:
+ exclude_inputs: display_name,tweak_version,bundle_id
- name: Validate IPA URL
run: |
diff --git a/InfusePlus.bundle/Assets.car b/InfusePlus.bundle/Assets.car
index d0224ab..6ba3bfa 100644
Binary files a/InfusePlus.bundle/Assets.car and b/InfusePlus.bundle/Assets.car differ
diff --git a/InfusePlus.bundle/Base.lproj/Localizable.strings b/InfusePlus.bundle/Base.lproj/Localizable.strings
index d131e42..100bec7 100644
--- a/InfusePlus.bundle/Base.lproj/Localizable.strings
+++ b/InfusePlus.bundle/Base.lproj/Localizable.strings
@@ -110,6 +110,10 @@
"Japanese" = "Japanese localization";
"Spanish" = "Spanish localization";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "Premium features";
"Welcome.PremiumDesc" = "Get access to all exclusive app features";
"Welcome.Player" = "Player enhancement";
diff --git a/InfusePlus.bundle/ar.lproj/Localizable.strings b/InfusePlus.bundle/ar.lproj/Localizable.strings
index e76c791..925ae29 100644
--- a/InfusePlus.bundle/ar.lproj/Localizable.strings
+++ b/InfusePlus.bundle/ar.lproj/Localizable.strings
@@ -110,6 +110,10 @@
"Japanese" = "الترجمة اليابانية";
"Spanish" = "الترجمة الأسبانية";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "Premium features";
"Welcome.PremiumDesc" = "Get access to all exclusive app features";
"Welcome.Player" = "Player enhancement";
diff --git a/InfusePlus.bundle/es.lproj/Localizable.strings b/InfusePlus.bundle/es.lproj/Localizable.strings
index 6275b2c..63cfb36 100644
--- a/InfusePlus.bundle/es.lproj/Localizable.strings
+++ b/InfusePlus.bundle/es.lproj/Localizable.strings
@@ -110,6 +110,10 @@
"Japanese" = "Traducción al Japonés";
"Spanish" = "Traducción al Español";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "Funciones Premium";
"Welcome.PremiumDesc" = "Obtén acceso a todas las funciones exclusivas de la app";
"Welcome.Player" = "Mejora del reproductor";
diff --git a/InfusePlus.bundle/ja.lproj/Localizable.strings b/InfusePlus.bundle/ja.lproj/Localizable.strings
index 0e9a758..bb364d4 100644
--- a/InfusePlus.bundle/ja.lproj/Localizable.strings
+++ b/InfusePlus.bundle/ja.lproj/Localizable.strings
@@ -110,6 +110,10 @@
"Japanese" = "日本語ローカライズ";
"Spanish" = "スペイン語ローカライズ";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "Premium features";
"Welcome.PremiumDesc" = "Get access to all exclusive app features";
"Welcome.Player" = "Player enhancement";
diff --git a/InfusePlus.bundle/ru.lproj/Localizable.strings b/InfusePlus.bundle/ru.lproj/Localizable.strings
index 338f83e..024686c 100644
--- a/InfusePlus.bundle/ru.lproj/Localizable.strings
+++ b/InfusePlus.bundle/ru.lproj/Localizable.strings
@@ -114,6 +114,10 @@
"Japanese" = "Японская локализация";
"Spanish" = "Испанская локализация";
+"Photos" = "Фото";
+"Imported" = "Импортировано";
+"MediaNotFound" = "Файл не найден";
+
"Welcome.Premium" = "Премиум функции";
"Welcome.PremiumDesc" = "Получите доступ ко всем эксклюзивным функциям приложения";
"Welcome.Player" = "Улучшенный плеер";
diff --git a/InfusePlus.bundle/vi.lproj/Localizable.strings b/InfusePlus.bundle/vi.lproj/Localizable.strings
index a8ba21b..7fcef20 100644
--- a/InfusePlus.bundle/vi.lproj/Localizable.strings
+++ b/InfusePlus.bundle/vi.lproj/Localizable.strings
@@ -82,7 +82,7 @@
"RestoreDefaults" = "Đặt lại cài đặt";
"PreImportMessage" = "Bạn sắp nhập các cài đặt Infuse Plus. Hành động này sẽ ghi đè vĩnh viễn các cài đặt hiện tại của bạn.\n\nBạn có muốn tiếp tục không?";
-"Import.Yes" = "Có, nhập cài đặt;
+"Import.Yes" = "Có, nhập cài đặt";
"PreResetMessage" = "Bạn sắp đặt lại các cài đặt Infuse Plus về mặc định. Hành động này sẽ làm mất tất cả các cài đặt của bạn.\n\nBạn có muốn tiếp tục không?";
"Reset.Yes" = "Có, đặt lại";
"No" = "Không";
@@ -110,6 +110,10 @@
"Japanese" = "Tiếng Nhật";
"Spanish" = "Tiếng Tây Ban Nha";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "Tính năng cao cấp";
"Welcome.PremiumDesc" = "Có quyền truy cập vào tất cả các tính trả phí";
"Welcome.Player" = "Trình phát nâng cao";
diff --git a/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings b/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings
index e214477..c766b45 100644
--- a/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings
+++ b/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings
@@ -110,6 +110,10 @@
"Japanese" = "日语本地化";
"Spanish" = "西班牙语本地化";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "高级功能";
"Welcome.PremiumDesc" = "访问所有独家应用程序功能";
"Welcome.Player" = "播放增强";
@@ -119,4 +123,4 @@
"Welcome.More" = "更多功能";
"Welcome.MoreDesc" = "设置启动页、更改控制中心的播放器海报和标题、更新通知等等";
"SupportMe" = "支持我";
-"Continue" = "继续";
+"Continue" = "继续";
\ No newline at end of file
diff --git a/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings b/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings
index 42422ba..93f03ac 100644
--- a/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings
+++ b/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings
@@ -110,6 +110,10 @@
"Japanese" = "日語在地化";
"Spanish" = "西班牙語在地化";
+"Photos" = "Photos";
+"Imported" = "Imported";
+"MediaNotFound" = "Media not found";
+
"Welcome.Premium" = "進階功能";
"Welcome.PremiumDesc" = "享受所有獨家應用功能";
"Welcome.Player" = "播放器強化";
diff --git a/README.md b/README.md
index 01d699f..5d85a47 100644
--- a/README.md
+++ b/README.md
@@ -58,18 +58,15 @@ Enhancer for Infuse iOS app.
> If this your first time, complete following steps before starting:
>
> 1. Fork this repository using the fork button on the top right
-> 2. On your forked repository, go to **Repository Settings** > **Actions**, enable **Read and Write** permissions.
+> 2. On your forked repository, go to **Actions** tab and click **I understand my workflows, go ahead and enable them**.
-How to build the Infuse Plus app
-
-
-