Skip to content

Commit 7bfd846

Browse files
committed
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
1 parent 40ca898 commit 7bfd846

File tree

3 files changed

+77
-16
lines changed

3 files changed

+77
-16
lines changed

patches/Augmented translation/ru.json

+30-14
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"lang": {
3-
"version": "1.2.43",
3+
"version": "1.2.44",
44
"language": "Russian"
55
},
66
"1": {
7-
"match": "\"Allow to play this artist\"",
8-
"replace": "\"Разрешить воспроизведение этого исполнителя\""
7+
"match": "\"The Stage Experience\"",
8+
"replace": "\"Сценический опыт\""
99
},
1010
"2": {
1111
"match": "\"Confirm your age\"",
@@ -124,12 +124,12 @@
124124
"replace": "Динамическое управление громкостью для подкастов - активное поддержание оптимального уровня громкости подкаста для четкого и сбалансированного звукового восприятия"
125125
},
126126
"31": {
127-
"match": "\"The song you're trying to listen to is not available in HiFi at this time.\"",
128-
"replace": "\"Песня, которую вы пытаетесь прослушать, в данный момент недоступна в HiFi.\""
127+
"match": "Prerelease Radar",
128+
"replace": "Пререлизный радар"
129129
},
130130
"32": {
131-
"match": "\"Song not available\"",
132-
"replace": "\"Песня недоступна\""
131+
"match": "\"Your destination for upcoming albums curated for you.\"",
132+
"replace": "\"Место назначения для предстоящих альбомов, подобранных специально для вас.\""
133133
},
134134
"33": {
135135
"match": "\"Build .0. is available\"",
@@ -188,8 +188,8 @@
188188
"replace": "\"Место проведения\""
189189
},
190190
"47": {
191-
"match": "\"Upcoming Release\"",
192-
"replace": "\"Предстоящий релиз\""
191+
"match": "\"We couldn't find the venue\"",
192+
"replace": "\"Мы не смогли найти место проведения\""
193193
},
194194
"48": {
195195
"match": "\"Notifications\"",
@@ -216,11 +216,27 @@
216216
"replace": "\"Эпизод\""
217217
},
218218
"54": {
219-
"match": "\"Pre-saved\"",
220-
"replace": "\"Предварительно сохранено\""
219+
"match": "\"The venue you requested couldn.t be found, please try again.\"",
220+
"replace": "\"Запрошенное вами место проведения не найдено, попробуйте снова.\""
221221
},
222222
"55": {
223-
"match": "\"Pre-save\"",
224-
"replace": "\"Предварительное сохранение\""
223+
"match": "\"There was an error fetching the venue.\"",
224+
"replace": "\"Произошла ошибка при получении места проведения.\""
225+
},
226+
"56": {
227+
"match": "\"Concerts\"",
228+
"replace": "\"Концерты\""
229+
},
230+
"57": {
231+
"match": "\"all times are local to the venue\"",
232+
"replace": "\"все время указано по месту проведения\""
233+
},
234+
"58": {
235+
"match": "\"Presale access\"",
236+
"replace": "\"Предварительный доступ\""
237+
},
238+
"59": {
239+
"match": "\"We.ve ran out of codes. Visit our ticketing partner for more information\"",
240+
"replace": "\"У нас закончились коды. Посетите нашего партнера по продаже билетов для получения дополнительной информации\""
225241
}
226-
}
242+
}

patches/patches.json

+46-1
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,33 @@
473473
"fr": "1.2.43",
474474
"to": ""
475475
}
476+
},
477+
"EFlag": {
478+
"name": "enableEFlag",
479+
"description": "Enables the Employee Flag to send to Sentry",
480+
"native_description": "Enables the Employee Flag to send to Sentry",
481+
"version": {
482+
"fr": "1.2.44",
483+
"to": ""
484+
}
485+
},
486+
"HomeImpressions": {
487+
"name": "enableHomeImpressions",
488+
"description": "Enable impressions on home for impression economy (some impressions will still be logged with this disabled)",
489+
"native_description": "Enable impressions on home for impression economy (some impressions will still be logged with this disabled)",
490+
"version": {
491+
"fr": "1.2.44",
492+
"to": ""
493+
}
494+
},
495+
"SearchImpressions": {
496+
"name": "enableSearchImpressions",
497+
"description": "Enable impressions on search for impression economy",
498+
"native_description": "Enable impressions on search for impression economy",
499+
"version": {
500+
"fr": "1.2.44",
501+
"to": ""
502+
}
476503
}
477504
},
478505
"EnableExp": {
@@ -1076,7 +1103,7 @@
10761103
"native_description": "Enables sharing button on MiniPlayer (this also moves the (+) icon close to the title)",
10771104
"version": {
10781105
"fr": "1.2.39",
1079-
"to": ""
1106+
"to": "1.2.43"
10801107
}
10811108
},
10821109
"PrereleaseRadar": {
@@ -1123,6 +1150,24 @@
11231150
"fr": "1.2.41",
11241151
"to": ""
11251152
}
1153+
},
1154+
"SeekWithArrowKeys": {
1155+
"name": "enableSeekWithArrowKeys",
1156+
"description": "Enable seeking 5s backward/forward with left/right arrow keys",
1157+
"native_description": "Enable seeking 5s backward/forward with left/right arrow keys",
1158+
"version": {
1159+
"fr": "1.2.44",
1160+
"to": ""
1161+
}
1162+
},
1163+
"enableHomeCarousels": {
1164+
"name": "HomeCarousels",
1165+
"description": "Enable carousels on home",
1166+
"native_description": "Enable carousels on home",
1167+
"version": {
1168+
"fr": "1.2.44",
1169+
"to": ""
1170+
}
11261171
}
11271172
},
11281173
"CustomExp": {

run.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ if (!($version -and $version -match $match_v)) {
360360
}
361361
else {
362362
# Recommended version for Win 10-12
363-
$onlineFull = "1.2.43.420.gc7b23f70-4702"
363+
$onlineFull = "1.2.44.405.g81fd6352-5851"
364364
}
365365
}
366366
else {

0 commit comments

Comments
 (0)