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
This commit is contained in:
amd64fox
2024-08-12 23:43:35 +03:00
parent 40ca898241
commit 7bfd84614f
3 changed files with 77 additions and 16 deletions

View File

@@ -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": "\"У нас закончились коды. Посетите нашего партнера по продаже билетов для получения дополнительной информации\""
}
}
}

View File

@@ -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": {

View File

@@ -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 {