From 7bfd84614f8776003df924015b4c1ee6760d5e5b Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:43:35 +0300 Subject: [PATCH] version bump to 1.2.44.405 - enabled carousels on home - enabled seeking 5s backward/forward with left/right arrow keys - disabled impression analytics - russian strings updated to 1.2.44 --- patches/Augmented translation/ru.json | 44 +++++++++++++++++-------- patches/patches.json | 47 ++++++++++++++++++++++++++- run.ps1 | 2 +- 3 files changed, 77 insertions(+), 16 deletions(-) diff --git a/patches/Augmented translation/ru.json b/patches/Augmented translation/ru.json index 958216e..d57c197 100644 --- a/patches/Augmented translation/ru.json +++ b/patches/Augmented translation/ru.json @@ -1,11 +1,11 @@ { "lang": { - "version": "1.2.43", + "version": "1.2.44", "language": "Russian" }, "1": { - "match": "\"Allow to play this artist\"", - "replace": "\"Разрешить воспроизведение этого исполнителя\"" + "match": "\"The Stage Experience\"", + "replace": "\"Сценический опыт\"" }, "2": { "match": "\"Confirm your age\"", @@ -124,12 +124,12 @@ "replace": "Динамическое управление громкостью для подкастов - активное поддержание оптимального уровня громкости подкаста для четкого и сбалансированного звукового восприятия" }, "31": { - "match": "\"The song you're trying to listen to is not available in HiFi at this time.\"", - "replace": "\"Песня, которую вы пытаетесь прослушать, в данный момент недоступна в HiFi.\"" + "match": "Prerelease Radar", + "replace": "Пререлизный радар" }, "32": { - "match": "\"Song not available\"", - "replace": "\"Песня недоступна\"" + "match": "\"Your destination for upcoming albums curated for you.\"", + "replace": "\"Место назначения для предстоящих альбомов, подобранных специально для вас.\"" }, "33": { "match": "\"Build .0. is available\"", @@ -188,8 +188,8 @@ "replace": "\"Место проведения\"" }, "47": { - "match": "\"Upcoming Release\"", - "replace": "\"Предстоящий релиз\"" + "match": "\"We couldn't find the venue\"", + "replace": "\"Мы не смогли найти место проведения\"" }, "48": { "match": "\"Notifications\"", @@ -216,11 +216,27 @@ "replace": "\"Эпизод\"" }, "54": { - "match": "\"Pre-saved\"", - "replace": "\"Предварительно сохранено\"" + "match": "\"The venue you requested couldn.t be found, please try again.\"", + "replace": "\"Запрошенное вами место проведения не найдено, попробуйте снова.\"" }, "55": { - "match": "\"Pre-save\"", - "replace": "\"Предварительное сохранение\"" + "match": "\"There was an error fetching the venue.\"", + "replace": "\"Произошла ошибка при получении места проведения.\"" + }, + "56": { + "match": "\"Concerts\"", + "replace": "\"Концерты\"" + }, + "57": { + "match": "\"all times are local to the venue\"", + "replace": "\"все время указано по месту проведения\"" + }, + "58": { + "match": "\"Presale access\"", + "replace": "\"Предварительный доступ\"" + }, + "59": { + "match": "\"We.ve ran out of codes. Visit our ticketing partner for more information\"", + "replace": "\"У нас закончились коды. Посетите нашего партнера по продаже билетов для получения дополнительной информации\"" } -} \ No newline at end of file +} diff --git a/patches/patches.json b/patches/patches.json index 9e48297..10fa23b 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -473,6 +473,33 @@ "fr": "1.2.43", "to": "" } + }, + "EFlag": { + "name": "enableEFlag", + "description": "Enables the Employee Flag to send to Sentry", + "native_description": "Enables the Employee Flag to send to Sentry", + "version": { + "fr": "1.2.44", + "to": "" + } + }, + "HomeImpressions": { + "name": "enableHomeImpressions", + "description": "Enable impressions on home for impression economy (some impressions will still be logged with this disabled)", + "native_description": "Enable impressions on home for impression economy (some impressions will still be logged with this disabled)", + "version": { + "fr": "1.2.44", + "to": "" + } + }, + "SearchImpressions": { + "name": "enableSearchImpressions", + "description": "Enable impressions on search for impression economy", + "native_description": "Enable impressions on search for impression economy", + "version": { + "fr": "1.2.44", + "to": "" + } } }, "EnableExp": { @@ -1076,7 +1103,7 @@ "native_description": "Enables sharing button on MiniPlayer (this also moves the (+) icon close to the title)", "version": { "fr": "1.2.39", - "to": "" + "to": "1.2.43" } }, "PrereleaseRadar": { @@ -1123,6 +1150,24 @@ "fr": "1.2.41", "to": "" } + }, + "SeekWithArrowKeys": { + "name": "enableSeekWithArrowKeys", + "description": "Enable seeking 5s backward/forward with left/right arrow keys", + "native_description": "Enable seeking 5s backward/forward with left/right arrow keys", + "version": { + "fr": "1.2.44", + "to": "" + } + }, + "enableHomeCarousels": { + "name": "HomeCarousels", + "description": "Enable carousels on home", + "native_description": "Enable carousels on home", + "version": { + "fr": "1.2.44", + "to": "" + } } }, "CustomExp": { diff --git a/run.ps1 b/run.ps1 index 97592d3..85b0bec 100644 --- a/run.ps1 +++ b/run.ps1 @@ -360,7 +360,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.43.420.gc7b23f70-4702" + $onlineFull = "1.2.44.405.g81fd6352-5851" } } else {